From bce18df898e45e0a0ea0006ecd3afb13405392f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jun 2026 19:40:13 +0200 Subject: [PATCH] build(deps): bump oidc-provider from 9.8.5 to 9.8.6 (#8012) Bumps [oidc-provider](https://github.com/panva/node-oidc-provider) from 9.8.5 to 9.8.6. - [Release notes](https://github.com/panva/node-oidc-provider/releases) - [Changelog](https://github.com/panva/node-oidc-provider/blob/main/CHANGELOG.md) - [Commits](https://github.com/panva/node-oidc-provider/compare/v9.8.5...v9.8.6) --- updated-dependencies: - dependency-name: oidc-provider dependency-version: 9.8.6 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pnpm-lock.yaml | 20 ++++++++++---------- src/package.json | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 83c6a9553..7543c0cde 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -299,8 +299,8 @@ importers: specifier: ^9.0.1 version: 9.0.1 oidc-provider: - specifier: 9.8.5 - version: 9.8.5 + specifier: 9.8.6 + version: 9.8.6 openapi-backend: specifier: ^5.17.0 version: 5.17.0 @@ -4272,8 +4272,8 @@ packages: engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1} hasBin: true - nanoid@5.1.11: - resolution: {integrity: sha512-v+KEsUv2ps74PaSKv0gHTxTCgMXOIfBEbaqa6w6ISIGC7ZsvHN4N9oJ8d4cmf0n5oTzQz2SLmThbQWhjd/8eKg==} + nanoid@5.1.16: + resolution: {integrity: sha512-kVrnsrJqMR8+oLJnGEmSWw9BivK5mt7H3FZatVRjrc5wGqFYuBxX1yG7+A7Gi5AefkX6t/oCkizcQgpu0cY1dQ==} engines: {node: ^18 || >=20} hasBin: true @@ -4366,8 +4366,8 @@ packages: resolution: {integrity: sha512-9miFgM2OFba7hB+pRgvtV84pYTBaoTHohvmIgiRt6dRIzbwEOIaNaP+dIlGs2fNFoB0SeISs0Jz5WFVRid6Xyg==} engines: {node: '>=12.20.0'} - oidc-provider@9.8.5: - resolution: {integrity: sha512-07Wqkea8jdfPI8GvbVwf9rMNNitLUzzDqPua7hWbqZreFNpfnlNVdqmllaripVmgDZS2tHHLYQYLW0Ay7yux9w==} + oidc-provider@9.8.6: + resolution: {integrity: sha512-jodnMKbwfMbV5qUFnbCxtnrdRztJJubJbw/7HTokIJSiHm1JT7pU4G83sD/bPkvZnFDdv5POB/kJU5uGG3ek4g==} on-finished@2.4.1: resolution: {integrity: sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg==} @@ -9820,7 +9820,7 @@ snapshots: nanoid@3.3.15: {} - nanoid@5.1.11: {} + nanoid@5.1.16: {} native-duplexpair@1.0.0: {} @@ -9905,7 +9905,7 @@ snapshots: obug@2.1.3: {} - oidc-provider@9.8.5: + oidc-provider@9.8.6: dependencies: '@koa/cors': 5.0.0 '@koa/router': 15.6.0(koa@3.2.1) @@ -9914,7 +9914,7 @@ snapshots: jose: 6.2.3 jsesc: 3.1.0 koa: 3.2.1 - nanoid: 5.1.11 + nanoid: 5.1.16 quick-lru: 7.3.0 raw-body: 3.0.2 transitivePeerDependencies: @@ -10211,7 +10211,7 @@ snapshots: proxy-agent@6.5.0: dependencies: agent-base: 7.1.3 - debug: 4.4.3(supports-color@8.1.1) + debug: 4.4.1 http-proxy-agent: 7.0.2 https-proxy-agent: 7.0.6 lru-cache: 7.18.3 diff --git a/src/package.json b/src/package.json index ce904743c..3cb7080e5 100644 --- a/src/package.json +++ b/src/package.json @@ -65,7 +65,7 @@ "mysql2": "^3.22.5", "nano": "^11.0.5", "nodemailer": "^9.0.1", - "oidc-provider": "9.8.5", + "oidc-provider": "9.8.6", "openapi-backend": "^5.17.0", "pdfkit": "^0.19.1", "pg": "^8.22.0",