Skip to content

Commit 40c1087

Browse files
committed
fix: package.json & yarn.lock to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASH-567746
1 parent 380d6f4 commit 40c1087

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
],
3131
"dependencies": {
3232
"joi": "^12.0.0",
33-
"lodash": "^4.17.5",
33+
"lodash": "^4.17.16",
3434
"trailpack": "^3",
3535
"sequelize": "^4.37.1"
3636
},

yarn.lock

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -713,9 +713,10 @@ lodash@^4.17.1, lodash@^4.17.4, lodash@^4.3.0:
713713
version "4.17.4"
714714
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.4.tgz#78203a4d1c328ae1d86dca6460e369b57f4055ae"
715715

716-
lodash@^4.17.5:
717-
version "4.17.5"
718-
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.5.tgz#99a92d65c0272debe8c96b6057bc8fbfa3bed511"
716+
lodash@^4.17.16:
717+
version "4.17.19"
718+
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.19.tgz#e48ddedbe30b3321783c5b4301fbd353bc1e4a4b"
719+
integrity sha512-JNvd8XER9GQX0v2qJgsaN/mzFCNA5BRe/j8JN9d+tWyGLSodKQHKFicdwNYzWwI3wjRnaKPsGj1XkBjx/F96DQ==
719720

720721
lru-cache@^4.0.1:
721722
version "4.1.1"

0 commit comments

Comments
 (0)