Skip to content

Commit 1b0e368

Browse files
Update dependency jsonwebtoken to v9.0.1
1 parent 4dd3242 commit 1b0e368

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
@@ -27,7 +27,7 @@
2727
"bent": "7.3.12",
2828
"discord-webhook-ts": "5.0.0",
2929
"ethers": "5.7.2",
30-
"jsonwebtoken": "9.0.0",
30+
"jsonwebtoken": "9.0.1",
3131
"ramda": "0.29.0",
3232
"web3": "1.10.0"
3333
},

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6098,10 +6098,10 @@ jsonify@~0.0.0:
60986098
resolved "https://registry.yarnpkg.com/jsonify/-/jsonify-0.0.0.tgz#2c74b6ee41d93ca51b7b5aaee8f503631d252a73"
60996099
integrity sha1-LHS27kHZPKUbe1qu6PUDYx0lKnM=
61006100

6101-
jsonwebtoken@9.0.0:
6102-
version "9.0.0"
6103-
resolved "https://registry.yarnpkg.com/jsonwebtoken/-/jsonwebtoken-9.0.0.tgz#d0faf9ba1cc3a56255fe49c0961a67e520c1926d"
6104-
integrity sha512-tuGfYXxkQGDPnLJ7SibiQgVgeDgfbPq2k2ICcbgqW8WxWLBAxKQM/ZCu/IT8SOSwmaYl4dpTFCW5xZv7YbbWUw==
6101+
jsonwebtoken@9.0.1:
6102+
version "9.0.1"
6103+
resolved "https://registry.yarnpkg.com/jsonwebtoken/-/jsonwebtoken-9.0.1.tgz#81d8c901c112c24e497a55daf6b2be1225b40145"
6104+
integrity sha512-K8wx7eJ5TPvEjuiVSkv167EVboBDv9PZdDoF7BgeQnBLVvZWW9clr2PsQHVJDTKaEIH5JBIwHujGcHp7GgI2eg==
61056105
dependencies:
61066106
jws "^3.2.2"
61076107
lodash "^4.17.21"

0 commit comments

Comments
 (0)