refactor: upgrade jwks-rsa from 2.1.0 to 2.1.1 (#8018)

This commit is contained in:
Diamond Lewis
2022-05-28 17:59:44 -05:00
committed by GitHub
parent 34a4cca240
commit 88b4d9dda1
2 changed files with 5 additions and 22 deletions

25
package-lock.json generated
View File

@@ -2413,15 +2413,6 @@
"@types/serve-static": "*"
}
},
"@types/express-jwt": {
"version": "0.0.42",
"resolved": "https://registry.npmjs.org/@types/express-jwt/-/express-jwt-0.0.42.tgz",
"integrity": "sha512-WszgUddvM1t5dPpJ3LhWNH8kfNN8GPIBrAGxgIYXVCEGx6Bx4A036aAuf/r5WH9DIEdlmp7gHOYvSM6U87B0ag==",
"requires": {
"@types/express": "*",
"@types/express-unless": "*"
}
},
"@types/express-serve-static-core": {
"version": "4.17.28",
"resolved": "https://registry.npmjs.org/@types/express-serve-static-core/-/express-serve-static-core-4.17.28.tgz",
@@ -2432,14 +2423,6 @@
"@types/range-parser": "*"
}
},
"@types/express-unless": {
"version": "0.5.3",
"resolved": "https://registry.npmjs.org/@types/express-unless/-/express-unless-0.5.3.tgz",
"integrity": "sha512-TyPLQaF6w8UlWdv4gj8i46B+INBVzURBNRahCozCSXfsK2VTlL1wNyTlMKw817VHygBtlcl5jfnPadlydr06Yw==",
"requires": {
"@types/express": "*"
}
},
"@types/http-cache-semantics": {
"version": "4.0.1",
"resolved": "https://registry.npmjs.org/@types/http-cache-semantics/-/http-cache-semantics-4.0.1.tgz",
@@ -8589,11 +8572,11 @@
}
},
"jwks-rsa": {
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/jwks-rsa/-/jwks-rsa-2.1.0.tgz",
"integrity": "sha512-GKOSDBWWBCiQTzawei6mEdRQvji5gecj8F9JwMt0ZOPnBPSmTjo5CKFvvbhE7jGPkU159Cpi0+OTLuABFcNOQQ==",
"version": "2.1.1",
"resolved": "https://registry.npmjs.org/jwks-rsa/-/jwks-rsa-2.1.1.tgz",
"integrity": "sha512-NdtZuf1pvlnWgbCU2c9oRFdi+u8uWpwL6EMiordpasrNFNrGrQGNs7WQ9UiMT0/RG7vt4ElwyObNy04pIbsGCA==",
"requires": {
"@types/express-jwt": "0.0.42",
"@types/express": "^4.17.13",
"debug": "^4.3.4",
"jose": "^2.0.5",
"limiter": "^1.1.5",

View File

@@ -37,7 +37,7 @@
"graphql-tag": "2.12.6",
"intersect": "1.0.1",
"jsonwebtoken": "8.5.1",
"jwks-rsa": "2.1.0",
"jwks-rsa": "2.1.1",
"ldapjs": "2.3.2",
"lodash": "4.17.21",
"lru-cache": "6.0.0",