Skip to content

Commit

Permalink
fix(security): patch express-jwt to stable candidate (#945)
Browse files Browse the repository at this point in the history
  • Loading branch information
Thenkei authored May 4, 2022
1 parent 5b2dc4c commit de715bc
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@babel/runtime": "7.15.4",
"bluebird": "2.9.25",
"core-js": "3.6.5",
"forest-express": "9.4.6",
"forest-express": "9.4.7",
"http-errors": "1.6.1",
"lodash": "4.17.21",
"moment": "2.29.2",
Expand Down
17 changes: 9 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4290,9 +4290,10 @@ expect@^26.6.2:
jest-message-util "^26.6.2"
jest-regex-util "^26.0.0"

"express-jwt@git+https://github.com/auth0/express-jwt.git#c7881ad378063236d85b1e1b0f4a252b63b8e75b":
version "6.1.1"
resolved "git+https://github.com/auth0/express-jwt.git#c7881ad378063236d85b1e1b0f4a252b63b8e75b"
[email protected]:
version "6.1.2"
resolved "https://registry.yarnpkg.com/express-jwt/-/express-jwt-6.1.2.tgz#4a6cc11d1dcff6f23126dd79ec5b2b441333e78b"
integrity sha512-l5dlf5lNM/1EODMsJGfHn1VnrhhsUYEetzrKFStJZLjFQXtR+HGdBiW+jUNZ+ISsFe+h7Wl/hQKjLrY2TX0Qkg==
dependencies:
async "^3.2.2"
express-unless "^1.0.0"
Expand Down Expand Up @@ -4569,10 +4570,10 @@ for-in@^1.0.2:
resolved "https://registry.yarnpkg.com/for-in/-/for-in-1.0.2.tgz#81068d295a8142ec0ac726c6e2200c30fb6d5e80"
integrity sha1-gQaNKVqBQuwKxybG4iAMMPttXoA=

[email protected].6:
version "9.4.6"
resolved "https://registry.yarnpkg.com/forest-express/-/forest-express-9.4.6.tgz#77b4dbea2f93fd2cb4ad0ee3899dc2ea69eaafe5"
integrity sha512-wB+3ZHyeYASQ9MYJ0iuxt0/GVVnwqsm0aWo2MYMBkQv69Fn27SEqMpfnVlG8xqc4YupwZPB6B4aqdlpRcChKmg==
[email protected].7:
version "9.4.7"
resolved "https://registry.yarnpkg.com/forest-express/-/forest-express-9.4.7.tgz#0246c563fc27fec3d870bf5e7a6547e5c29c3771"
integrity sha512-+F9wpuecIVTS1n1pvGSA1Q9ZEyMlEfAZ3bap3wFukYojm3sdecZ1vFU1KzwxkXBlyHh6v/uuHhceBJnP0S/DIA==
dependencies:
"@babel/runtime" "7.10.1"
"@forestadmin/context" "1.31.0"
Expand All @@ -4584,7 +4585,7 @@ [email protected]:
cors "2.8.5"
csv-stringify "1.0.4"
express "4.17.1"
express-jwt "https://github.com/auth0/express-jwt.git#c7881ad378063236d85b1e1b0f4a252b63b8e75b"
express-jwt "6.1.2"
forest-ip-utils "1.0.1"
http-errors "1.7.3"
inflected "2.0.4"
Expand Down

0 comments on commit de715bc

Please sign in to comment.