Skip to content

Commit de715bc

Browse files
authored
fix(security): patch express-jwt to stable candidate (#945)
1 parent 5b2dc4c commit de715bc

File tree

2 files changed

+10
-9
lines changed

2 files changed

+10
-9
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"@babel/runtime": "7.15.4",
2929
"bluebird": "2.9.25",
3030
"core-js": "3.6.5",
31-
"forest-express": "9.4.6",
31+
"forest-express": "9.4.7",
3232
"http-errors": "1.6.1",
3333
"lodash": "4.17.21",
3434
"moment": "2.29.2",

yarn.lock

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4290,9 +4290,10 @@ expect@^26.6.2:
42904290
jest-message-util "^26.6.2"
42914291
jest-regex-util "^26.0.0"
42924292

4293-
"express-jwt@git+https://github.com/auth0/express-jwt.git#c7881ad378063236d85b1e1b0f4a252b63b8e75b":
4294-
version "6.1.1"
4295-
resolved "git+https://github.com/auth0/express-jwt.git#c7881ad378063236d85b1e1b0f4a252b63b8e75b"
4293+
express-jwt@6.1.2:
4294+
version "6.1.2"
4295+
resolved "https://registry.yarnpkg.com/express-jwt/-/express-jwt-6.1.2.tgz#4a6cc11d1dcff6f23126dd79ec5b2b441333e78b"
4296+
integrity sha512-l5dlf5lNM/1EODMsJGfHn1VnrhhsUYEetzrKFStJZLjFQXtR+HGdBiW+jUNZ+ISsFe+h7Wl/hQKjLrY2TX0Qkg==
42964297
dependencies:
42974298
async "^3.2.2"
42984299
express-unless "^1.0.0"
@@ -4569,10 +4570,10 @@ for-in@^1.0.2:
45694570
resolved "https://registry.yarnpkg.com/for-in/-/for-in-1.0.2.tgz#81068d295a8142ec0ac726c6e2200c30fb6d5e80"
45704571
integrity sha1-gQaNKVqBQuwKxybG4iAMMPttXoA=
45714572

4572-
forest-express@9.4.6:
4573-
version "9.4.6"
4574-
resolved "https://registry.yarnpkg.com/forest-express/-/forest-express-9.4.6.tgz#77b4dbea2f93fd2cb4ad0ee3899dc2ea69eaafe5"
4575-
integrity sha512-wB+3ZHyeYASQ9MYJ0iuxt0/GVVnwqsm0aWo2MYMBkQv69Fn27SEqMpfnVlG8xqc4YupwZPB6B4aqdlpRcChKmg==
4573+
forest-express@9.4.7:
4574+
version "9.4.7"
4575+
resolved "https://registry.yarnpkg.com/forest-express/-/forest-express-9.4.7.tgz#0246c563fc27fec3d870bf5e7a6547e5c29c3771"
4576+
integrity sha512-+F9wpuecIVTS1n1pvGSA1Q9ZEyMlEfAZ3bap3wFukYojm3sdecZ1vFU1KzwxkXBlyHh6v/uuHhceBJnP0S/DIA==
45764577
dependencies:
45774578
"@babel/runtime" "7.10.1"
45784579
"@forestadmin/context" "1.31.0"
@@ -4584,7 +4585,7 @@ forest-express@9.4.6:
45844585
cors "2.8.5"
45854586
csv-stringify "1.0.4"
45864587
express "4.17.1"
4587-
express-jwt "https://github.com/auth0/express-jwt.git#c7881ad378063236d85b1e1b0f4a252b63b8e75b"
4588+
express-jwt "6.1.2"
45884589
forest-ip-utils "1.0.1"
45894590
http-errors "1.7.3"
45904591
inflected "2.0.4"

0 commit comments

Comments
 (0)