Skip to content

Commit

Permalink
Task 9901543: Remediate security vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
MSNev committed Jun 7, 2021
1 parent 18f818a commit dc0828c
Show file tree
Hide file tree
Showing 15 changed files with 316 additions and 686 deletions.
22 changes: 11 additions & 11 deletions .vscode/tasks.json
Original file line number Diff line number Diff line change
@@ -1,28 +1,28 @@
{
"version": "0.1.0",
"version": "2.0.0",
"command": "grunt",
"isShellCommand": true,
"showOutput": "always",
"tasks": [
{
"taskName": "default",
"args": [],
"isBuildCommand": true,
"label": "default",
"type": "grunt",
"task": "default",
"problemMatcher": [
"$lessCompile",
"$tsc",
"$jshint"
]
],
"group": "build"
},
{
"taskName": "module",
"args": [],
"isBuildCommand": true,
"label": "module",
"type": "grunt",
"task": "module",
"problemMatcher": [
"$lessCompile",
"$tsc",
"$jshint"
]
],
"group": "build"
}
]
}
2 changes: 1 addition & 1 deletion AISKU/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"tslib": "^1.13.0"
},
"dependencies": {
"@microsoft/dynamicproto-js": "^1.1.2",
"@microsoft/dynamicproto-js": "^1.1.4",
"@microsoft/applicationinsights-shims" : "2.0.0",
"@microsoft/applicationinsights-analytics-js": "2.6.2",
"@microsoft/applicationinsights-channel-js": "2.6.2",
Expand Down
2 changes: 1 addition & 1 deletion AISKULight/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"tslint-config-prettier": "^1.18.0"
},
"dependencies": {
"@microsoft/dynamicproto-js": "^1.1.2",
"@microsoft/dynamicproto-js": "^1.1.4",
"@microsoft/applicationinsights-shims" : "2.0.0",
"@microsoft/applicationinsights-common": "2.6.2",
"@microsoft/applicationinsights-channel-js": "2.6.2",
Expand Down
2 changes: 1 addition & 1 deletion channels/applicationinsights-channel-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"sinon": "^7.3.1"
},
"dependencies": {
"@microsoft/dynamicproto-js": "^1.1.2",
"@microsoft/dynamicproto-js": "^1.1.4",
"@microsoft/applicationinsights-shims" : "2.0.0",
"@microsoft/applicationinsights-core-js": "2.6.2",
"@microsoft/applicationinsights-common": "2.6.2"
Expand Down
949 changes: 290 additions & 659 deletions common/config/rush/npm-shrinkwrap.json

Large diffs are not rendered by default.

5 changes: 2 additions & 3 deletions extensions/applicationinsights-analytics-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,10 @@
"tslint": "^5.19.0",
"tslint-config-prettier": "^1.18.0",
"qunit": "^2.9.1",
"sinon": "^7.3.1",
"http-server": "0.12.3"
"sinon": "^7.3.1"
},
"dependencies": {
"@microsoft/dynamicproto-js": "^1.1.2",
"@microsoft/dynamicproto-js": "^1.1.4",
"@microsoft/applicationinsights-shims" : "2.0.0",
"@microsoft/applicationinsights-core-js": "2.6.2",
"@microsoft/applicationinsights-common": "2.6.2"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"tslint-config-prettier": "^1.18.0"
},
"dependencies": {
"@microsoft/dynamicproto-js": "^1.1.2",
"@microsoft/dynamicproto-js": "^1.1.4",
"@microsoft/applicationinsights-shims": "2.0.0",
"@microsoft/applicationinsights-core-js": "2.6.2",
"@microsoft/applicationinsights-common": "2.6.2",
Expand Down
2 changes: 1 addition & 1 deletion extensions/applicationinsights-debugplugin-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"tslint-config-prettier": "^1.18.0"
},
"dependencies": {
"@microsoft/dynamicproto-js": "^1.1.2",
"@microsoft/dynamicproto-js": "^1.1.4",
"@microsoft/applicationinsights-common": "2.6.2",
"@microsoft/applicationinsights-core-js": "2.6.2",
"@microsoft/applicationinsights-shims": "2.0.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"tslint-config-prettier": "^1.18.0"
},
"dependencies": {
"@microsoft/dynamicproto-js": "^1.1.2",
"@microsoft/dynamicproto-js": "^1.1.4",
"@microsoft/applicationinsights-shims" : "2.0.0",
"@microsoft/applicationinsights-core-js": "2.6.2",
"@microsoft/applicationinsights-common": "2.6.2"
Expand Down
2 changes: 1 addition & 1 deletion extensions/applicationinsights-properties-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"sinon": "^7.3.1"
},
"dependencies": {
"@microsoft/dynamicproto-js": "^1.1.2",
"@microsoft/dynamicproto-js": "^1.1.4",
"@microsoft/applicationinsights-shims" : "2.0.0",
"@microsoft/applicationinsights-core-js": "2.6.2",
"@microsoft/applicationinsights-common": "2.6.2"
Expand Down
2 changes: 1 addition & 1 deletion extensions/applicationinsights-react-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"@microsoft/applicationinsights-shims": "^2.0.0",
"@microsoft/applicationinsights-core-js": "^2.6.2",
"@microsoft/applicationinsights-common": "^2.6.2",
"@microsoft/dynamicproto-js": "^1.1.2",
"@microsoft/dynamicproto-js": "^1.1.4",
"history": "^4.10.1"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions extensions/applicationinsights-react-native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"grunt-tslint": "^5.0.2",
"qunit": "^2.11.2",
"react": "16.13.1",
"react-native": "0.63.2",
"react-native": "0.64.2",
"react-native-device-info": "^5.6.5",
"globby": "^11.0.0",
"magic-string": "^0.25.7",
Expand All @@ -47,7 +47,7 @@
"@microsoft/applicationinsights-common": "^2.6.2",
"@microsoft/applicationinsights-core-js": "^2.6.2",
"@microsoft/applicationinsights-shims": "^2.0.0",
"@microsoft/dynamicproto-js": "^1.1.2"
"@microsoft/dynamicproto-js": "^1.1.4"
},
"peerDependencies": {
"react-native": "*",
Expand Down
2 changes: 1 addition & 1 deletion rush.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{
"$schema": "https://developer.microsoft.com/json-schemas/rush/v5/rush.schema.json",

"npmVersion": "7.10.0",
"npmVersion": "7.16.0",
"rushVersion": "5.44.0",
"projectFolderMaxDepth": 4,
"projects": [
Expand Down
2 changes: 1 addition & 1 deletion shared/AppInsightsCommon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"dependencies": {
"@microsoft/applicationinsights-shims" : "2.0.0",
"@microsoft/applicationinsights-core-js": "2.6.2",
"@microsoft/dynamicproto-js": "^1.1.2"
"@microsoft/dynamicproto-js": "^1.1.4"
},
"license": "MIT"
}
2 changes: 1 addition & 1 deletion shared/AppInsightsCore/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,6 @@
},
"dependencies": {
"@microsoft/applicationinsights-shims" : "2.0.0",
"@microsoft/dynamicproto-js": "^1.1.2"
"@microsoft/dynamicproto-js": "^1.1.4"
}
}

0 comments on commit dc0828c

Please sign in to comment.