Skip to content

Commit 4f5073d

Browse files
authored
fix(deps): upgrade vulnerable lodash, picomatch, and defu (#8146)
#### Summary ensure all production dependencies are free of known vulnerabilities. with this patch, it's back to 0 vulnerabilities: ```sh $ npm audit --omit=dev found 0 vulnerabilities ```
1 parent 1b8171d commit 4f5073d

2 files changed

Lines changed: 56 additions & 6 deletions

File tree

package-lock.json

Lines changed: 55 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@
123123
"jwt-decode": "4.0.0",
124124
"lambda-local": "2.2.0",
125125
"locate-path": "8.0.0",
126-
"lodash": "4.17.23",
126+
"lodash": "4.18.1",
127127
"log-update": "7.2.0",
128128
"maxstache": "1.0.7",
129129
"maxstache-stream": "1.0.4",

0 commit comments

Comments
 (0)