Skip to content

Commit 220a666

Browse files
Upgrade: [dependabot] - bump jsonwebtoken from 9.0.2 to 9.0.3
Bumps [jsonwebtoken](https://github.com/auth0/node-jsonwebtoken) from 9.0.2 to 9.0.3. - [Changelog](https://github.com/auth0/node-jsonwebtoken/blob/master/CHANGELOG.md) - [Commits](auth0/node-jsonwebtoken@v9.0.2...v9.0.3) --- updated-dependencies: - dependency-name: jsonwebtoken dependency-version: 9.0.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3d0fae2 commit 220a666

File tree

4 files changed

+34
-20
lines changed

4 files changed

+34
-20
lines changed

package-lock.json

Lines changed: 31 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/cognito/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"@middy/input-output-logger": "^6.4.5",
2626
"aws-lambda": "^1.0.7",
2727
"axios": "^1.13.2",
28-
"jsonwebtoken": "^9.0.2",
28+
"jsonwebtoken": "^9.0.3",
2929
"jwks-rsa": "^3.2.0"
3030
},
3131
"devDependencies": {

packages/common/authFunctions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"@cpt-ui-common/dynamoFunctions": "^1.0.0",
2525
"@middy/core": "^6.4.5",
2626
"aws-lambda": "^1.0.7",
27-
"jsonwebtoken": "^9.0.2",
27+
"jsonwebtoken": "^9.0.3",
2828
"jwks-rsa": "^3.2.0"
2929
}
3030
}

packages/prescriptionDetailsLambda/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"@middy/input-output-logger": "^6.4.5",
2929
"aws-lambda": "^1.0.7",
3030
"axios": "^1.13.2",
31-
"jsonwebtoken": "^9.0.2",
31+
"jsonwebtoken": "^9.0.3",
3232
"jwks-rsa": "^3.1.0"
3333
},
3434
"devDependencies": {

0 commit comments

Comments
 (0)