Skip to content

Commit 2fc44d6

Browse files
authored
Merge pull request microsoft#20 from microsoft/fixsecurityalerts
Fixing vulnerabilities
2 parents 0487f7e + 1d98024 commit 2fc44d6

4 files changed

Lines changed: 60 additions & 56 deletions

File tree

BuildYourOwnCanvasSamples/1.starter-full-bundle/package-lock.json

Lines changed: 29 additions & 27 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

BuildYourOwnCanvasSamples/1.starter-full-bundle/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"dependencies": {
1313
"@azure/storage-blob": "^10.3.0",
1414
"dotenv": "^8.0.0",
15-
"http-proxy": "^1.17.0",
15+
"http-proxy": "^1.18.1",
1616
"math-random": "^1.0.4",
1717
"node-fetch": "^2.5.0",
1818
"restify": "^8.3.2",

BuildYourOwnCanvasSamples/2.location-and-file-uploading/web/package-lock.json

Lines changed: 29 additions & 27 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

BuildYourOwnCanvasSamples/2.location-and-file-uploading/web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"dependencies": {
1313
"@azure/storage-blob": "^10.3.0",
1414
"dotenv": "^8.0.0",
15-
"http-proxy": "^1.17.0",
15+
"http-proxy": "^1.18.1",
1616
"math-random": "^1.0.4",
1717
"node-fetch": "^2.5.0",
1818
"restify": "^8.3.2",

0 commit comments

Comments
 (0)