8000 fix(@vue/cli-service): Update lodash.defaultsdeep (#4273) · vuejs/vue-cli@4267b54 · GitHub
[go: up one dir, main page]

Skip to content

Commit 4267b54

Browse files
emizzlehaoqunjiang
authored andcommitted
fix(@vue/cli-service): Update lodash.defaultsdeep (#4273)
Update `lodash.defaultsdeep` to version `^4.6.1`. This is causing a high severity vulnerability in our repo. Fixed in lodash/lodash#4336.
1 parent eda08fb commit 4267b54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/@vue/cli-service/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"hash-sum": "^1.0.2",
5757
"html-webpack-plugin": "^3.2.0",
5858
"launch-editor-middleware": "^2.2.1",
59-
"lodash.defaultsdeep": "^4.6.0",
59+
"lodash.defaultsdeep": "^4.6.1",
6060
"lodash.mapvalues": "^4.6.0",
6161
"lodash.transform": "^4.6.0",
6262
"mini-css-extract-plugin": "^0.6.0",

0 commit comments

Comments
 (0)
0