Skip to content

Commit

Permalink
Task 9901543: Remediate security vulnerabilities
Browse files Browse the repository at this point in the history
- Add support for automatic updating of package versions
  • Loading branch information
MSNev committed Jun 8, 2021
1 parent be8185e commit 133829f
Show file tree
Hide file tree
Showing 23 changed files with 962 additions and 716 deletions.
9 changes: 5 additions & 4 deletions AISKU/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,16 @@
},
"devDependencies": {
"@microsoft/applicationinsights-rollup-plugin-uglify3-js": "1.0.0",
"@microsoft/applicationinsights-rollup-es3" : "1.1.3",
"@microsoft/applicationinsights-rollup-es3": "1.1.3",
"@types/qunit": "^2.5.3",
"@types/sinon": "4.3.3",
"qunit": "^2.9.1",
"sinon": "^7.3.1",
"chromedriver": "^2.45.0",
"@microsoft/api-extractor" : "^7.9.11",
"@microsoft/api-extractor": "^7.9.11",
"finalhandler": "^1.1.1",
"grunt": "^1.3.0",
"grunt-cli": "^1.3.2",
"grunt-contrib-qunit": "^3.1.0",
"grunt-ts": "^6.0.0-beta.22",
"grunt-tslint": "^5.0.2",
Expand All @@ -61,8 +62,8 @@
"tslib": "^1.13.0"
},
"dependencies": {
"@microsoft/dynamicproto-js": "^1.1.2",
"@microsoft/applicationinsights-shims" : "2.0.0",
"@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",
"@microsoft/applicationinsights-common": "2.6.2",
Expand Down
9 changes: 5 additions & 4 deletions AISKULight/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,10 @@
},
"devDependencies": {
"@microsoft/applicationinsights-rollup-plugin-uglify3-js": "1.0.0",
"@microsoft/applicationinsights-rollup-es3" : "1.1.3",
"@microsoft/api-extractor" : "^7.9.11",
"@microsoft/applicationinsights-rollup-es3": "1.1.3",
"@microsoft/api-extractor": "^7.9.11",
"grunt": "^1.3.0",
"grunt-cli": "^1.3.2",
"grunt-contrib-qunit": "^3.1.0",
"grunt-run": "^0.8.1",
"grunt-ts": "^6.0.0-beta.22",
Expand All @@ -38,8 +39,8 @@
"tslint-config-prettier": "^1.18.0"
},
"dependencies": {
"@microsoft/dynamicproto-js": "^1.1.2",
"@microsoft/applicationinsights-shims" : "2.0.0",
"@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",
"@microsoft/applicationinsights-core-js": "2.6.2"
Expand Down
9 changes: 5 additions & 4 deletions channels/applicationinsights-channel-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,12 @@
},
"devDependencies": {
"@microsoft/applicationinsights-rollup-plugin-uglify3-js": "1.0.0",
"@microsoft/applicationinsights-rollup-es3" : "1.1.3",
"@microsoft/api-extractor" : "^7.9.11",
"@microsoft/applicationinsights-rollup-es3": "1.1.3",
"@microsoft/api-extractor": "^7.9.11",
"@types/qunit": "^2.5.3",
"@types/sinon": "4.3.3",
"grunt": "^1.3.0",
"grunt-cli": "^1.3.2",
"grunt-contrib-qunit": "^3.1.0",
"grunt-run": "^0.8.1",
"grunt-ts": "^6.0.0-beta.22",
Expand All @@ -43,8 +44,8 @@
"sinon": "^7.3.1"
},
"dependencies": {
"@microsoft/dynamicproto-js": "^1.1.2",
"@microsoft/applicationinsights-shims" : "2.0.0",
"@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 common/Tests/Framework/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,6 @@
},
"dependencies": {
"@microsoft/applicationinsights-shims" : "2.0.0",
"@microsoft/dynamicproto-js": "^1.1.2"
"@microsoft/dynamicproto-js": "^1.1.4"
}
}
Loading

0 comments on commit 133829f

Please sign in to comment.