Skip to content

Commit ea86d3f

Browse files
NetCZsnyk-bot
andauthored
fix: package.json & yarn.lock to reduce vulnerabilities (#79)
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASH-1018905 - https://snyk.io/vuln/SNYK-JS-LODASH-1040724 Co-authored-by: snyk-bot <[email protected]>
1 parent f6bb5ac commit ea86d3f

File tree

2 files changed

+7
-2
lines changed

2 files changed

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

yarn.lock

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3714,11 +3714,16 @@ lodash.without@~4.4.0:
37143714
resolved "https://registry.yarnpkg.com/lodash.without/-/lodash.without-4.4.0.tgz#3cd4574a00b67bae373a94b748772640507b7aac"
37153715
integrity sha1-PNRXSgC2e643OpS3SHcmQFB7eqw=
37163716

3717-
[email protected], lodash@^4.17.11, lodash@^4.17.13, lodash@^4.17.14, lodash@^4.17.15, lodash@^4.17.20, lodash@^4.17.4, lodash@^4.2.1:
3717+
[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:
37183718
version "4.17.20"
37193719
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.20.tgz#b44a9b6297bcb698f1c51a3545a2b3b368d59c52"
37203720
integrity sha512-PlhdFcillOINfeV7Ni6oF1TAEayyZBoZ8bcshTHqOYJYlrqzRK5hagpagky5o4HfCzzd1TRkXPMFq6cKk9rGmA==
37213721

3722+
lodash@^4.17.21:
3723+
version "4.17.21"
3724+
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c"
3725+
integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==
3726+
37223727
log-driver@^1.2.7:
37233728
version "1.2.7"
37243729
resolved "https://registry.yarnpkg.com/log-driver/-/log-driver-1.2.7.tgz#63b95021f0702fedfa2c9bb0a24e7797d71871d8"

0 commit comments

Comments
 (0)