fix: upgrade jwks-rsa from 1.12.1 to 1.12.2 (#7147)

Snyk has created this PR to upgrade jwks-rsa from 1.12.1 to 1.12.2.

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

Co-authored-by: snyk-bot <snyk-bot@snyk.io>
This commit is contained in:
Antonio Davi Macedo Coelho de Castro
2021-01-29 08:39:34 -08:00
committed by GitHub
parent 231c669133
commit bcb2b52f7a
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -8415,9 +8415,9 @@
}
},
"jwks-rsa": {
"version": "1.12.1",
"resolved": "https://registry.npmjs.org/jwks-rsa/-/jwks-rsa-1.12.1.tgz",
"integrity": "sha512-N7RsfrzK3+S+SqKEEhWF7Ak87Gzg0KcZq/f8h0VqL2ur3nTB6pi5J12uelGAzB3VfhWQI+zfolHE2XDu/EI7Hg==",
"version": "1.12.2",
"resolved": "https://registry.npmjs.org/jwks-rsa/-/jwks-rsa-1.12.2.tgz",
"integrity": "sha512-6gPo/mQUxXJt75oPtjhM3Jm3FSXnmwg73QDA8dpgP7YmIKlIY+2StngFxt4w4Y1podtSbtV3jttNOdctuxAX1Q==",
"requires": {
"@types/express-jwt": "0.0.42",
"axios": "^0.21.1",

View File

@@ -41,7 +41,7 @@
"graphql-upload": "11.0.0",
"intersect": "1.0.1",
"jsonwebtoken": "8.5.1",
"jwks-rsa": "1.12.1",
"jwks-rsa": "1.12.2",
"ldapjs": "2.2.3",
"lodash": "4.17.20",
"lru-cache": "5.1.1",