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

Skip to content

Commit ddfdd1a

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. (cherry picked from commit 4267b54)
1 parent 9be9b6c commit ddfdd1a

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
@@ -55,7 +55,7 @@
5555
"hash-sum": "^1.0.2",
5656
"html-webpack-plugin": "^3.2.0",
5757
"launch-editor-middleware": "^2.2.1",
58-
"lodash.defaultsdeep": "^4.6.0",
58+
"lodash.defaultsdeep": "^4.6.1",
5959
"lodash.mapvalues": "^4.6.0",
6060
"lodash.transform": "^4.6.0",
6161
"mini-css-extract-plugin": "^0.6.0",

0 commit comments

Comments
 (0)
0