Skip to content

Commit 670fba6

Browse files
authored
fix: upgrade lodash from 4.17.15 to 4.17.19 (#69)
Snyk has created this PR to upgrade lodash from 4.17.15 to 4.17.19. See this package in NPM: https://www.npmjs.com/package/lodash See this project in Snyk: https://app.snyk.io/org/netcz/project/79323c8d-f421-4a71-8db2-14dac63c385a?utm_source=github&utm_medium=upgrade-pr
1 parent 71525ea commit 670fba6

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"dependencies": {
3737
"create-html-element": "^3.0.0",
3838
"loader-utils": "^2.0.0",
39-
"lodash": "^4.17.15"
39+
"lodash": "^4.17.19"
4040
},
4141
"devDependencies": {
4242
"@commitlint/cli": "^8.3.5",

yarn.lock

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3583,6 +3583,11 @@ [email protected], lodash@^4.17.11, lodash@^4.17.13, lodash@^4.17.14, lodash@^4.17.
35833583
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.19.tgz#e48ddedbe30b3321783c5b4301fbd353bc1e4a4b"
35843584
integrity sha512-JNvd8XER9GQX0v2qJgsaN/mzFCNA5BRe/j8JN9d+tWyGLSodKQHKFicdwNYzWwI3wjRnaKPsGj1XkBjx/F96DQ==
35853585

3586+
lodash@^4.17.19:
3587+
version "4.17.19"
3588+
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.19.tgz#e48ddedbe30b3321783c5b4301fbd353bc1e4a4b"
3589+
integrity sha512-JNvd8XER9GQX0v2qJgsaN/mzFCNA5BRe/j8JN9d+tWyGLSodKQHKFicdwNYzWwI3wjRnaKPsGj1XkBjx/F96DQ==
3590+
35863591
log-driver@^1.2.7:
35873592
version "1.2.7"
35883593
resolved "https://registry.yarnpkg.com/log-driver/-/log-driver-1.2.7.tgz#63b95021f0702fedfa2c9bb0a24e7797d71871d8"

0 commit comments

Comments
 (0)