Skip to content

Commit d697f5e

Browse files
authored
fix(vulnerability): patch a potential vulnerability updating forest-express to version 7.4.1 (#481)
1 parent d3148af commit d697f5e

2 files changed

Lines changed: 11 additions & 11 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"dependencies": {
2626
"@babel/runtime": "7.10.1",
2727
"bluebird": "2.9.25",
28-
"forest-express": "7.3.1",
28+
"forest-express": "7.4.1",
2929
"http-errors": "1.6.1",
3030
"lodash": "4.17.19",
3131
"moment": "2.19.4",

yarn.lock

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4183,10 +4183,10 @@ expect@^26.0.1:
41834183
jest-message-util "^26.0.1"
41844184
jest-regex-util "^26.0.0"
41854185

4186-
express-jwt@5.3.3:
4187-
version "5.3.3"
4188-
resolved "https://registry.yarnpkg.com/express-jwt/-/express-jwt-5.3.3.tgz#e557b4a63dd34c5ddd6ad81452738386314cc243"
4189-
integrity sha512-UdB8p5O8vGYTKm3SfREnLgVGIGEHcL3lrVyi3ebEX2qhMuagN623ju7ywWis+qYL+CXE7G1qPc2bCPBAg2MxZQ==
4186+
express-jwt@6.0.0:
4187+
version "6.0.0"
4188+
resolved "https://registry.yarnpkg.com/express-jwt/-/express-jwt-6.0.0.tgz#20886c730983ffb1c706a4383235df86eff349b8"
4189+
integrity sha512-C26y9myRjx7CyhZ+BAT3p+gQyRCoDZ7qo8plCvLDaRT6je6ALIAQknT6XLVQGFKwIy/Ux7lvM2MNap5dt0T7gA==
41904190
dependencies:
41914191
async "^1.5.0"
41924192
express-unless "^0.3.0"
@@ -4481,10 +4481,10 @@ for-in@^1.0.2:
44814481
resolved "https://registry.yarnpkg.com/for-in/-/for-in-1.0.2.tgz#81068d295a8142ec0ac726c6e2200c30fb6d5e80"
44824482
integrity sha1-gQaNKVqBQuwKxybG4iAMMPttXoA=
44834483

4484-
forest-express@7.3.1:
4485-
version "7.3.1"
4486-
resolved "https://registry.yarnpkg.com/forest-express/-/forest-express-7.3.1.tgz#f1e992b2b654cf2684f999cd09923aefcf3d71ad"
4487-
integrity sha512-AKmpf7FI15Y49T8ikI8EA26RaK4QIlX6dwN46PK6ynEesGoZRXAoIeV3ECp4kdhaDhXnhlVznqy2h4ge/5S93g==
4484+
forest-express@7.4.1:
4485+
version "7.4.1"
4486+
resolved "https://registry.yarnpkg.com/forest-express/-/forest-express-7.4.1.tgz#63ecb078ee3649d712670d8bacdb477b1afeac33"
4487+
integrity sha512-WdXrkG1xfqq3yrBGzyT4pFgV31QJ2Owb/8CHnPoo+tR6Iv/cIdpUA4RWhYb+tZYfWqfK6w15VA4MyQlCH7s4GA==
44884488
dependencies:
44894489
"@babel/runtime" "7.10.1"
44904490
base32-encode "1.1.1"
@@ -4495,13 +4495,13 @@ forest-express@7.3.1:
44954495
cors "2.8.5"
44964496
csv-stringify "1.0.4"
44974497
express "4.17.1"
4498-
express-jwt "5.3.3"
4498+
express-jwt "6.0.0"
44994499
forest-ip-utils "1.0.1"
45004500
http-errors "1.7.3"
45014501
inflected "2.0.4"
45024502
jsonapi-serializer "3.6.5"
45034503
jsonwebtoken "8.5.1"
4504-
lodash "4.17.15"
4504+
lodash "4.17.19"
45054505
moment "2.24.0"
45064506
moment-timezone "0.5.26"
45074507
otplib "11.0.1"

0 commit comments

Comments
 (0)