fix(oidc): update oidc client
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Erki Aas 2024-03-26 14:00:30 +02:00
parent 4f76cce8d3
commit d0e5faa040
2 changed files with 10 additions and 10 deletions

16
package-lock.json generated
View File

@ -26,7 +26,7 @@
"cookie-parser": "^1.4.6", "cookie-parser": "^1.4.6",
"express-session": "^1.17.3", "express-session": "^1.17.3",
"ioredis": "^5.3.2", "ioredis": "^5.3.2",
"openid-client": "^5.4.3", "openid-client": "^5.6.5",
"redis": "^4.6.7", "redis": "^4.6.7",
"winston": "^3.10.0" "winston": "^3.10.0"
}, },
@ -2549,9 +2549,9 @@
"dev": true "dev": true
}, },
"node_modules/jose": { "node_modules/jose": {
"version": "4.14.4", "version": "4.15.5",
"resolved": "https://registry.npmjs.org/jose/-/jose-4.14.4.tgz", "resolved": "https://registry.npmjs.org/jose/-/jose-4.15.5.tgz",
"integrity": "sha512-j8GhLiKmUAh+dsFXlX1aJCbt5KMibuKb+d7j1JaOJG6s2UjX1PQlW+OKB/sD4a/5ZYF4RcmYmLSndOoU3Lt/3g==", "integrity": "sha512-jc7BFxgKPKi94uOvEmzlSWFFe2+vASyXaKUpdQKatWAESU2MWjDfFf0fdfc83CDKcA5QecabZeNLyfhe3yKNkg==",
"funding": { "funding": {
"url": "https://github.com/sponsors/panva" "url": "https://github.com/sponsors/panva"
} }
@ -3393,11 +3393,11 @@
} }
}, },
"node_modules/openid-client": { "node_modules/openid-client": {
"version": "5.4.3", "version": "5.6.5",
"resolved": "https://registry.npmjs.org/openid-client/-/openid-client-5.4.3.tgz", "resolved": "https://registry.npmjs.org/openid-client/-/openid-client-5.6.5.tgz",
"integrity": "sha512-sVQOvjsT/sbSfYsQI/9liWQGVZH/Pp3rrtlGEwgk/bbHfrUDZ24DN57lAagIwFtuEu+FM9Ev7r85s8S/yPjimQ==", "integrity": "sha512-5P4qO9nGJzB5PI0LFlhj4Dzg3m4odt0qsJTfyEtZyOlkgpILwEioOhVVJOrS1iVH494S4Ee5OCjjg6Bf5WOj3w==",
"dependencies": { "dependencies": {
"jose": "^4.14.4", "jose": "^4.15.5",
"lru-cache": "^6.0.0", "lru-cache": "^6.0.0",
"object-hash": "^2.2.0", "object-hash": "^2.2.0",
"oidc-token-hash": "^5.0.3" "oidc-token-hash": "^5.0.3"

View File

@ -66,7 +66,7 @@
"cookie-parser": "^1.4.6", "cookie-parser": "^1.4.6",
"express-session": "^1.17.3", "express-session": "^1.17.3",
"ioredis": "^5.3.2", "ioredis": "^5.3.2",
"openid-client": "^5.4.3", "openid-client": "^5.6.5",
"redis": "^4.6.7", "redis": "^4.6.7",
"winston": "^3.10.0" "winston": "^3.10.0"
}, },
@ -91,4 +91,4 @@
"lint-staged": { "lint-staged": {
"*.{ts,js,css,md}": "prettier --write" "*.{ts,js,css,md}": "prettier --write"
} }
} }