Skip to content

Commit e7b01e4

Browse files
Update dependency @types/jsonwebtoken to v9.0.10 (#1108)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 5189227 commit e7b01e4

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"@rollup/plugin-multi-entry": "6.0.1",
4343
"@rollup/plugin-typescript": "12.1.3",
4444
"@types/dotenv": "8.2.3",
45-
"@types/jsonwebtoken": "9.0.9",
45+
"@types/jsonwebtoken": "9.0.10",
4646
"@types/node": "22.13.5",
4747
"@types/ramda": "0.30.2",
4848
"@typescript-eslint/eslint-plugin": "7.2.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -389,10 +389,10 @@
389389
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.9.tgz#97edc9037ea0c38585320b28964dde3b39e4660d"
390390
integrity sha512-qcUXuemtEu+E5wZSJHNxUXeCZhAfXKQ41D+duX+VYPde7xyEVZci+/oXKJL13tnRs9lR2pr4fod59GT6/X1/yQ==
391391

392-
"@types/jsonwebtoken@9.0.9":
393-
version "9.0.9"
394-
resolved "https://registry.yarnpkg.com/@types/jsonwebtoken/-/jsonwebtoken-9.0.9.tgz#a4c3a446c0ebaaf467a58398382616f416345fb3"
395-
integrity sha512-uoe+GxEuHbvy12OUQct2X9JenKM3qAscquYymuQN4fMWG9DBQtykrQEFcAbVACF7qaLw9BePSodUL0kquqBJpQ==
392+
"@types/jsonwebtoken@9.0.10":
393+
version "9.0.10"
394+
resolved "https://registry.yarnpkg.com/@types/jsonwebtoken/-/jsonwebtoken-9.0.10.tgz#a7932a47177dcd4283b6146f3bd5c26d82647f09"
395+
integrity sha512-asx5hIG9Qmf/1oStypjanR7iKTv0gXQ1Ov/jfrX6kS/EO0OFni8orbmGCn0672NHR3kXHwpAwR+B368ZGN/2rA==
396396
dependencies:
397397
"@types/ms" "*"
398398
"@types/node" "*"

0 commit comments

Comments
 (0)