Skip to content

Commit 2a101b8

Browse files
faust64LinusU
authored andcommitted
fix: bump vulnerable dependency (#421)
Shelljs has been reported vulnerable: https://snyk.io/vuln/npm:shelljs Updating to 0.7.6 as suggested by Snyk.
1 parent b17eecb commit 2a101b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
"lodash": "4.17.2",
8686
"minimist": "1.2.0",
8787
"path-exists": "2.1.0",
88-
"shelljs": "0.7.5",
88+
"shelljs": "0.7.6",
8989
"strip-json-comments": "2.0.1"
9090
},
9191
"babel": {

0 commit comments

Comments
 (0)