Skip to content

Commit

Permalink
fix(@vue/cli-service): Update lodash.defaultsdeep (#4273)
Browse files Browse the repository at this point in the history
Update `lodash.defaultsdeep` to version `^4.6.1`.

This is causing a high severity vulnerability in our repo.

Fixed in lodash/lodash#4336.

(cherry picked from commit 4267b54)
  • Loading branch information
emizzle authored and sodatea committed Jul 11, 2019
1 parent 9be9b6c commit ddfdd1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@vue/cli-service/package.json
Expand Up @@ -55,7 +55,7 @@
"hash-sum": "^1.0.2",
"html-webpack-plugin": "^3.2.0",
"launch-editor-middleware": "^2.2.1",
"lodash.defaultsdeep": "^4.6.0",
"lodash.defaultsdeep": "^4.6.1",
"lodash.mapvalues": "^4.6.0",
"lodash.transform": "^4.6.0",
"mini-css-extract-plugin": "^0.6.0",
Expand Down

0 comments on commit ddfdd1a

Please sign in to comment.