[deps] Tools: Update oidc-client-ts to v2.4.0 (#7131)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2023-12-07 12:46:47 +01:00 committed by GitHub
parent 9109c19672
commit 77c54c2765
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

10
package-lock.json generated
View File

@ -56,7 +56,7 @@
"node-fetch": "2.6.12",
"node-forge": "1.3.1",
"nord": "0.2.1",
"oidc-client-ts": "2.3.0",
"oidc-client-ts": "2.4.0",
"open": "8.4.2",
"papaparse": "5.4.1",
"patch-package": "8.0.0",
@ -32071,11 +32071,11 @@
"dev": true
},
"node_modules/oidc-client-ts": {
"version": "2.3.0",
"resolved": "https://registry.npmjs.org/oidc-client-ts/-/oidc-client-ts-2.3.0.tgz",
"integrity": "sha512-7RUKU+TJFQo+4X9R50IGJAIDF18uRBaFXyZn4VVCfwmwbSUhKcdDnw4zgeut3uEXkiD3NqURq+d88sDPxjf1FA==",
"version": "2.4.0",
"resolved": "https://registry.npmjs.org/oidc-client-ts/-/oidc-client-ts-2.4.0.tgz",
"integrity": "sha512-WijhkTrlXK2VvgGoakWJiBdfIsVGz6CFzgjNNqZU1hPKV2kyeEaJgLs7RwuiSp2WhLfWBQuLvr2SxVlZnk3N1w==",
"dependencies": {
"crypto-js": "^4.1.1",
"crypto-js": "^4.2.0",
"jwt-decode": "^3.1.2"
},
"engines": {

View File

@ -188,7 +188,7 @@
"node-fetch": "2.6.12",
"node-forge": "1.3.1",
"nord": "0.2.1",
"oidc-client-ts": "2.3.0",
"oidc-client-ts": "2.4.0",
"open": "8.4.2",
"papaparse": "5.4.1",
"patch-package": "8.0.0",