Skip to content

Commit c55c292

Browse files
authored
fix: upgrade lodash from 4.17.19 to 4.17.20 (#71)
Snyk has created this PR to upgrade lodash from 4.17.19 to 4.17.20. See this package in npm: 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 f61f83f commit c55c292

File tree

2 files changed

+7
-10
lines changed

2 files changed

+7
-10
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.19"
39+
"lodash": "^4.17.20"
4040
},
4141
"devDependencies": {
4242
"@commitlint/cli": "^8.3.5",

yarn.lock

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3757,11 +3757,16 @@ lodash.without@~4.4.0:
37573757
resolved "https://registry.yarnpkg.com/lodash.without/-/lodash.without-4.4.0.tgz#3cd4574a00b67bae373a94b748772640507b7aac"
37583758
integrity sha1-PNRXSgC2e643OpS3SHcmQFB7eqw=
37593759

3760-
[email protected], lodash@^4.17.11, lodash@^4.17.13, lodash@^4.17.14, lodash@^4.17.15, lodash@^4.17.19, lodash@^4.17.4, lodash@^4.2.1:
3760+
[email protected], lodash@^4.17.11, lodash@^4.17.13, lodash@^4.17.14, lodash@^4.17.15, lodash@^4.17.4, lodash@^4.2.1:
37613761
version "4.17.19"
37623762
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.19.tgz#e48ddedbe30b3321783c5b4301fbd353bc1e4a4b"
37633763
integrity sha512-JNvd8XER9GQX0v2qJgsaN/mzFCNA5BRe/j8JN9d+tWyGLSodKQHKFicdwNYzWwI3wjRnaKPsGj1XkBjx/F96DQ==
37643764

3765+
lodash@^4.17.20:
3766+
version "4.17.20"
3767+
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.20.tgz#b44a9b6297bcb698f1c51a3545a2b3b368d59c52"
3768+
integrity sha512-PlhdFcillOINfeV7Ni6oF1TAEayyZBoZ8bcshTHqOYJYlrqzRK5hagpagky5o4HfCzzd1TRkXPMFq6cKk9rGmA==
3769+
37653770
log-driver@^1.2.7:
37663771
version "1.2.7"
37673772
resolved "https://registry.yarnpkg.com/log-driver/-/log-driver-1.2.7.tgz#63b95021f0702fedfa2c9bb0a24e7797d71871d8"
@@ -4353,7 +4358,6 @@ npm@^6.10.3:
43534358
cmd-shim "^3.0.3"
43544359
columnify "~1.5.4"
43554360
config-chain "^1.1.12"
4356-
debuglog "*"
43574361
detect-indent "~5.0.0"
43584362
detect-newline "^2.1.0"
43594363
dezalgo "~1.0.3"
@@ -4368,7 +4372,6 @@ npm@^6.10.3:
43684372
has-unicode "~2.0.1"
43694373
hosted-git-info "^2.8.8"
43704374
iferr "^1.0.2"
4371-
imurmurhash "*"
43724375
infer-owner "^1.0.4"
43734376
inflight "~1.0.6"
43744377
inherits "^2.0.4"
@@ -4387,14 +4390,8 @@ npm@^6.10.3:
43874390
libnpx "^10.2.2"
43884391
lock-verify "^2.1.0"
43894392
lockfile "^1.0.4"
4390-
lodash._baseindexof "*"
43914393
lodash._baseuniq "~4.6.0"
4392-
lodash._bindcallback "*"
4393-
lodash._cacheindexof "*"
4394-
lodash._createcache "*"
4395-
lodash._getnative "*"
43964394
lodash.clonedeep "~4.5.0"
4397-
lodash.restparam "*"
43984395
lodash.union "~4.6.0"
43994396
lodash.uniq "~4.5.0"
44004397
lodash.without "~4.4.0"

0 commit comments

Comments
 (0)