-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fix: upgrade applicationinsights from 2.3.6 to 2.4.0 Snyk has created this PR to upgrade applicationinsights from 2.3.6 to 2.4.0. See this package in npm: See this project in Snyk: https://app.snyk.io/org/mtc/project/f7ffb5b3-7413-4a3f-8248-238001d182b7?utm_source=github&utm_medium=referral&page=upgrade-pr * Bump follow-redirects in /design/spikes/spike-durable-functions Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.3 to 1.15.2. - [Release notes](https://github.com/follow-redirects/follow-redirects/releases) - [Commits](follow-redirects/follow-redirects@v1.14.3...v1.15.2) --- updated-dependencies: - dependency-name: follow-redirects dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> * Bump shelljs in /design/spikes/spike-durable-functions Bumps [shelljs](https://github.com/shelljs/shelljs) from 0.8.4 to 0.8.5. - [Release notes](https://github.com/shelljs/shelljs/releases) - [Changelog](https://github.com/shelljs/shelljs/blob/master/CHANGELOG.md) - [Commits](shelljs/shelljs@v0.8.4...v0.8.5) --- updated-dependencies: - dependency-name: shelljs dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> * Bump node-fetch in /design/spikes/storage-queue-message-ttl Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.1 to 2.6.9. - [Release notes](https://github.com/node-fetch/node-fetch/releases) - [Commits](node-fetch/node-fetch@v2.6.1...v2.6.9) --- updated-dependencies: - dependency-name: node-fetch dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> * Bump http-cache-semantics from 4.1.0 to 4.1.1 in /admin Bumps [http-cache-semantics](https://github.com/kornelski/http-cache-semantics) from 4.1.0 to 4.1.1. - [Release notes](https://github.com/kornelski/http-cache-semantics/releases) - [Commits](https://github.com/kornelski/http-cache-semantics/commits) --- updated-dependencies: - dependency-name: http-cache-semantics dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> * Bump http-cache-semantics from 4.1.0 to 4.1.1 in /pupil-spa Bumps [http-cache-semantics](https://github.com/kornelski/http-cache-semantics) from 4.1.0 to 4.1.1. - [Release notes](https://github.com/kornelski/http-cache-semantics/releases) - [Commits](https://github.com/kornelski/http-cache-semantics/commits) --- updated-dependencies: - dependency-name: http-cache-semantics dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> * Bump http-cache-semantics from 4.1.0 to 4.1.1 in /load-test Bumps [http-cache-semantics](https://github.com/kornelski/http-cache-semantics) from 4.1.0 to 4.1.1. - [Release notes](https://github.com/kornelski/http-cache-semantics/releases) - [Commits](https://github.com/kornelski/http-cache-semantics/commits) --- updated-dependencies: - dependency-name: http-cache-semantics dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> * change dates to the future * Update 20181116133337.custom.check-window-dev-data.sql * Updates --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: snyk-bot <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information
1 parent
38372c4
commit 0c8633c
Showing
14 changed files
with
169 additions
and
60 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5558,9 +5558,9 @@ html-escaper@^2.0.0: | |
integrity sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1SmlLfg== | ||
|
||
http-cache-semantics@^4.0.0: | ||
version "4.1.0" | ||
resolved "https://registry.yarnpkg.com/http-cache-semantics/-/http-cache-semantics-4.1.0.tgz#49e91c5cbf36c9b94bcfcd71c23d5249ec74e390" | ||
integrity sha512-carPklcUh7ROWRK7Cv27RPtdhYhUsela/ue5/jKzjegVvXDqM2ILE9Q2BGn9JZJh1g87cp56su/FgQSzcWS8cQ== | ||
version "4.1.1" | ||
resolved "https://registry.yarnpkg.com/http-cache-semantics/-/http-cache-semantics-4.1.1.tgz#abe02fcb2985460bf0323be664436ec3476a6d5a" | ||
integrity sha512-er295DKPVsV82j5kw1Gjt+ADA/XYHsajl82cGNQG2eyoPkvgUhX+nDIyelzhIWbbsXP39EHcI6l5tYs2FYqYXQ== | ||
|
||
[email protected]: | ||
version "2.0.0" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
IF NOT EXISTS (SELECT id from [mtc_admin].[checkWindow] WHERE name = 'Development Phase') | ||
BEGIN | ||
INSERT INTO [mtc_admin].[checkWindow] ([name], adminStartDate, adminEndDate, checkStartDate, checkEndDate, familiarisationCheckStartDate, familiarisationCheckEndDate) | ||
VALUES ('Development Phase', '2017-12-01', '2023-06-01', '2017-12-22', '2023-02-01', '2017-11-22', '2023-05-01') | ||
VALUES ('Development Phase', '2017-12-01', '2030-06-01', '2017-12-22', '2030-02-01', '2017-11-22', '2030-02-01') | ||
END |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -63,7 +63,7 @@ | |
"@azure/core-client" "^1.3.0" | ||
"@azure/core-rest-pipeline" "^1.3.0" | ||
|
||
"@azure/core-http@^2.0.0", "@azure/core-http@^2.2.3": | ||
"@azure/core-http@^2.0.0": | ||
version "2.2.7" | ||
resolved "https://registry.yarnpkg.com/@azure/core-http/-/core-http-2.2.7.tgz#f4f52b3b7b8adb5387acf11102e751358a31fa6f" | ||
integrity sha512-TyGMeDm90mkRS8XzSQbSMD+TqnWL1XKGCh0x0QVGMD8COH2yU0q5SaHm/IBEBkzcq0u73NhS/p57T3KVSgUFqQ== | ||
|
@@ -123,6 +123,22 @@ | |
tslib "^2.2.0" | ||
uuid "^8.3.0" | ||
|
||
"@azure/core-rest-pipeline@^1.10.0": | ||
version "1.10.1" | ||
resolved "https://registry.yarnpkg.com/@azure/core-rest-pipeline/-/core-rest-pipeline-1.10.1.tgz#348290847ca31b9eecf9cf5de7519aaccdd30968" | ||
integrity sha512-Kji9k6TOFRDB5ZMTw8qUf2IJ+CeJtsuMdAHox9eqpTf1cefiNMpzrfnF6sINEBZJsaVaWgQ0o48B6kcUH68niA== | ||
dependencies: | ||
"@azure/abort-controller" "^1.0.0" | ||
"@azure/core-auth" "^1.4.0" | ||
"@azure/core-tracing" "^1.0.1" | ||
"@azure/core-util" "^1.0.0" | ||
"@azure/logger" "^1.0.0" | ||
form-data "^4.0.0" | ||
http-proxy-agent "^5.0.0" | ||
https-proxy-agent "^5.0.0" | ||
tslib "^2.2.0" | ||
uuid "^8.3.0" | ||
|
||
"@azure/[email protected]": | ||
version "1.0.0-preview.13" | ||
resolved "https://registry.yarnpkg.com/@azure/core-tracing/-/core-tracing-1.0.0-preview.13.tgz#55883d40ae2042f6f1e12b17dd0c0d34c536d644" | ||
|
@@ -528,12 +544,13 @@ append-buffer@^1.0.2: | |
dependencies: | ||
buffer-equal "^1.0.0" | ||
|
||
applicationinsights@^2.3.5: | ||
version "2.3.6" | ||
resolved "https://registry.yarnpkg.com/applicationinsights/-/applicationinsights-2.3.6.tgz#91277ce44e5f6d2f85336922c05d90f8699c2e70" | ||
integrity sha512-ZzXXpZpDRGcy6Pp5V319nDF9/+Ey7jNknEXZyaBajtC5onN0dcBem6ng5jcb3MPH2AjYWRI8XgyNEuzP/6Y5/A== | ||
applicationinsights@^2.4.0: | ||
version "2.4.1" | ||
resolved "https://registry.yarnpkg.com/applicationinsights/-/applicationinsights-2.4.1.tgz#4de4c4dd3c7c4a44445cfbf3d15808fc0dcc423d" | ||
integrity sha512-0n0Ikd0gzSm460xm+M0UTWIwXrhrH/0bqfZatcJjYObWyefxfAxapGEyNnSGd1Tg90neHz+Yhf+Ff/zgvPiQYA== | ||
dependencies: | ||
"@azure/core-http" "^2.2.3" | ||
"@azure/core-auth" "^1.4.0" | ||
"@azure/core-rest-pipeline" "^1.10.0" | ||
"@microsoft/applicationinsights-web-snippet" "^1.0.1" | ||
"@opentelemetry/api" "^1.0.4" | ||
"@opentelemetry/core" "^1.0.1" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -63,7 +63,7 @@ | |
"@azure/core-client" "^1.3.0" | ||
"@azure/core-rest-pipeline" "^1.3.0" | ||
|
||
"@azure/core-http@^2.0.0", "@azure/core-http@^2.2.3": | ||
"@azure/core-http@^2.0.0": | ||
version "2.2.7" | ||
resolved "https://registry.yarnpkg.com/@azure/core-http/-/core-http-2.2.7.tgz#f4f52b3b7b8adb5387acf11102e751358a31fa6f" | ||
integrity sha512-TyGMeDm90mkRS8XzSQbSMD+TqnWL1XKGCh0x0QVGMD8COH2yU0q5SaHm/IBEBkzcq0u73NhS/p57T3KVSgUFqQ== | ||
|
@@ -123,6 +123,22 @@ | |
tslib "^2.2.0" | ||
uuid "^8.3.0" | ||
|
||
"@azure/core-rest-pipeline@^1.10.0": | ||
version "1.10.1" | ||
resolved "https://registry.yarnpkg.com/@azure/core-rest-pipeline/-/core-rest-pipeline-1.10.1.tgz#348290847ca31b9eecf9cf5de7519aaccdd30968" | ||
integrity sha512-Kji9k6TOFRDB5ZMTw8qUf2IJ+CeJtsuMdAHox9eqpTf1cefiNMpzrfnF6sINEBZJsaVaWgQ0o48B6kcUH68niA== | ||
dependencies: | ||
"@azure/abort-controller" "^1.0.0" | ||
"@azure/core-auth" "^1.4.0" | ||
"@azure/core-tracing" "^1.0.1" | ||
"@azure/core-util" "^1.0.0" | ||
"@azure/logger" "^1.0.0" | ||
form-data "^4.0.0" | ||
http-proxy-agent "^5.0.0" | ||
https-proxy-agent "^5.0.0" | ||
tslib "^2.2.0" | ||
uuid "^8.3.0" | ||
|
||
"@azure/[email protected]": | ||
version "1.0.0-preview.13" | ||
resolved "https://registry.yarnpkg.com/@azure/core-tracing/-/core-tracing-1.0.0-preview.13.tgz#55883d40ae2042f6f1e12b17dd0c0d34c536d644" | ||
|
@@ -463,12 +479,13 @@ append-buffer@^1.0.2: | |
dependencies: | ||
buffer-equal "^1.0.0" | ||
|
||
applicationinsights@^2.3.5: | ||
version "2.3.6" | ||
resolved "https://registry.yarnpkg.com/applicationinsights/-/applicationinsights-2.3.6.tgz#91277ce44e5f6d2f85336922c05d90f8699c2e70" | ||
integrity sha512-ZzXXpZpDRGcy6Pp5V319nDF9/+Ey7jNknEXZyaBajtC5onN0dcBem6ng5jcb3MPH2AjYWRI8XgyNEuzP/6Y5/A== | ||
applicationinsights@^2.4.0: | ||
version "2.4.1" | ||
resolved "https://registry.yarnpkg.com/applicationinsights/-/applicationinsights-2.4.1.tgz#4de4c4dd3c7c4a44445cfbf3d15808fc0dcc423d" | ||
integrity sha512-0n0Ikd0gzSm460xm+M0UTWIwXrhrH/0bqfZatcJjYObWyefxfAxapGEyNnSGd1Tg90neHz+Yhf+Ff/zgvPiQYA== | ||
dependencies: | ||
"@azure/core-http" "^2.2.3" | ||
"@azure/core-auth" "^1.4.0" | ||
"@azure/core-rest-pipeline" "^1.10.0" | ||
"@microsoft/applicationinsights-web-snippet" "^1.0.1" | ||
"@opentelemetry/api" "^1.0.4" | ||
"@opentelemetry/core" "^1.0.1" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -63,7 +63,7 @@ | |
"@azure/core-client" "^1.3.0" | ||
"@azure/core-rest-pipeline" "^1.3.0" | ||
|
||
"@azure/core-http@^2.0.0", "@azure/core-http@^2.2.3": | ||
"@azure/core-http@^2.0.0": | ||
version "2.2.7" | ||
resolved "https://registry.yarnpkg.com/@azure/core-http/-/core-http-2.2.7.tgz#f4f52b3b7b8adb5387acf11102e751358a31fa6f" | ||
integrity sha512-TyGMeDm90mkRS8XzSQbSMD+TqnWL1XKGCh0x0QVGMD8COH2yU0q5SaHm/IBEBkzcq0u73NhS/p57T3KVSgUFqQ== | ||
|
@@ -123,6 +123,22 @@ | |
tslib "^2.2.0" | ||
uuid "^8.3.0" | ||
|
||
"@azure/core-rest-pipeline@^1.10.0": | ||
version "1.10.1" | ||
resolved "https://registry.yarnpkg.com/@azure/core-rest-pipeline/-/core-rest-pipeline-1.10.1.tgz#348290847ca31b9eecf9cf5de7519aaccdd30968" | ||
integrity sha512-Kji9k6TOFRDB5ZMTw8qUf2IJ+CeJtsuMdAHox9eqpTf1cefiNMpzrfnF6sINEBZJsaVaWgQ0o48B6kcUH68niA== | ||
dependencies: | ||
"@azure/abort-controller" "^1.0.0" | ||
"@azure/core-auth" "^1.4.0" | ||
"@azure/core-tracing" "^1.0.1" | ||
"@azure/core-util" "^1.0.0" | ||
"@azure/logger" "^1.0.0" | ||
form-data "^4.0.0" | ||
http-proxy-agent "^5.0.0" | ||
https-proxy-agent "^5.0.0" | ||
tslib "^2.2.0" | ||
uuid "^8.3.0" | ||
|
||
"@azure/[email protected]": | ||
version "1.0.0-preview.13" | ||
resolved "https://registry.yarnpkg.com/@azure/core-tracing/-/core-tracing-1.0.0-preview.13.tgz#55883d40ae2042f6f1e12b17dd0c0d34c536d644" | ||
|
@@ -463,12 +479,13 @@ append-buffer@^1.0.2: | |
dependencies: | ||
buffer-equal "^1.0.0" | ||
|
||
applicationinsights@^2.3.5: | ||
version "2.3.6" | ||
resolved "https://registry.yarnpkg.com/applicationinsights/-/applicationinsights-2.3.6.tgz#91277ce44e5f6d2f85336922c05d90f8699c2e70" | ||
integrity sha512-ZzXXpZpDRGcy6Pp5V319nDF9/+Ey7jNknEXZyaBajtC5onN0dcBem6ng5jcb3MPH2AjYWRI8XgyNEuzP/6Y5/A== | ||
applicationinsights@^2.4.0: | ||
version "2.4.1" | ||
resolved "https://registry.yarnpkg.com/applicationinsights/-/applicationinsights-2.4.1.tgz#4de4c4dd3c7c4a44445cfbf3d15808fc0dcc423d" | ||
integrity sha512-0n0Ikd0gzSm460xm+M0UTWIwXrhrH/0bqfZatcJjYObWyefxfAxapGEyNnSGd1Tg90neHz+Yhf+Ff/zgvPiQYA== | ||
dependencies: | ||
"@azure/core-http" "^2.2.3" | ||
"@azure/core-auth" "^1.4.0" | ||
"@azure/core-rest-pipeline" "^1.10.0" | ||
"@microsoft/applicationinsights-web-snippet" "^1.0.1" | ||
"@opentelemetry/api" "^1.0.4" | ||
"@opentelemetry/core" "^1.0.1" | ||
|
Oops, something went wrong.