Skip to content

Commit 1dcd728

Browse files
fix(security): patch lodash vulnerabilities (#647)
1 parent 81b172a commit 1dcd728

File tree

2 files changed

+6
-11
lines changed

2 files changed

+6
-11
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"@babel/runtime": "7.10.1",
2828
"bluebird": "2.9.25",
2929
"core-js": "3.6.5",
30-
"forest-express": "8.0.2",
30+
"forest-express": "8.0.3",
3131
"http-errors": "1.6.1",
3232
"lodash": "4.17.21",
3333
"moment": "2.19.4",

yarn.lock

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4522,10 +4522,10 @@ for-in@^1.0.2:
45224522
resolved "https://registry.yarnpkg.com/for-in/-/for-in-1.0.2.tgz#81068d295a8142ec0ac726c6e2200c30fb6d5e80"
45234523
integrity sha1-gQaNKVqBQuwKxybG4iAMMPttXoA=
45244524

4525-
4526-
version "8.0.2"
4527-
resolved "https://registry.yarnpkg.com/forest-express/-/forest-express-8.0.2.tgz#23bf4be65e25444e4d2dab79bad4a7ffe8b899d6"
4528-
integrity sha512-Em1zJGIgldX4PvaZb7CfSl90TKamd03ql20MgRRahMb/qhamT+Tf/ses08g6qbLd9ANsWYoVA5RhJn28wZqBBw==
4525+
4526+
version "8.0.3"
4527+
resolved "https://registry.yarnpkg.com/forest-express/-/forest-express-8.0.3.tgz#0ca9459878e19fb9b1fb471e7befd3a273df4275"
4528+
integrity sha512-mRI/4mIIdj0nSKUAd2Vz8+QQcWdNYTqwiRRkFmfRZPsZpzXUl/hrtNiEVxnY0c/1GM/nZyGacfFlZvs5cgAzPQ==
45294529
dependencies:
45304530
"@babel/runtime" "7.10.1"
45314531
base32-encode "1.1.1"
@@ -4542,7 +4542,7 @@ [email protected]:
45424542
inflected "2.0.4"
45434543
jsonapi-serializer "3.6.5"
45444544
jsonwebtoken "8.5.1"
4545-
lodash "4.17.19"
4545+
lodash "4.17.21"
45464546
moment "2.24.0"
45474547
moment-timezone "0.5.26"
45484548
openid-client "4.2.0"
@@ -6914,11 +6914,6 @@ lodash.without@~4.4.0:
69146914
resolved "https://registry.yarnpkg.com/lodash.without/-/lodash.without-4.4.0.tgz#3cd4574a00b67bae373a94b748772640507b7aac"
69156915
integrity sha1-PNRXSgC2e643OpS3SHcmQFB7eqw=
69166916

6917-
6918-
version "4.17.19"
6919-
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.19.tgz#e48ddedbe30b3321783c5b4301fbd353bc1e4a4b"
6920-
integrity sha512-JNvd8XER9GQX0v2qJgsaN/mzFCNA5BRe/j8JN9d+tWyGLSodKQHKFicdwNYzWwI3wjRnaKPsGj1XkBjx/F96DQ==
6921-
69226917
[email protected], lodash@^4.16.3, lodash@^4.17.13, lodash@^4.17.14, lodash@^4.17.15, lodash@^4.17.19, lodash@^4.17.4:
69236918
version "4.17.21"
69246919
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c"

0 commit comments

Comments
 (0)