mirror of
https://github.com/apricote/Listory.git
synced 2026-01-13 13:11:02 +00:00
chore(deps): update dependency passport-jwt to v4.0.1
This commit is contained in:
parent
65ccc6f162
commit
8650a4152e
2 changed files with 38 additions and 10 deletions
46
package-lock.json
generated
46
package-lock.json
generated
|
|
@ -50,7 +50,7 @@
|
||||||
"nestjs-pino": "3.1.1",
|
"nestjs-pino": "3.1.1",
|
||||||
"nestjs-typeorm-paginate": "4.0.3",
|
"nestjs-typeorm-paginate": "4.0.3",
|
||||||
"passport": "0.6.0",
|
"passport": "0.6.0",
|
||||||
"passport-jwt": "4.0.0",
|
"passport-jwt": "4.0.1",
|
||||||
"passport-spotify": "2.0.0",
|
"passport-spotify": "2.0.0",
|
||||||
"pg": "8.8.0",
|
"pg": "8.8.0",
|
||||||
"pino": "8.8.0",
|
"pino": "8.8.0",
|
||||||
|
|
@ -9874,14 +9874,29 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/passport-jwt": {
|
"node_modules/passport-jwt": {
|
||||||
"version": "4.0.0",
|
"version": "4.0.1",
|
||||||
"resolved": "https://registry.npmjs.org/passport-jwt/-/passport-jwt-4.0.0.tgz",
|
"resolved": "https://registry.npmjs.org/passport-jwt/-/passport-jwt-4.0.1.tgz",
|
||||||
"integrity": "sha512-BwC0n2GP/1hMVjR4QpnvqA61TxenUMlmfNjYNgK0ZAs0HK4SOQkHcSv4L328blNTLtHq7DbmvyNJiH+bn6C5Mg==",
|
"integrity": "sha512-UCKMDYhNuGOBE9/9Ycuoyh7vP6jpeTp/+sfMJl7nLff/t6dps+iaeE0hhNkKN8/HZHcJ7lCdOyDxHdDoxoSvdQ==",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"jsonwebtoken": "^8.2.0",
|
"jsonwebtoken": "^9.0.0",
|
||||||
"passport-strategy": "^1.0.0"
|
"passport-strategy": "^1.0.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"node_modules/passport-jwt/node_modules/jsonwebtoken": {
|
||||||
|
"version": "9.0.0",
|
||||||
|
"resolved": "https://registry.npmjs.org/jsonwebtoken/-/jsonwebtoken-9.0.0.tgz",
|
||||||
|
"integrity": "sha512-tuGfYXxkQGDPnLJ7SibiQgVgeDgfbPq2k2ICcbgqW8WxWLBAxKQM/ZCu/IT8SOSwmaYl4dpTFCW5xZv7YbbWUw==",
|
||||||
|
"dependencies": {
|
||||||
|
"jws": "^3.2.2",
|
||||||
|
"lodash": "^4.17.21",
|
||||||
|
"ms": "^2.1.1",
|
||||||
|
"semver": "^7.3.8"
|
||||||
|
},
|
||||||
|
"engines": {
|
||||||
|
"node": ">=12",
|
||||||
|
"npm": ">=6"
|
||||||
|
}
|
||||||
|
},
|
||||||
"node_modules/passport-oauth": {
|
"node_modules/passport-oauth": {
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"resolved": "https://registry.npmjs.org/passport-oauth/-/passport-oauth-1.0.0.tgz",
|
"resolved": "https://registry.npmjs.org/passport-oauth/-/passport-oauth-1.0.0.tgz",
|
||||||
|
|
@ -20061,12 +20076,25 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"passport-jwt": {
|
"passport-jwt": {
|
||||||
"version": "4.0.0",
|
"version": "4.0.1",
|
||||||
"resolved": "https://registry.npmjs.org/passport-jwt/-/passport-jwt-4.0.0.tgz",
|
"resolved": "https://registry.npmjs.org/passport-jwt/-/passport-jwt-4.0.1.tgz",
|
||||||
"integrity": "sha512-BwC0n2GP/1hMVjR4QpnvqA61TxenUMlmfNjYNgK0ZAs0HK4SOQkHcSv4L328blNTLtHq7DbmvyNJiH+bn6C5Mg==",
|
"integrity": "sha512-UCKMDYhNuGOBE9/9Ycuoyh7vP6jpeTp/+sfMJl7nLff/t6dps+iaeE0hhNkKN8/HZHcJ7lCdOyDxHdDoxoSvdQ==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"jsonwebtoken": "^8.2.0",
|
"jsonwebtoken": "^9.0.0",
|
||||||
"passport-strategy": "^1.0.0"
|
"passport-strategy": "^1.0.0"
|
||||||
|
},
|
||||||
|
"dependencies": {
|
||||||
|
"jsonwebtoken": {
|
||||||
|
"version": "9.0.0",
|
||||||
|
"resolved": "https://registry.npmjs.org/jsonwebtoken/-/jsonwebtoken-9.0.0.tgz",
|
||||||
|
"integrity": "sha512-tuGfYXxkQGDPnLJ7SibiQgVgeDgfbPq2k2ICcbgqW8WxWLBAxKQM/ZCu/IT8SOSwmaYl4dpTFCW5xZv7YbbWUw==",
|
||||||
|
"requires": {
|
||||||
|
"jws": "^3.2.2",
|
||||||
|
"lodash": "^4.17.21",
|
||||||
|
"ms": "^2.1.1",
|
||||||
|
"semver": "^7.3.8"
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"passport-oauth": {
|
"passport-oauth": {
|
||||||
|
|
|
||||||
|
|
@ -67,7 +67,7 @@
|
||||||
"nestjs-pino": "3.1.1",
|
"nestjs-pino": "3.1.1",
|
||||||
"nestjs-typeorm-paginate": "4.0.3",
|
"nestjs-typeorm-paginate": "4.0.3",
|
||||||
"passport": "0.6.0",
|
"passport": "0.6.0",
|
||||||
"passport-jwt": "4.0.0",
|
"passport-jwt": "4.0.1",
|
||||||
"passport-spotify": "2.0.0",
|
"passport-spotify": "2.0.0",
|
||||||
"pg": "8.8.0",
|
"pg": "8.8.0",
|
||||||
"pino": "8.8.0",
|
"pino": "8.8.0",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue