Skip to content

Commit c3f5e03

Browse files
jokeyrhymeboennemann
authored andcommitted
fix(package): bump deps due to vulnerability in tough-cookie (#3)
1 parent 119b0c2 commit c3f5e03

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,15 @@
2424
"dependencies": {
2525
"@greenkeeper/flags": "^1.0.0",
2626
"hide-secrets": "1.1.0",
27-
"lodash": "4.7.0",
28-
"node-emoji": "1.2.1",
27+
"lodash": "^4.14.1",
28+
"node-emoji": "1.3.1",
2929
"nopt": "3.0.6",
3030
"npmlog": "2.0.3",
3131
"os-homedir": "1.0.1",
32-
"request": "2.69.0"
32+
"request": "2.74.0"
3333
},
3434
"devDependencies": {
35-
"standard": "6.0.8",
35+
"standard": "^7.1.2",
3636
"semantic-release": "^4.3.5"
3737
}
3838
}

0 commit comments

Comments
 (0)