refactor: upgrade jwks-rsa from 2.1.2 to 2.1.3 (#8038)

This commit is contained in:
Antonio Davi Macedo Coelho de Castro
2022-06-11 15:34:34 -07:00
committed by GitHub
parent 5de4c4723f
commit c484094759
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -8421,9 +8421,9 @@
}
},
"jwks-rsa": {
"version": "2.1.2",
"resolved": "https://registry.npmjs.org/jwks-rsa/-/jwks-rsa-2.1.2.tgz",
"integrity": "sha512-QW2SNEUVvMqULiBJVsIJXSuX73Qj9il/DMCsJZsmCI8AQFZ6BjXgQW6h9wOlPr1LswQBNDdyFT2LPogwMRr1ew==",
"version": "2.1.3",
"resolved": "https://registry.npmjs.org/jwks-rsa/-/jwks-rsa-2.1.3.tgz",
"integrity": "sha512-+zSFnZYHckwxEIgjEu81AAWDyqx8z5/OVtmhuXPbchUA9Y4bipVDqvL/5Z5Qhe088e/uxPvp8QDpIDOmI2cEBg==",
"requires": {
"@types/express": "^4.17.13",
"debug": "^4.3.4",

View File

@@ -38,7 +38,7 @@
"graphql-relay": "0.10.0",
"intersect": "1.0.1",
"jsonwebtoken": "8.5.1",
"jwks-rsa": "2.1.2",
"jwks-rsa": "2.1.3",
"ldapjs": "2.3.2",
"lodash": "4.17.21",
"lru-cache": "6.0.0",