Merge pull request #117 from gnmyt/dependabot/npm_and_yarn/jsonwebtoken-9.0.1

Bump jsonwebtoken from 9.0.0 to 9.0.1
This commit is contained in:
2023-07-06 23:19:00 +02:00
committed by GitHub
2 changed files with 5 additions and 5 deletions

View File

@ -12,7 +12,7 @@
"ejs": "^3.1.9", "ejs": "^3.1.9",
"express": "^4.18.2", "express": "^4.18.2",
"joi": "^17.9.2", "joi": "^17.9.2",
"jsonwebtoken": "^9.0.0", "jsonwebtoken": "^9.0.1",
"mysql2": "^3.4.5", "mysql2": "^3.4.5",
"sequelize": "^6.32.1", "sequelize": "^6.32.1",
"sqlite3": "^5.1.6", "sqlite3": "^5.1.6",

View File

@ -883,10 +883,10 @@ joi@^17.9.2:
"@sideway/formula" "^3.0.1" "@sideway/formula" "^3.0.1"
"@sideway/pinpoint" "^2.0.0" "@sideway/pinpoint" "^2.0.0"
jsonwebtoken@^9.0.0: jsonwebtoken@^9.0.1:
version "9.0.0" version "9.0.1"
resolved "https://registry.npmjs.org/jsonwebtoken/-/jsonwebtoken-9.0.0.tgz" resolved "https://registry.yarnpkg.com/jsonwebtoken/-/jsonwebtoken-9.0.1.tgz#81d8c901c112c24e497a55daf6b2be1225b40145"
integrity sha512-tuGfYXxkQGDPnLJ7SibiQgVgeDgfbPq2k2ICcbgqW8WxWLBAxKQM/ZCu/IT8SOSwmaYl4dpTFCW5xZv7YbbWUw== integrity sha512-K8wx7eJ5TPvEjuiVSkv167EVboBDv9PZdDoF7BgeQnBLVvZWW9clr2PsQHVJDTKaEIH5JBIwHujGcHp7GgI2eg==
dependencies: dependencies:
jws "^3.2.2" jws "^3.2.2"
lodash "^4.17.21" lodash "^4.17.21"