Skip to content

Commit b72e14a

Browse files
authored
Update minimatch to version 3.0.5 to fix vulnerability (#836)
* version bump
1 parent fb34438 commit b72e14a

File tree

2 files changed

+18
-9
lines changed

2 files changed

+18
-9
lines changed

node/package-lock.json

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

node/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "azure-pipelines-task-lib",
3-
"version": "3.3.0",
3+
"version": "3.3.1",
44
"description": "Azure Pipelines Task SDK",
55
"main": "./task.js",
66
"typings": "./task.d.ts",
@@ -27,7 +27,7 @@
2727
},
2828
"homepage": "https://github.com/Microsoft/azure-pipelines-task-lib",
2929
"dependencies": {
30-
"minimatch": "3.0.4",
30+
"minimatch": "3.0.5",
3131
"mockery": "^1.7.0",
3232
"q": "^1.5.1",
3333
"semver": "^5.1.0",

0 commit comments

Comments
 (0)