fix(deps): update dependency jose to v6 (#27862)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Dietzler <mail@ddietzler.dev>
This commit is contained in:
renovate[bot]
2026-04-16 18:36:07 +02:00
committed by GitHub
parent d046f16860
commit 88bce52042
4 changed files with 9 additions and 12 deletions
+3 -1
View File
@@ -66,7 +66,9 @@ const getClaims = (sub: string, use?: string) => {
}; };
const setup = async () => { const setup = async () => {
const { privateKey, publicKey } = await generateKeyPair('RS256'); const { privateKey, publicKey } = await generateKeyPair('RS256', {
extractable: true,
});
const redirectUris = [ const redirectUris = [
'http://127.0.0.1:2285/auth/login', 'http://127.0.0.1:2285/auth/login',
+1 -1
View File
@@ -7,7 +7,7 @@
"start": "tsx startup.ts" "start": "tsx startup.ts"
}, },
"devDependencies": { "devDependencies": {
"jose": "^5.6.3", "jose": "^6.0.0",
"@types/oidc-provider": "^9.0.0", "@types/oidc-provider": "^9.0.0",
"oidc-provider": "^9.0.0", "oidc-provider": "^9.0.0",
"tsx": "^4.20.6" "tsx": "^4.20.6"
+4 -9
View File
@@ -295,8 +295,8 @@ importers:
specifier: ^9.0.0 specifier: ^9.0.0
version: 9.5.0 version: 9.5.0
jose: jose:
specifier: ^5.6.3 specifier: ^6.0.0
version: 5.10.0 version: 6.2.2
oidc-provider: oidc-provider:
specifier: ^9.0.0 specifier: ^9.0.0
version: 9.7.1 version: 9.7.1
@@ -473,8 +473,8 @@ importers:
specifier: ^5.8.2 specifier: ^5.8.2
version: 5.10.1 version: 5.10.1
jose: jose:
specifier: ^5.10.0 specifier: ^6.0.0
version: 5.10.0 version: 6.2.2
js-yaml: js-yaml:
specifier: ^4.1.0 specifier: ^4.1.0
version: 4.1.1 version: 4.1.1
@@ -8407,9 +8407,6 @@ packages:
joi@17.13.3: joi@17.13.3:
resolution: {integrity: sha512-otDA4ldcIx+ZXsKHWmp0YizCweVRZG96J10b0FevjfuncLO1oX59THoAmHkNubYJ+9gWsYsp5k8v4ib6oDv1fA==} resolution: {integrity: sha512-otDA4ldcIx+ZXsKHWmp0YizCweVRZG96J10b0FevjfuncLO1oX59THoAmHkNubYJ+9gWsYsp5k8v4ib6oDv1fA==}
jose@5.10.0:
resolution: {integrity: sha512-s+3Al/p9g32Iq+oqXxkW//7jk2Vig6FF1CFqzVXoTUXt2qz89YWbL+OwS17NFYEvxC35n0FKeGO2LGYSxeM2Gg==}
jose@6.2.2: jose@6.2.2:
resolution: {integrity: sha512-d7kPDd34KO/YnzaDOlikGpOurfF0ByC2sEV4cANCtdqLlTfBlw2p14O/5d/zv40gJPbIQxfES3nSx1/oYNyuZQ==} resolution: {integrity: sha512-d7kPDd34KO/YnzaDOlikGpOurfF0ByC2sEV4cANCtdqLlTfBlw2p14O/5d/zv40gJPbIQxfES3nSx1/oYNyuZQ==}
@@ -21240,8 +21237,6 @@ snapshots:
'@sideway/formula': 3.0.1 '@sideway/formula': 3.0.1
'@sideway/pinpoint': 2.0.0 '@sideway/pinpoint': 2.0.0
jose@5.10.0: {}
jose@6.2.2: {} jose@6.2.2: {}
js-tokens@10.0.0: {} js-tokens@10.0.0: {}
+1 -1
View File
@@ -83,7 +83,7 @@
"helmet": "^8.1.0", "helmet": "^8.1.0",
"i18n-iso-countries": "^7.6.0", "i18n-iso-countries": "^7.6.0",
"ioredis": "^5.8.2", "ioredis": "^5.8.2",
"jose": "^5.10.0", "jose": "^6.0.0",
"js-yaml": "^4.1.0", "js-yaml": "^4.1.0",
"jsonwebtoken": "^9.0.2", "jsonwebtoken": "^9.0.2",
"kysely": "0.28.15", "kysely": "0.28.15",