Skip to content

Commit 35b3f9d

Browse files
Update dependency jsonwebtoken to v9.0.2 (#2005)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [jsonwebtoken](https://redirect.github.com/auth0/node-jsonwebtoken) | dependencies | patch | [`9.0.0` -> `9.0.2`](https://renovatebot.com/diffs/npm/jsonwebtoken/9.0.0/9.0.2) | | [@types/jsonwebtoken](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/jsonwebtoken) ([source](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jsonwebtoken)) | dependencies | major | [`^8.3.2` -> `^9.0.0`](https://renovatebot.com/diffs/npm/@types%2fjsonwebtoken/8.5.9/9.0.8) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>auth0/node-jsonwebtoken (jsonwebtoken)</summary> ### [`v9.0.2`](https://redirect.github.com/auth0/node-jsonwebtoken/blob/HEAD/CHANGELOG.md#902---2023-08-30) [Compare Source](https://redirect.github.com/auth0/node-jsonwebtoken/compare/v9.0.1...v9.0.2) - security: updating semver to 7.5.4 to resolve CVE-2022-25883, closes [#&#8203;921](https://redirect.github.com/auth0/node-jsonwebtoken/issues/921). - refactor: reduce library size by using lodash specific dependencies, closes [#&#8203;878](https://redirect.github.com/auth0/node-jsonwebtoken/issues/878). ### [`v9.0.1`](https://redirect.github.com/auth0/node-jsonwebtoken/blob/HEAD/CHANGELOG.md#901---2023-07-05) [Compare Source](https://redirect.github.com/auth0/node-jsonwebtoken/compare/v9.0.0...v9.0.1) - fix(stubs): allow decode method to be stubbed </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - "every weekday" (UTC). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xOS4wIiwidXBkYXRlZEluVmVyIjoiMzkuMTkuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiLCJpbXBhY3Qvbm8tY2hhbmdlbG9nLXJlcXVpcmVkIl19--> Co-authored-by: pulumi-renovate[bot] <189166143+pulumi-renovate[bot]@users.noreply.github.com>
1 parent 8ad98b9 commit 35b3f9d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

aws-ts-apigateway-auth0/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
"@pulumi/awsx": "2.21.0",
1010
"@pulumi/pulumi": "3.150.0",
1111
"@types/auth0-js": "^9.10.1",
12-
"@types/jsonwebtoken": "^8.3.2",
13-
"jsonwebtoken": "9.0.0",
12+
"@types/jsonwebtoken": "^9.0.0",
13+
"jsonwebtoken": "9.0.2",
1414
"jwks-rsa": "^1.4.0",
1515
"typescript": "^4.6.0"
1616
}

0 commit comments

Comments
 (0)