fix: upgrade jwks-rsa from 1.10.0 to 1.10.1 (#6946)

Snyk has created this PR to upgrade jwks-rsa from 1.10.0 to 1.10.1.

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:
Snyk bot
2020-10-16 08:03:33 +03:00
committed by GitHub
parent 755c612fd8
commit f22ee79080
2 changed files with 38 additions and 4 deletions

40
package-lock.json generated
View File

@@ -3317,6 +3317,11 @@
"any-observable": "^0.3.0" "any-observable": "^0.3.0"
} }
}, },
"@tootallnate/once": {
"version": "1.1.2",
"resolved": "https://registry.npmjs.org/@tootallnate/once/-/once-1.1.2.tgz",
"integrity": "sha512-RbzJvlNzmRq5c3O09UipeuXno4tA1FE6ikOjxZK0tuxVv3412l64l5t1W5pj4+rJq9vpkm/kwiR07aZXnsKPxw=="
},
"@types/accepts": { "@types/accepts": {
"version": "1.3.5", "version": "1.3.5",
"resolved": "https://registry.npmjs.org/@types/accepts/-/accepts-1.3.5.tgz", "resolved": "https://registry.npmjs.org/@types/accepts/-/accepts-1.3.5.tgz",
@@ -8376,19 +8381,29 @@
} }
}, },
"jwks-rsa": { "jwks-rsa": {
"version": "1.10.0", "version": "1.10.1",
"resolved": "https://registry.npmjs.org/jwks-rsa/-/jwks-rsa-1.10.0.tgz", "resolved": "https://registry.npmjs.org/jwks-rsa/-/jwks-rsa-1.10.1.tgz",
"integrity": "sha512-ix1h4R1+dNTmeUDo+oLpHjVrql34SR89sw9lAVXmKICj3DVUszhhMIwTM8PzhQ+58I4hDnk7x5mxA1SWiGZPDg==", "integrity": "sha512-UmjOsATVu7eQr17wbBCS+BSoz5LFtl57PtNXHbHFeT1WKomHykCHtn7c8inWVI7tpnsy6CZ1KOMJTgipFwXPig==",
"requires": { "requires": {
"@types/express-jwt": "0.0.42", "@types/express-jwt": "0.0.42",
"axios": "^0.19.2", "axios": "^0.19.2",
"debug": "^4.1.0", "debug": "^4.1.0",
"http-proxy-agent": "^4.0.1",
"https-proxy-agent": "^5.0.0",
"jsonwebtoken": "^8.5.1", "jsonwebtoken": "^8.5.1",
"limiter": "^1.1.5", "limiter": "^1.1.5",
"lru-memoizer": "^2.1.2", "lru-memoizer": "^2.1.2",
"ms": "^2.1.2" "ms": "^2.1.2"
}, },
"dependencies": { "dependencies": {
"agent-base": {
"version": "6.0.1",
"resolved": "https://registry.npmjs.org/agent-base/-/agent-base-6.0.1.tgz",
"integrity": "sha512-01q25QQDwLSsyfhrKbn8yuur+JNw0H+0Y4JiGIKd3z9aYk/w/2kxD/Upc+t2ZBBSUNff50VjPsSW2YxM8QYKVg==",
"requires": {
"debug": "4"
}
},
"debug": { "debug": {
"version": "4.2.0", "version": "4.2.0",
"resolved": "https://registry.npmjs.org/debug/-/debug-4.2.0.tgz", "resolved": "https://registry.npmjs.org/debug/-/debug-4.2.0.tgz",
@@ -8396,6 +8411,25 @@
"requires": { "requires": {
"ms": "2.1.2" "ms": "2.1.2"
} }
},
"http-proxy-agent": {
"version": "4.0.1",
"resolved": "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-4.0.1.tgz",
"integrity": "sha512-k0zdNgqWTGA6aeIRVpvfVob4fL52dTfaehylg0Y4UvSySvOq/Y+BOyPrgpUrA7HylqvU8vIZGsRuXmspskV0Tg==",
"requires": {
"@tootallnate/once": "1",
"agent-base": "6",
"debug": "4"
}
},
"https-proxy-agent": {
"version": "5.0.0",
"resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-5.0.0.tgz",
"integrity": "sha512-EkYm5BcKUGiduxzSt3Eppko+PiNWNEpa4ySk9vTC6wDsQJW9rHSa+UhGNJoRYp7bz6Ht1eaRIa6QaJqO5rCFbA==",
"requires": {
"agent-base": "6",
"debug": "4"
}
} }
} }
}, },

View File

@@ -41,7 +41,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.10.0", "jwks-rsa": "1.10.1",
"ldapjs": "2.2.0", "ldapjs": "2.2.0",
"lodash": "4.17.20", "lodash": "4.17.20",
"lru-cache": "5.1.1", "lru-cache": "5.1.1",