mirror of
https://github.com/ether/etherpad-lite.git
synced 2026-07-17 16:47:05 +00:00
build(deps): bump oidc-provider from 9.9.0 to 9.9.1 (#8036)
Bumps [oidc-provider](https://github.com/panva/node-oidc-provider) from 9.9.0 to 9.9.1. - [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.9.0...v9.9.1) --- updated-dependencies: - dependency-name: oidc-provider dependency-version: 9.9.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
631caf911c
commit
2b5d521923
2 changed files with 8 additions and 8 deletions
14
pnpm-lock.yaml
generated
14
pnpm-lock.yaml
generated
|
|
@ -299,8 +299,8 @@ importers:
|
||||||
specifier: ^9.0.3
|
specifier: ^9.0.3
|
||||||
version: 9.0.3
|
version: 9.0.3
|
||||||
oidc-provider:
|
oidc-provider:
|
||||||
specifier: 9.9.0
|
specifier: 9.9.1
|
||||||
version: 9.9.0(supports-color@8.1.1)
|
version: 9.9.1
|
||||||
openapi-backend:
|
openapi-backend:
|
||||||
specifier: ^5.18.0
|
specifier: ^5.18.0
|
||||||
version: 5.18.0
|
version: 5.18.0
|
||||||
|
|
@ -4346,8 +4346,8 @@ packages:
|
||||||
resolution: {integrity: sha512-9miFgM2OFba7hB+pRgvtV84pYTBaoTHohvmIgiRt6dRIzbwEOIaNaP+dIlGs2fNFoB0SeISs0Jz5WFVRid6Xyg==}
|
resolution: {integrity: sha512-9miFgM2OFba7hB+pRgvtV84pYTBaoTHohvmIgiRt6dRIzbwEOIaNaP+dIlGs2fNFoB0SeISs0Jz5WFVRid6Xyg==}
|
||||||
engines: {node: '>=12.20.0'}
|
engines: {node: '>=12.20.0'}
|
||||||
|
|
||||||
oidc-provider@9.9.0:
|
oidc-provider@9.9.1:
|
||||||
resolution: {integrity: sha512-RZVcul1BMSjQLaEbD9AYXLZYrWe7gW3n96akMqQC91Z9wmAHrsYKaUUutzxoYNTQj8UlQdRqtD5F+EqnXy7wGQ==}
|
resolution: {integrity: sha512-2kvtykfLu3FJSzaIStg8Dz58/pLtAwI3j/vLdy7KXJBDuJJAEgZhOSWklc+MTjKBLlQjeFwBXpKoE0Pf23pnIQ==}
|
||||||
|
|
||||||
on-finished@2.4.1:
|
on-finished@2.4.1:
|
||||||
resolution: {integrity: sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg==}
|
resolution: {integrity: sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg==}
|
||||||
|
|
@ -6329,7 +6329,7 @@ snapshots:
|
||||||
dependencies:
|
dependencies:
|
||||||
vary: 1.1.2
|
vary: 1.1.2
|
||||||
|
|
||||||
'@koa/router@15.7.0(koa@3.2.1)(supports-color@8.1.1)':
|
'@koa/router@15.7.0(koa@3.2.1)':
|
||||||
dependencies:
|
dependencies:
|
||||||
debug: 4.4.3(supports-color@8.1.1)
|
debug: 4.4.3(supports-color@8.1.1)
|
||||||
http-errors: 2.0.1
|
http-errors: 2.0.1
|
||||||
|
|
@ -9862,10 +9862,10 @@ snapshots:
|
||||||
|
|
||||||
obug@2.1.3: {}
|
obug@2.1.3: {}
|
||||||
|
|
||||||
oidc-provider@9.9.0(supports-color@8.1.1):
|
oidc-provider@9.9.1:
|
||||||
dependencies:
|
dependencies:
|
||||||
'@koa/cors': 5.0.0
|
'@koa/cors': 5.0.0
|
||||||
'@koa/router': 15.7.0(koa@3.2.1)(supports-color@8.1.1)
|
'@koa/router': 15.7.0(koa@3.2.1)
|
||||||
debug: 4.4.3(supports-color@8.1.1)
|
debug: 4.4.3(supports-color@8.1.1)
|
||||||
eta: 4.6.0
|
eta: 4.6.0
|
||||||
jose: 6.2.3
|
jose: 6.2.3
|
||||||
|
|
|
||||||
|
|
@ -65,7 +65,7 @@
|
||||||
"mysql2": "^3.22.6",
|
"mysql2": "^3.22.6",
|
||||||
"nano": "^11.0.6",
|
"nano": "^11.0.6",
|
||||||
"nodemailer": "^9.0.3",
|
"nodemailer": "^9.0.3",
|
||||||
"oidc-provider": "9.9.0",
|
"oidc-provider": "9.9.1",
|
||||||
"openapi-backend": "^5.18.0",
|
"openapi-backend": "^5.18.0",
|
||||||
"pdfkit": "^0.19.1",
|
"pdfkit": "^0.19.1",
|
||||||
"pg": "^8.22.0",
|
"pg": "^8.22.0",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue