Skip to content

Commit

Permalink
Update jsonwebtoken (#44748)
Browse files Browse the repository at this point in the history
Patches GHSA-27h2-hvpr-p74q

Shouldn't affect us, but good to patch anyway.
  • Loading branch information
jankaifer authored Jan 10, 2023
1 parent 9a5c8ce commit 24a531a
Show file tree
Hide file tree
Showing 8 changed files with 320 additions and 100 deletions.
4 changes: 2 additions & 2 deletions packages/next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@
"@types/debug": "4.1.5",
"@types/fresh": "0.5.0",
"@types/glob": "7.1.1",
"@types/jsonwebtoken": "8.3.7",
"@types/jsonwebtoken": "9.0.0",
"@types/lodash": "4.14.149",
"@types/lodash.curry": "4.1.6",
"@types/lru-cache": "5.1.0",
Expand Down Expand Up @@ -221,7 +221,7 @@
"is-wsl": "2.2.0",
"jest-worker": "27.0.0-next.5",
"json5": "2.2.3",
"jsonwebtoken": "8.5.1",
"jsonwebtoken": "9.0.0",
"loader-utils2": "npm:loader-utils@2.0.0",
"loader-utils3": "npm:loader-utils@3.1.3",
"lodash.curry": "4.1.1",
Expand Down
8 changes: 4 additions & 4 deletions packages/next/src/compiled/conf/index.js

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion packages/next/src/compiled/crypto-browserify/index.js

Large diffs are not rendered by default.

12 changes: 11 additions & 1 deletion packages/next/src/compiled/jsonwebtoken/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/next/src/compiled/loader-utils3/index.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions packages/next/src/compiled/schema-utils2/index.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions packages/next/src/compiled/schema-utils3/index.js

Large diffs are not rendered by default.

Loading

0 comments on commit 24a531a

Please sign in to comment.