Skip to content

Commit

Permalink
Update dependency @types/jsonwebtoken to v8.5.9
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 9, 2024
1 parent 7bf7503 commit 2c2b5df
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 6 deletions.
2 changes: 1 addition & 1 deletion internal/test-helpers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"devDependencies": {
"@types/chai": "4.3.0",
"@types/express": "4.17.13",
"@types/jsonwebtoken": "8.5.8",
"@types/jsonwebtoken": "8.5.9",
"@types/mocha": "9.1.0",
"@types/node": "17.0.21",
"@types/sinon": "10.0.11",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"devDependencies": {
"@changesets/cli": "^2.27.9",
"@types/express": "4.17.13",
"@types/jsonwebtoken": "8.5.8",
"@types/jsonwebtoken": "8.5.9",
"@types/node": "17.0.21",
"chai": "4.3.6",
"eslint-config-ordermentum": "1.0.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/asap-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"@ordermentum/asap-test-helpers": "*",
"@types/chai": "4.3.0",
"@types/express": "4.17.13",
"@types/jsonwebtoken": "8.5.8",
"@types/jsonwebtoken": "8.5.9",
"@types/mocha": "9.1.0",
"@types/node": "17.0.21",
"@types/node-cache": "4.2.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/axios-asap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"@ordermentum/asap-test-helpers": "*",
"@types/chai": "4.3.0",
"@types/express": "4.17.13",
"@types/jsonwebtoken": "8.5.8",
"@types/jsonwebtoken": "8.5.9",
"@types/mocha": "9.1.0",
"@types/node": "17.0.21",
"@types/sinon": "10.0.11",
Expand Down
2 changes: 1 addition & 1 deletion packages/express-asap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"@ordermentum/asap-test-helpers": "*",
"@types/chai": "4.3.0",
"@types/express": "4.17.13",
"@types/jsonwebtoken": "8.5.8",
"@types/jsonwebtoken": "8.5.9",
"@types/mocha": "9.1.0",
"@types/node": "17.0.21",
"@types/sinon": "10.0.11",
Expand Down
9 changes: 8 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -974,7 +974,14 @@
resolved "https://registry.yarnpkg.com/@types/json5/-/json5-0.0.29.tgz#ee28707ae94e11d2b827bcbe5270bcea7f3e71ee"
integrity sha1-7ihweulOEdK4J7y+UnC86n8+ce4=

"@types/jsonwebtoken@8.5.8", "@types/jsonwebtoken@^8.5.8":
"@types/jsonwebtoken@8.5.9":
version "8.5.9"
resolved "https://registry.yarnpkg.com/@types/jsonwebtoken/-/jsonwebtoken-8.5.9.tgz#2c064ecb0b3128d837d2764aa0b117b0ff6e4586"
integrity sha512-272FMnFGzAVMGtu9tkr29hRL6bZj4Zs1KZNeHLnKqAvp06tAIcarTMwOh8/8bz4FmKRcMxZhZNeUAQsNLoiPhg==
dependencies:
"@types/node" "*"

"@types/jsonwebtoken@^8.5.8":
version "8.5.8"
resolved "https://registry.yarnpkg.com/@types/jsonwebtoken/-/jsonwebtoken-8.5.8.tgz#01b39711eb844777b7af1d1f2b4cf22fda1c0c44"
integrity sha512-zm6xBQpFDIDM6o9r6HSgDeIcLy82TKWctCXEPbJJcXb5AKmi5BNNdLXneixK4lplX3PqIVcwLBCGE/kAGnlD4A==
Expand Down

0 comments on commit 2c2b5df

Please sign in to comment.