fix: upgrade jwks-rsa from 1.8.1 to 1.9.0 (#6898)
Snyk has created this PR to upgrade jwks-rsa from 1.8.1 to 1.9.0. See this package in npm: https://www.npmjs.com/package/jwks-rsa See this project in Snyk: https://app.snyk.io/org/acinader/project/8c1a9edb-c8f5-4dc1-b221-4d6030a323eb?utm_source=github&utm_medium=upgrade-pr
This commit is contained in:
6
package-lock.json
generated
6
package-lock.json
generated
@@ -8220,9 +8220,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"jwks-rsa": {
|
"jwks-rsa": {
|
||||||
"version": "1.8.1",
|
"version": "1.9.0",
|
||||||
"resolved": "https://registry.npmjs.org/jwks-rsa/-/jwks-rsa-1.8.1.tgz",
|
"resolved": "https://registry.npmjs.org/jwks-rsa/-/jwks-rsa-1.9.0.tgz",
|
||||||
"integrity": "sha512-CcE8ypsATHwGmzELwzeFjLzPBXTXTrMmDYbn92LTQwYsZdOedp+ZIuYTofUdrWreu8CKRuXmhk17+6/li2sR6g==",
|
"integrity": "sha512-UPCfQQg0s2kF2Ju6UFJrQH73f7MaVN/hKBnYBYOp+X9KN4y6TLChhLtaXS5nRKbZqshwVdrZ9OY63m/Q9CLqcg==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"@types/express-jwt": "0.0.42",
|
"@types/express-jwt": "0.0.42",
|
||||||
"axios": "^0.19.2",
|
"axios": "^0.19.2",
|
||||||
|
|||||||
@@ -40,7 +40,7 @@
|
|||||||
"graphql-upload": "11.0.0",
|
"graphql-upload": "11.0.0",
|
||||||
"intersect": "1.0.1",
|
"intersect": "1.0.1",
|
||||||
"jsonwebtoken": "8.5.1",
|
"jsonwebtoken": "8.5.1",
|
||||||
"jwks-rsa": "1.8.1",
|
"jwks-rsa": "1.9.0",
|
||||||
"ldapjs": "2.1.1",
|
"ldapjs": "2.1.1",
|
||||||
"lodash": "4.17.20",
|
"lodash": "4.17.20",
|
||||||
"lru-cache": "5.1.1",
|
"lru-cache": "5.1.1",
|
||||||
|
|||||||
Reference in New Issue
Block a user