Skip to content

Commit 497a5d1

Browse files
fix vulnerability
1 parent 40c337e commit 497a5d1

File tree

2 files changed

+8
-18
lines changed

2 files changed

+8
-18
lines changed

package-lock.json

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

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
],
1212
"dependencies": {
1313
"async-mutex": "^0.5.0",
14-
"azure-pipelines-tool-lib": "^2.0.8",
14+
"azure-pipelines-tool-lib": "2.0.8",
1515
"https-proxy-agent": "^7.0.6",
1616
"log4js": "^6.9.1",
1717
"node-fetch": "^3.3.2",
@@ -55,7 +55,8 @@
5555
"typescript": "^5.6.3"
5656
},
5757
"overrides": {
58-
"bluebird": "3.7.2"
58+
"bluebird": "3.7.2",
59+
"minimatch": "^3.1.4"
5960
},
6061
"publishConfig": {
6162
"registry": "https://npm.pkg.github.com"

0 commit comments

Comments
 (0)