Skip to content

Commit f570050

Browse files
authored
fix(vulnerability): patch a potential vulnerability updating forest-express to version 7.4.1 (#397)
1 parent b372055 commit f570050

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"dependencies": {
2727
"@babel/runtime": "7.10.1",
2828
"bluebird": "2.9.25",
29-
"forest-express": "7.3.1",
29+
"forest-express": "7.4.1",
3030
"http-errors": "1.7.2",
3131
"lodash": "4.17.19",
3232
"moment": "2.24.0",

yarn.lock

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4155,10 +4155,10 @@ expect@^26.0.1:
41554155
jest-message-util "^26.0.1"
41564156
jest-regex-util "^26.0.0"
41574157

4158-
express-jwt@5.3.3:
4159-
version "5.3.3"
4160-
resolved "https://registry.yarnpkg.com/express-jwt/-/express-jwt-5.3.3.tgz#e557b4a63dd34c5ddd6ad81452738386314cc243"
4161-
integrity sha512-UdB8p5O8vGYTKm3SfREnLgVGIGEHcL3lrVyi3ebEX2qhMuagN623ju7ywWis+qYL+CXE7G1qPc2bCPBAg2MxZQ==
4158+
express-jwt@6.0.0:
4159+
version "6.0.0"
4160+
resolved "https://registry.yarnpkg.com/express-jwt/-/express-jwt-6.0.0.tgz#20886c730983ffb1c706a4383235df86eff349b8"
4161+
integrity sha512-C26y9myRjx7CyhZ+BAT3p+gQyRCoDZ7qo8plCvLDaRT6je6ALIAQknT6XLVQGFKwIy/Ux7lvM2MNap5dt0T7gA==
41624162
dependencies:
41634163
async "^1.5.0"
41644164
express-unless "^0.3.0"
@@ -4453,10 +4453,10 @@ for-in@^1.0.2:
44534453
resolved "https://registry.yarnpkg.com/for-in/-/for-in-1.0.2.tgz#81068d295a8142ec0ac726c6e2200c30fb6d5e80"
44544454
integrity sha1-gQaNKVqBQuwKxybG4iAMMPttXoA=
44554455

4456-
forest-express@7.3.1:
4457-
version "7.3.1"
4458-
resolved "https://registry.yarnpkg.com/forest-express/-/forest-express-7.3.1.tgz#f1e992b2b654cf2684f999cd09923aefcf3d71ad"
4459-
integrity sha512-AKmpf7FI15Y49T8ikI8EA26RaK4QIlX6dwN46PK6ynEesGoZRXAoIeV3ECp4kdhaDhXnhlVznqy2h4ge/5S93g==
4456+
forest-express@7.4.1:
4457+
version "7.4.1"
4458+
resolved "https://registry.yarnpkg.com/forest-express/-/forest-express-7.4.1.tgz#63ecb078ee3649d712670d8bacdb477b1afeac33"
4459+
integrity sha512-WdXrkG1xfqq3yrBGzyT4pFgV31QJ2Owb/8CHnPoo+tR6Iv/cIdpUA4RWhYb+tZYfWqfK6w15VA4MyQlCH7s4GA==
44604460
dependencies:
44614461
"@babel/runtime" "7.10.1"
44624462
base32-encode "1.1.1"
@@ -4467,13 +4467,13 @@ [email protected]:
44674467
cors "2.8.5"
44684468
csv-stringify "1.0.4"
44694469
express "4.17.1"
4470-
express-jwt "5.3.3"
4470+
express-jwt "6.0.0"
44714471
forest-ip-utils "1.0.1"
44724472
http-errors "1.7.3"
44734473
inflected "2.0.4"
44744474
jsonapi-serializer "3.6.5"
44754475
jsonwebtoken "8.5.1"
4476-
lodash "4.17.15"
4476+
lodash "4.17.19"
44774477
moment "2.24.0"
44784478
moment-timezone "0.5.26"
44794479
otplib "11.0.1"

0 commit comments

Comments
 (0)