Skip to content

Commit fae1e5b

Browse files
authored
Merge pull request #770 from Tenaria/fix-tar-vulnerability
upgrades tar version from 6.0.2 to 6.1.11
2 parents 32c1163 + ad68caf commit fae1e5b

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package-lock.json

+8-8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
"rfc4648": "^1.3.0",
7272
"shelljs": "^0.8.5",
7373
"stream-buffers": "^3.0.2",
74-
"tar": "^6.0.2",
74+
"tar": "^6.1.11",
7575
"tmp-promise": "^3.0.2",
7676
"tslib": "^1.9.3",
7777
"underscore": "^1.9.1",
@@ -120,6 +120,6 @@
120120
}
121121
},
122122
"overrides": {
123-
"colors": "1.40.0"
123+
"colors": "1.4.0"
124124
}
125125
}

0 commit comments

Comments
 (0)