Skip to content

Commit e6ec58b

Browse files
authored
feat: override vulnerable 'tar' transitive dependency (#38)
1 parent e69f690 commit e6ec58b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,13 @@
4242
"lodash.isempty": "^4.4.0",
4343
"lodash.sortby": "^4.7.0",
4444
"micromatch": "4.0.8",
45-
"snyk-nodejs-lockfile-parser": "2.5.0",
45+
"snyk-nodejs-lockfile-parser": "2.6.0",
4646
"snyk-resolve-deps": "4.8.0"
4747
},
4848
"overrides": {
4949
"@yarnpkg/core": {
50-
"cross-spawn": "^7.0.5"
50+
"cross-spawn": "^7.0.5",
51+
"tar@6.2.1": "7.5.9"
5152
}
5253
},
5354
"devDependencies": {

0 commit comments

Comments
 (0)