mirror of
https://github.com/ether/etherpad-lite.git
synced 2026-01-23 02:35:34 +00:00
build(deps-dev): bump the dev-dependencies group across 1 directory with 5 updates (#7180)
Bumps the dev-dependencies group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@playwright/test](https://github.com/microsoft/playwright) | `1.56.0` | `1.56.1` | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `24.7.2` | `24.8.1` | | [eslint-plugin-react-refresh](https://github.com/ArnaudBarre/eslint-plugin-react-refresh) | `0.4.23` | `0.4.24` | | [lucide-react](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react) | `0.545.0` | `0.546.0` | | [vite-plugin-static-copy](https://github.com/sapphi-red/vite-plugin-static-copy) | `3.1.3` | `3.1.4` | Updates `@playwright/test` from 1.56.0 to 1.56.1 - [Release notes](https://github.com/microsoft/playwright/releases) - [Commits](https://github.com/microsoft/playwright/compare/v1.56.0...v1.56.1) Updates `@types/node` from 24.7.2 to 24.8.1 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `eslint-plugin-react-refresh` from 0.4.23 to 0.4.24 - [Release notes](https://github.com/ArnaudBarre/eslint-plugin-react-refresh/releases) - [Changelog](https://github.com/ArnaudBarre/eslint-plugin-react-refresh/blob/main/CHANGELOG.md) - [Commits](https://github.com/ArnaudBarre/eslint-plugin-react-refresh/compare/v0.4.23...v0.4.24) Updates `lucide-react` from 0.545.0 to 0.546.0 - [Release notes](https://github.com/lucide-icons/lucide/releases) - [Commits](https://github.com/lucide-icons/lucide/commits/0.546.0/packages/lucide-react) Updates `vite-plugin-static-copy` from 3.1.3 to 3.1.4 - [Release notes](https://github.com/sapphi-red/vite-plugin-static-copy/releases) - [Changelog](https://github.com/sapphi-red/vite-plugin-static-copy/blob/main/CHANGELOG.md) - [Commits](https://github.com/sapphi-red/vite-plugin-static-copy/compare/vite-plugin-static-copy@3.1.3...vite-plugin-static-copy@3.1.4) --- updated-dependencies: - dependency-name: "@playwright/test" dependency-version: 1.56.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: "@types/node" dependency-version: 24.8.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: eslint-plugin-react-refresh dependency-version: 0.4.24 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: lucide-react dependency-version: 0.546.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: vite-plugin-static-copy dependency-version: 3.1.4 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies ... 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
b10de33da7
commit
8d4c43bda1
4 changed files with 89 additions and 109 deletions
|
|
@ -24,10 +24,10 @@
|
|||
"babel-plugin-react-compiler": "19.1.0-rc.3",
|
||||
"eslint": "^9.37.0",
|
||||
"eslint-plugin-react-hooks": "^7.0.0",
|
||||
"eslint-plugin-react-refresh": "^0.4.23",
|
||||
"eslint-plugin-react-refresh": "^0.4.24",
|
||||
"i18next": "^25.6.0",
|
||||
"i18next-browser-languagedetector": "^8.2.0",
|
||||
"lucide-react": "^0.545.0",
|
||||
"lucide-react": "^0.546.0",
|
||||
"react": "^19.2.0",
|
||||
"react-dom": "^19.2.0",
|
||||
"react-hook-form": "^7.65.0",
|
||||
|
|
@ -37,7 +37,7 @@
|
|||
"typescript": "^5.9.3",
|
||||
"vite": "npm:rolldown-vite@latest",
|
||||
"vite-plugin-babel": "^1.3.2",
|
||||
"vite-plugin-static-copy": "^3.1.3",
|
||||
"vite-plugin-static-copy": "^3.1.4",
|
||||
"zustand": "^5.0.8"
|
||||
},
|
||||
"overrides": {
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@
|
|||
"ueberdb2": "^5.0.22"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^24.7.2",
|
||||
"@types/node": "^24.8.1",
|
||||
"@types/semver": "^7.7.1",
|
||||
"typescript": "^5.9.3"
|
||||
},
|
||||
|
|
|
|||
186
pnpm-lock.yaml
generated
186
pnpm-lock.yaml
generated
|
|
@ -48,7 +48,7 @@ importers:
|
|||
version: 8.46.1(eslint@9.37.0)(typescript@5.9.3)
|
||||
'@vitejs/plugin-react':
|
||||
specifier: ^5.0.4
|
||||
version: 5.0.4(rolldown-vite@7.1.17(@types/node@24.7.2)(esbuild@0.25.11)(tsx@4.20.6))
|
||||
version: 5.0.4(rolldown-vite@7.1.17(@types/node@24.8.1)(esbuild@0.25.11)(tsx@4.20.6))
|
||||
babel-plugin-react-compiler:
|
||||
specifier: 19.1.0-rc.3
|
||||
version: 19.1.0-rc.3
|
||||
|
|
@ -59,8 +59,8 @@ importers:
|
|||
specifier: ^7.0.0
|
||||
version: 7.0.0(eslint@9.37.0)
|
||||
eslint-plugin-react-refresh:
|
||||
specifier: ^0.4.23
|
||||
version: 0.4.23(eslint@9.37.0)
|
||||
specifier: ^0.4.24
|
||||
version: 0.4.24(eslint@9.37.0)
|
||||
i18next:
|
||||
specifier: ^25.6.0
|
||||
version: 25.6.0(typescript@5.9.3)
|
||||
|
|
@ -68,8 +68,8 @@ importers:
|
|||
specifier: ^8.2.0
|
||||
version: 8.2.0
|
||||
lucide-react:
|
||||
specifier: ^0.545.0
|
||||
version: 0.545.0(react@19.2.0)
|
||||
specifier: ^0.546.0
|
||||
version: 0.546.0(react@19.2.0)
|
||||
react:
|
||||
specifier: ^19.2.0
|
||||
version: 19.2.0
|
||||
|
|
@ -93,13 +93,13 @@ importers:
|
|||
version: 5.9.3
|
||||
vite:
|
||||
specifier: npm:rolldown-vite@latest
|
||||
version: rolldown-vite@7.1.17(@types/node@24.7.2)(esbuild@0.25.11)(tsx@4.20.6)
|
||||
version: rolldown-vite@7.1.17(@types/node@24.8.1)(esbuild@0.25.11)(tsx@4.20.6)
|
||||
vite-plugin-babel:
|
||||
specifier: ^1.3.2
|
||||
version: 1.3.2(@babel/core@7.28.4)(rolldown-vite@7.1.17(@types/node@24.7.2)(esbuild@0.25.11)(tsx@4.20.6))
|
||||
version: 1.3.2(@babel/core@7.28.4)(rolldown-vite@7.1.17(@types/node@24.8.1)(esbuild@0.25.11)(tsx@4.20.6))
|
||||
vite-plugin-static-copy:
|
||||
specifier: ^3.1.3
|
||||
version: 3.1.3(rolldown-vite@7.1.17(@types/node@24.7.2)(esbuild@0.25.11)(tsx@4.20.6))
|
||||
specifier: ^3.1.4
|
||||
version: 3.1.4(rolldown-vite@7.1.17(@types/node@24.8.1)(esbuild@0.25.11)(tsx@4.20.6))
|
||||
zustand:
|
||||
specifier: ^5.0.8
|
||||
version: 5.0.8(@types/react@19.2.2)(react@19.2.0)
|
||||
|
|
@ -126,8 +126,8 @@ importers:
|
|||
version: 5.0.22
|
||||
devDependencies:
|
||||
'@types/node':
|
||||
specifier: ^24.7.2
|
||||
version: 24.7.2
|
||||
specifier: ^24.8.1
|
||||
version: 24.8.1
|
||||
'@types/semver':
|
||||
specifier: ^7.7.1
|
||||
version: 7.7.1
|
||||
|
|
@ -139,7 +139,7 @@ importers:
|
|||
devDependencies:
|
||||
vitepress:
|
||||
specifier: ^2.0.0-alpha.12
|
||||
version: 2.0.0-alpha.12(@types/node@24.7.2)(axios@1.12.2)(jwt-decode@4.0.0)(lightningcss@1.30.2)(postcss@8.5.6)(tsx@4.20.6)(typescript@5.9.3)
|
||||
version: 2.0.0-alpha.12(@types/node@24.8.1)(axios@1.12.2)(jwt-decode@4.0.0)(lightningcss@1.30.2)(postcss@8.5.6)(tsx@4.20.6)(typescript@5.9.3)
|
||||
|
||||
src:
|
||||
dependencies:
|
||||
|
|
@ -286,8 +286,8 @@ importers:
|
|||
version: 0.10.1
|
||||
devDependencies:
|
||||
'@playwright/test':
|
||||
specifier: ^1.56.0
|
||||
version: 1.56.0
|
||||
specifier: ^1.56.1
|
||||
version: 1.56.1
|
||||
'@types/async':
|
||||
specifier: ^3.2.25
|
||||
version: 3.2.25
|
||||
|
|
@ -334,8 +334,8 @@ importers:
|
|||
specifier: ^10.0.9
|
||||
version: 10.0.10
|
||||
'@types/node':
|
||||
specifier: ^24.7.2
|
||||
version: 24.7.2
|
||||
specifier: ^24.8.1
|
||||
version: 24.8.1
|
||||
'@types/oidc-provider':
|
||||
specifier: ^9.5.0
|
||||
version: 9.5.0
|
||||
|
|
@ -398,7 +398,7 @@ importers:
|
|||
version: 5.9.3
|
||||
vitest:
|
||||
specifier: ^3.2.4
|
||||
version: 3.2.4(@types/debug@4.1.12)(@types/node@24.7.2)(jsdom@27.0.0(postcss@8.5.6))(lightningcss@1.30.2)(tsx@4.20.6)
|
||||
version: 3.2.4(@types/debug@4.1.12)(@types/node@24.8.1)(jsdom@27.0.0(postcss@8.5.6))(lightningcss@1.30.2)(tsx@4.20.6)
|
||||
|
||||
ui:
|
||||
devDependencies:
|
||||
|
|
@ -410,7 +410,7 @@ importers:
|
|||
version: 5.9.3
|
||||
vite:
|
||||
specifier: npm:rolldown-vite@latest
|
||||
version: rolldown-vite@7.1.17(@types/node@24.7.2)(esbuild@0.25.11)(tsx@4.20.6)
|
||||
version: rolldown-vite@7.1.17(@types/node@24.8.1)(esbuild@0.25.11)(tsx@4.20.6)
|
||||
|
||||
packages:
|
||||
|
||||
|
|
@ -1020,8 +1020,8 @@ packages:
|
|||
resolution: {integrity: sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==}
|
||||
engines: {node: '>=14'}
|
||||
|
||||
'@playwright/test@1.56.0':
|
||||
resolution: {integrity: sha512-Tzh95Twig7hUwwNe381/K3PggZBZblKUe2wv25oIpzWLr6Z0m4KgV1ZVIjnR6GM9ANEqjZD7XsZEa6JL/7YEgg==}
|
||||
'@playwright/test@1.56.1':
|
||||
resolution: {integrity: sha512-vSMYtL/zOcFpvJCW71Q/OEGQb7KYBPAdKh35WNSkaZA75JlAO8ED8UN6GUNTm3drWomcbcqRPFqQbLae8yBTdg==}
|
||||
engines: {node: '>=18'}
|
||||
hasBin: true
|
||||
|
||||
|
|
@ -1655,8 +1655,8 @@ packages:
|
|||
'@types/node-fetch@2.6.12':
|
||||
resolution: {integrity: sha512-8nneRWKCg3rMtF69nLQJnOYUcbafYeFSjqkw3jCRLsqkWFlHaoQrr5mXmofFGOx3DKn7UfmBMyov8ySvLRVldA==}
|
||||
|
||||
'@types/node@24.7.2':
|
||||
resolution: {integrity: sha512-/NbVmcGTP+lj5oa4yiYxxeBjRivKQ5Ns1eSZeB99ExsEQ6rX5XYU1Zy/gGxY/ilqtD4Etx9mKyrPxZRetiahhA==}
|
||||
'@types/node@24.8.1':
|
||||
resolution: {integrity: sha512-alv65KGRadQVfVcG69MuB4IzdYVpRwMG/mq8KWOaoOdyY617P5ivaDiMCGOFDWD2sAn5Q0mR3mRtUOgm99hL9Q==}
|
||||
|
||||
'@types/oidc-provider@9.5.0':
|
||||
resolution: {integrity: sha512-eEzCRVTSqIHD9Bo/qRJ4XQWQ5Z/zBcG+Z2cGJluRsSuWx1RJihqRyPxhIEpMXTwPzHYRTQkVp7hwisQOwzzSAg==}
|
||||
|
|
@ -2782,8 +2782,8 @@ packages:
|
|||
peerDependencies:
|
||||
eslint: ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0 || ^9.0.0
|
||||
|
||||
eslint-plugin-react-refresh@0.4.23:
|
||||
resolution: {integrity: sha512-G4j+rv0NmbIR45kni5xJOrYvCtyD3/7LjpVH8MPPcudXDcNu8gv+4ATTDXTtbRR8rTCM5HxECvCSsRmxKnWDsA==}
|
||||
eslint-plugin-react-refresh@0.4.24:
|
||||
resolution: {integrity: sha512-nLHIW7TEq3aLrEYWpVaJ1dRgFR+wLDPN8e8FpYAql/bMV2oBEfC37K0gLEGgv9fy66juNShSMV8OkTqzltcG/w==}
|
||||
peerDependencies:
|
||||
eslint: '>=8.40'
|
||||
|
||||
|
|
@ -3008,10 +3008,6 @@ packages:
|
|||
resolution: {integrity: sha512-oRXApq54ETRj4eMiFzGnHWGy+zo5raudjuxN0b8H7s/RU2oW0Wvsx9O0ACRN/kRq9E8Vu/ReskGB5o3ji+FzHQ==}
|
||||
engines: {node: '>=12'}
|
||||
|
||||
fs-extra@11.3.2:
|
||||
resolution: {integrity: sha512-Xr9F6z6up6Ws+NjzMCZc6WXg2YFRlrLP9NQDO3VQrWrfiojdhS56TzueT88ze0uBdCTwEIhQ3ptnmKeWGFAe0A==}
|
||||
engines: {node: '>=14.14'}
|
||||
|
||||
fs-extra@8.1.0:
|
||||
resolution: {integrity: sha512-yhlQgA6mnOJUKOsRUFsgJdQCvkKhcz8tlZG5HBQfReYZy46OwLcY+Zia0mtdHsOo9y/hP+CxMN0TU9QxoOtG4g==}
|
||||
engines: {node: '>=6 <7 || >=8'}
|
||||
|
|
@ -3471,9 +3467,6 @@ packages:
|
|||
jsonfile@6.1.0:
|
||||
resolution: {integrity: sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==}
|
||||
|
||||
jsonfile@6.2.0:
|
||||
resolution: {integrity: sha512-FGuPw30AdOIUTRMC2OMRtQV+jkVj2cfPqSeWXv1NEAJ1qZ5zb1X6z1mFhbfOB/iy3ssJCD+3KuZ8r8C3uVFlAg==}
|
||||
|
||||
jsonminify@0.4.2:
|
||||
resolution: {integrity: sha512-mEtP5ECD0293D+s45JhDutqF5mFCkWY8ClrPFxjSFR2KUoantofky7noSzyKnAnD9Gd8pXHZSUd5bgzLDUBbfA==}
|
||||
engines: {node: '>=0.8.0', npm: '>=1.1.0'}
|
||||
|
|
@ -3664,8 +3657,8 @@ packages:
|
|||
resolution: {integrity: sha512-jumlc0BIUrS3qJGgIkWZsyfAM7NCWiBcCDhnd+3NNM5KbBmLTgHVfWBcg6W+rLUsIpzpERPsvwUP7CckAQSOoA==}
|
||||
engines: {node: '>=12'}
|
||||
|
||||
lucide-react@0.545.0:
|
||||
resolution: {integrity: sha512-7r1/yUuflQDSt4f1bpn5ZAocyIxcTyVyBBChSVtBKn5M+392cPmI5YJMWOJKk/HUWGm5wg83chlAZtCcGbEZtw==}
|
||||
lucide-react@0.546.0:
|
||||
resolution: {integrity: sha512-Z94u6fKT43lKeYHiVyvyR8fT7pwCzDu7RyMPpTvh054+xahSgj4HFQ+NmflvzdXsoAjYGdCguGaFKYuvq0ThCQ==}
|
||||
peerDependencies:
|
||||
react: ^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0
|
||||
|
||||
|
|
@ -4008,13 +4001,13 @@ packages:
|
|||
resolution: {integrity: sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==}
|
||||
engines: {node: '>=12'}
|
||||
|
||||
playwright-core@1.56.0:
|
||||
resolution: {integrity: sha512-1SXl7pMfemAMSDn5rkPeZljxOCYAmQnYLBTExuh6E8USHXGSX3dx6lYZN/xPpTz1vimXmPA9CDnILvmJaB8aSQ==}
|
||||
playwright-core@1.56.1:
|
||||
resolution: {integrity: sha512-hutraynyn31F+Bifme+Ps9Vq59hKuUCz7H1kDOcBs+2oGguKkWTU50bBWrtz34OUWmIwpBTWDxaRPXrIXkgvmQ==}
|
||||
engines: {node: '>=18'}
|
||||
hasBin: true
|
||||
|
||||
playwright@1.56.0:
|
||||
resolution: {integrity: sha512-X5Q1b8lOdWIE4KAoHpW3SE8HvUB+ZZsUoN64ZhjnN8dOb1UpujxBtENGiZFE+9F/yhzJwYa+ca3u43FeLbboHA==}
|
||||
playwright@1.56.1:
|
||||
resolution: {integrity: sha512-aFi5B0WovBHTEvpM3DzXTUaeN6eN0qWnTkKx4NQaH4Wvcmc153PdaY2UBdSYKaGYw+UyWXSVyxDUg5DoPEttjw==}
|
||||
engines: {node: '>=18'}
|
||||
hasBin: true
|
||||
|
||||
|
|
@ -4868,8 +4861,8 @@ packages:
|
|||
'@babel/core': ^7.0.0
|
||||
vite: ^2.7.0 || ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0
|
||||
|
||||
vite-plugin-static-copy@3.1.3:
|
||||
resolution: {integrity: sha512-U47jgyoJfrvreF87u2udU6dHIXbHhdgGZ7wSEqn6nVHKDOMdRoB2uVc6iqxbEzENN5JvX6djE5cBhQZ2MMBclA==}
|
||||
vite-plugin-static-copy@3.1.4:
|
||||
resolution: {integrity: sha512-iCmr4GSw4eSnaB+G8zc2f4dxSuDjbkjwpuBLLGvQYR9IW7rnDzftnUjOH5p4RYR+d4GsiBqXRvzuFhs5bnzVyw==}
|
||||
engines: {node: ^18.0.0 || >=20.0.0}
|
||||
peerDependencies:
|
||||
vite: ^5.0.0 || ^6.0.0 || ^7.0.0
|
||||
|
|
@ -5631,9 +5624,9 @@ snapshots:
|
|||
'@pkgjs/parseargs@0.11.0':
|
||||
optional: true
|
||||
|
||||
'@playwright/test@1.56.0':
|
||||
'@playwright/test@1.56.1':
|
||||
dependencies:
|
||||
playwright: 1.56.0
|
||||
playwright: 1.56.1
|
||||
|
||||
'@radix-ui/primitive@1.1.3': {}
|
||||
|
||||
|
|
@ -6026,7 +6019,7 @@ snapshots:
|
|||
|
||||
'@types/accepts@1.3.7':
|
||||
dependencies:
|
||||
'@types/node': 24.7.2
|
||||
'@types/node': 24.8.1
|
||||
|
||||
'@types/async@3.2.25': {}
|
||||
|
||||
|
|
@ -6054,7 +6047,7 @@ snapshots:
|
|||
'@types/body-parser@1.19.5':
|
||||
dependencies:
|
||||
'@types/connect': 3.4.38
|
||||
'@types/node': 24.7.2
|
||||
'@types/node': 24.8.1
|
||||
|
||||
'@types/chai@5.2.2':
|
||||
dependencies:
|
||||
|
|
@ -6062,7 +6055,7 @@ snapshots:
|
|||
|
||||
'@types/connect@3.4.38':
|
||||
dependencies:
|
||||
'@types/node': 24.7.2
|
||||
'@types/node': 24.8.1
|
||||
|
||||
'@types/content-disposition@0.5.9': {}
|
||||
|
||||
|
|
@ -6077,15 +6070,15 @@ snapshots:
|
|||
'@types/connect': 3.4.38
|
||||
'@types/express': 5.0.3
|
||||
'@types/keygrip': 1.0.6
|
||||
'@types/node': 24.7.2
|
||||
'@types/node': 24.8.1
|
||||
|
||||
'@types/cors@2.8.17':
|
||||
dependencies:
|
||||
'@types/node': 24.7.2
|
||||
'@types/node': 24.8.1
|
||||
|
||||
'@types/cross-spawn@6.0.6':
|
||||
dependencies:
|
||||
'@types/node': 24.7.2
|
||||
'@types/node': 24.8.1
|
||||
|
||||
'@types/debug@4.1.12':
|
||||
dependencies:
|
||||
|
|
@ -6099,7 +6092,7 @@ snapshots:
|
|||
|
||||
'@types/express-serve-static-core@5.0.7':
|
||||
dependencies:
|
||||
'@types/node': 24.7.2
|
||||
'@types/node': 24.8.1
|
||||
'@types/qs': 6.9.18
|
||||
'@types/range-parser': 1.2.7
|
||||
'@types/send': 0.17.4
|
||||
|
|
@ -6116,11 +6109,11 @@ snapshots:
|
|||
|
||||
'@types/formidable@3.4.6':
|
||||
dependencies:
|
||||
'@types/node': 24.7.2
|
||||
'@types/node': 24.8.1
|
||||
|
||||
'@types/fs-extra@9.0.13':
|
||||
dependencies:
|
||||
'@types/node': 24.7.2
|
||||
'@types/node': 24.8.1
|
||||
|
||||
'@types/hast@3.0.4':
|
||||
dependencies:
|
||||
|
|
@ -6138,7 +6131,7 @@ snapshots:
|
|||
|
||||
'@types/jsdom@27.0.0':
|
||||
dependencies:
|
||||
'@types/node': 24.7.2
|
||||
'@types/node': 24.8.1
|
||||
'@types/tough-cookie': 4.0.5
|
||||
parse5: 7.3.0
|
||||
|
||||
|
|
@ -6151,7 +6144,7 @@ snapshots:
|
|||
'@types/jsonwebtoken@9.0.10':
|
||||
dependencies:
|
||||
'@types/ms': 2.1.0
|
||||
'@types/node': 24.7.2
|
||||
'@types/node': 24.8.1
|
||||
|
||||
'@types/keygrip@1.0.6': {}
|
||||
|
||||
|
|
@ -6168,7 +6161,7 @@ snapshots:
|
|||
'@types/http-errors': 2.0.5
|
||||
'@types/keygrip': 1.0.6
|
||||
'@types/koa-compose': 3.2.8
|
||||
'@types/node': 24.7.2
|
||||
'@types/node': 24.8.1
|
||||
|
||||
'@types/linkify-it@5.0.0': {}
|
||||
|
||||
|
|
@ -6197,10 +6190,10 @@ snapshots:
|
|||
|
||||
'@types/node-fetch@2.6.12':
|
||||
dependencies:
|
||||
'@types/node': 24.7.2
|
||||
'@types/node': 24.8.1
|
||||
form-data: 4.0.4
|
||||
|
||||
'@types/node@24.7.2':
|
||||
'@types/node@24.8.1':
|
||||
dependencies:
|
||||
undici-types: 7.14.0
|
||||
|
||||
|
|
@ -6208,7 +6201,7 @@ snapshots:
|
|||
dependencies:
|
||||
'@types/keygrip': 1.0.6
|
||||
'@types/koa': 3.0.0
|
||||
'@types/node': 24.7.2
|
||||
'@types/node': 24.8.1
|
||||
|
||||
'@types/qs@6.9.18': {}
|
||||
|
||||
|
|
@ -6227,12 +6220,12 @@ snapshots:
|
|||
'@types/send@0.17.4':
|
||||
dependencies:
|
||||
'@types/mime': 1.3.5
|
||||
'@types/node': 24.7.2
|
||||
'@types/node': 24.8.1
|
||||
|
||||
'@types/serve-static@1.15.7':
|
||||
dependencies:
|
||||
'@types/http-errors': 2.0.5
|
||||
'@types/node': 24.7.2
|
||||
'@types/node': 24.8.1
|
||||
'@types/send': 0.17.4
|
||||
|
||||
'@types/sinon@17.0.4':
|
||||
|
|
@ -6247,7 +6240,7 @@ snapshots:
|
|||
dependencies:
|
||||
'@types/cookiejar': 2.1.5
|
||||
'@types/methods': 1.1.4
|
||||
'@types/node': 24.7.2
|
||||
'@types/node': 24.8.1
|
||||
form-data: 4.0.4
|
||||
|
||||
'@types/supertest@6.0.3':
|
||||
|
|
@ -6262,7 +6255,7 @@ snapshots:
|
|||
|
||||
'@types/tar@6.1.13':
|
||||
dependencies:
|
||||
'@types/node': 24.7.2
|
||||
'@types/node': 24.8.1
|
||||
minipass: 4.2.8
|
||||
|
||||
'@types/tough-cookie@4.0.5': {}
|
||||
|
|
@ -6500,7 +6493,7 @@ snapshots:
|
|||
'@unrs/resolver-binding-win32-x64-msvc@1.3.3':
|
||||
optional: true
|
||||
|
||||
'@vitejs/plugin-react@5.0.4(rolldown-vite@7.1.17(@types/node@24.7.2)(esbuild@0.25.11)(tsx@4.20.6))':
|
||||
'@vitejs/plugin-react@5.0.4(rolldown-vite@7.1.17(@types/node@24.8.1)(esbuild@0.25.11)(tsx@4.20.6))':
|
||||
dependencies:
|
||||
'@babel/core': 7.28.4
|
||||
'@babel/plugin-transform-react-jsx-self': 7.27.1(@babel/core@7.28.4)
|
||||
|
|
@ -6508,14 +6501,14 @@ snapshots:
|
|||
'@rolldown/pluginutils': 1.0.0-beta.38
|
||||
'@types/babel__core': 7.20.5
|
||||
react-refresh: 0.17.0
|
||||
vite: rolldown-vite@7.1.17(@types/node@24.7.2)(esbuild@0.25.11)(tsx@4.20.6)
|
||||
vite: rolldown-vite@7.1.17(@types/node@24.8.1)(esbuild@0.25.11)(tsx@4.20.6)
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
|
||||
'@vitejs/plugin-vue@6.0.1(vite@7.1.10(@types/node@24.7.2)(lightningcss@1.30.2)(tsx@4.20.6))(vue@3.5.19(typescript@5.9.3))':
|
||||
'@vitejs/plugin-vue@6.0.1(vite@7.1.10(@types/node@24.8.1)(lightningcss@1.30.2)(tsx@4.20.6))(vue@3.5.19(typescript@5.9.3))':
|
||||
dependencies:
|
||||
'@rolldown/pluginutils': 1.0.0-beta.29
|
||||
vite: 7.1.10(@types/node@24.7.2)(lightningcss@1.30.2)(tsx@4.20.6)
|
||||
vite: 7.1.10(@types/node@24.8.1)(lightningcss@1.30.2)(tsx@4.20.6)
|
||||
vue: 3.5.19(typescript@5.9.3)
|
||||
|
||||
'@vitest/expect@3.2.4':
|
||||
|
|
@ -6526,13 +6519,13 @@ snapshots:
|
|||
chai: 5.2.0
|
||||
tinyrainbow: 2.0.0
|
||||
|
||||
'@vitest/mocker@3.2.4(vite@7.1.10(@types/node@24.7.2)(lightningcss@1.30.2)(tsx@4.20.6))':
|
||||
'@vitest/mocker@3.2.4(vite@7.1.10(@types/node@24.8.1)(lightningcss@1.30.2)(tsx@4.20.6))':
|
||||
dependencies:
|
||||
'@vitest/spy': 3.2.4
|
||||
estree-walker: 3.0.3
|
||||
magic-string: 0.30.17
|
||||
optionalDependencies:
|
||||
vite: 7.1.10(@types/node@24.7.2)(lightningcss@1.30.2)(tsx@4.20.6)
|
||||
vite: 7.1.10(@types/node@24.8.1)(lightningcss@1.30.2)(tsx@4.20.6)
|
||||
|
||||
'@vitest/pretty-format@3.2.4':
|
||||
dependencies:
|
||||
|
|
@ -7183,7 +7176,7 @@ snapshots:
|
|||
engine.io@6.6.4:
|
||||
dependencies:
|
||||
'@types/cors': 2.8.17
|
||||
'@types/node': 24.7.2
|
||||
'@types/node': 24.8.1
|
||||
accepts: 1.3.8
|
||||
base64id: 2.0.0
|
||||
cookie: 0.7.2
|
||||
|
|
@ -7503,7 +7496,7 @@ snapshots:
|
|||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
|
||||
eslint-plugin-react-refresh@0.4.23(eslint@9.37.0):
|
||||
eslint-plugin-react-refresh@0.4.24(eslint@9.37.0):
|
||||
dependencies:
|
||||
eslint: 9.37.0
|
||||
|
||||
|
|
@ -7780,12 +7773,6 @@ snapshots:
|
|||
jsonfile: 6.1.0
|
||||
universalify: 2.0.1
|
||||
|
||||
fs-extra@11.3.2:
|
||||
dependencies:
|
||||
graceful-fs: 4.2.11
|
||||
jsonfile: 6.2.0
|
||||
universalify: 2.0.1
|
||||
|
||||
fs-extra@8.1.0:
|
||||
dependencies:
|
||||
graceful-fs: 4.2.11
|
||||
|
|
@ -8306,12 +8293,6 @@ snapshots:
|
|||
optionalDependencies:
|
||||
graceful-fs: 4.2.11
|
||||
|
||||
jsonfile@6.2.0:
|
||||
dependencies:
|
||||
universalify: 2.0.1
|
||||
optionalDependencies:
|
||||
graceful-fs: 4.2.11
|
||||
|
||||
jsonminify@0.4.2: {}
|
||||
|
||||
jsonschema-draft4@1.0.0: {}
|
||||
|
|
@ -8514,7 +8495,7 @@ snapshots:
|
|||
|
||||
lru-cache@7.18.3: {}
|
||||
|
||||
lucide-react@0.545.0(react@19.2.0):
|
||||
lucide-react@0.546.0(react@19.2.0):
|
||||
dependencies:
|
||||
react: 19.2.0
|
||||
|
||||
|
|
@ -8872,11 +8853,11 @@ snapshots:
|
|||
|
||||
picomatch@4.0.3: {}
|
||||
|
||||
playwright-core@1.56.0: {}
|
||||
playwright-core@1.56.1: {}
|
||||
|
||||
playwright@1.56.0:
|
||||
playwright@1.56.1:
|
||||
dependencies:
|
||||
playwright-core: 1.56.0
|
||||
playwright-core: 1.56.1
|
||||
optionalDependencies:
|
||||
fsevents: 2.3.2
|
||||
|
||||
|
|
@ -9092,7 +9073,7 @@ snapshots:
|
|||
|
||||
rfdc@1.4.1: {}
|
||||
|
||||
rolldown-vite@7.1.17(@types/node@24.7.2)(esbuild@0.25.11)(tsx@4.20.6):
|
||||
rolldown-vite@7.1.17(@types/node@24.8.1)(esbuild@0.25.11)(tsx@4.20.6):
|
||||
dependencies:
|
||||
'@oxc-project/runtime': 0.92.0
|
||||
fdir: 6.5.0(picomatch@4.0.3)
|
||||
|
|
@ -9102,7 +9083,7 @@ snapshots:
|
|||
rolldown: 1.0.0-beta.43
|
||||
tinyglobby: 0.2.15
|
||||
optionalDependencies:
|
||||
'@types/node': 24.7.2
|
||||
'@types/node': 24.8.1
|
||||
esbuild: 0.25.11
|
||||
fsevents: 2.3.3
|
||||
tsx: 4.20.6
|
||||
|
|
@ -9815,13 +9796,13 @@ snapshots:
|
|||
'@types/unist': 3.0.3
|
||||
vfile-message: 4.0.2
|
||||
|
||||
vite-node@3.2.4(@types/node@24.7.2)(lightningcss@1.30.2)(tsx@4.20.6):
|
||||
vite-node@3.2.4(@types/node@24.8.1)(lightningcss@1.30.2)(tsx@4.20.6):
|
||||
dependencies:
|
||||
cac: 6.7.14
|
||||
debug: 4.4.3(supports-color@8.1.1)
|
||||
es-module-lexer: 1.7.0
|
||||
pathe: 2.0.3
|
||||
vite: 7.1.10(@types/node@24.7.2)(lightningcss@1.30.2)(tsx@4.20.6)
|
||||
vite: 7.1.10(@types/node@24.8.1)(lightningcss@1.30.2)(tsx@4.20.6)
|
||||
transitivePeerDependencies:
|
||||
- '@types/node'
|
||||
- jiti
|
||||
|
|
@ -9836,21 +9817,20 @@ snapshots:
|
|||
- tsx
|
||||
- yaml
|
||||
|
||||
vite-plugin-babel@1.3.2(@babel/core@7.28.4)(rolldown-vite@7.1.17(@types/node@24.7.2)(esbuild@0.25.11)(tsx@4.20.6)):
|
||||
vite-plugin-babel@1.3.2(@babel/core@7.28.4)(rolldown-vite@7.1.17(@types/node@24.8.1)(esbuild@0.25.11)(tsx@4.20.6)):
|
||||
dependencies:
|
||||
'@babel/core': 7.28.4
|
||||
vite: rolldown-vite@7.1.17(@types/node@24.7.2)(esbuild@0.25.11)(tsx@4.20.6)
|
||||
vite: rolldown-vite@7.1.17(@types/node@24.8.1)(esbuild@0.25.11)(tsx@4.20.6)
|
||||
|
||||
vite-plugin-static-copy@3.1.3(rolldown-vite@7.1.17(@types/node@24.7.2)(esbuild@0.25.11)(tsx@4.20.6)):
|
||||
vite-plugin-static-copy@3.1.4(rolldown-vite@7.1.17(@types/node@24.8.1)(esbuild@0.25.11)(tsx@4.20.6)):
|
||||
dependencies:
|
||||
chokidar: 3.6.0
|
||||
fs-extra: 11.3.2
|
||||
p-map: 7.0.3
|
||||
picocolors: 1.1.1
|
||||
tinyglobby: 0.2.15
|
||||
vite: rolldown-vite@7.1.17(@types/node@24.7.2)(esbuild@0.25.11)(tsx@4.20.6)
|
||||
vite: rolldown-vite@7.1.17(@types/node@24.8.1)(esbuild@0.25.11)(tsx@4.20.6)
|
||||
|
||||
vite@7.1.10(@types/node@24.7.2)(lightningcss@1.30.2)(tsx@4.20.6):
|
||||
vite@7.1.10(@types/node@24.8.1)(lightningcss@1.30.2)(tsx@4.20.6):
|
||||
dependencies:
|
||||
esbuild: 0.25.11
|
||||
fdir: 6.5.0(picomatch@4.0.3)
|
||||
|
|
@ -9859,12 +9839,12 @@ snapshots:
|
|||
rollup: 4.47.1
|
||||
tinyglobby: 0.2.15
|
||||
optionalDependencies:
|
||||
'@types/node': 24.7.2
|
||||
'@types/node': 24.8.1
|
||||
fsevents: 2.3.3
|
||||
lightningcss: 1.30.2
|
||||
tsx: 4.20.6
|
||||
|
||||
vitepress@2.0.0-alpha.12(@types/node@24.7.2)(axios@1.12.2)(jwt-decode@4.0.0)(lightningcss@1.30.2)(postcss@8.5.6)(tsx@4.20.6)(typescript@5.9.3):
|
||||
vitepress@2.0.0-alpha.12(@types/node@24.8.1)(axios@1.12.2)(jwt-decode@4.0.0)(lightningcss@1.30.2)(postcss@8.5.6)(tsx@4.20.6)(typescript@5.9.3):
|
||||
dependencies:
|
||||
'@docsearch/css': 4.0.0-beta.7
|
||||
'@docsearch/js': 4.0.0-beta.7
|
||||
|
|
@ -9873,7 +9853,7 @@ snapshots:
|
|||
'@shikijs/transformers': 3.11.0
|
||||
'@shikijs/types': 3.11.0
|
||||
'@types/markdown-it': 14.1.2
|
||||
'@vitejs/plugin-vue': 6.0.1(vite@7.1.10(@types/node@24.7.2)(lightningcss@1.30.2)(tsx@4.20.6))(vue@3.5.19(typescript@5.9.3))
|
||||
'@vitejs/plugin-vue': 6.0.1(vite@7.1.10(@types/node@24.8.1)(lightningcss@1.30.2)(tsx@4.20.6))(vue@3.5.19(typescript@5.9.3))
|
||||
'@vue/devtools-api': 8.0.0
|
||||
'@vue/shared': 3.5.19
|
||||
'@vueuse/core': 13.7.0(vue@3.5.19(typescript@5.9.3))
|
||||
|
|
@ -9882,7 +9862,7 @@ snapshots:
|
|||
mark.js: 8.11.1
|
||||
minisearch: 7.1.2
|
||||
shiki: 3.11.0
|
||||
vite: 7.1.10(@types/node@24.7.2)(lightningcss@1.30.2)(tsx@4.20.6)
|
||||
vite: 7.1.10(@types/node@24.8.1)(lightningcss@1.30.2)(tsx@4.20.6)
|
||||
vue: 3.5.19(typescript@5.9.3)
|
||||
optionalDependencies:
|
||||
postcss: 8.5.6
|
||||
|
|
@ -9911,11 +9891,11 @@ snapshots:
|
|||
- universal-cookie
|
||||
- yaml
|
||||
|
||||
vitest@3.2.4(@types/debug@4.1.12)(@types/node@24.7.2)(jsdom@27.0.0(postcss@8.5.6))(lightningcss@1.30.2)(tsx@4.20.6):
|
||||
vitest@3.2.4(@types/debug@4.1.12)(@types/node@24.8.1)(jsdom@27.0.0(postcss@8.5.6))(lightningcss@1.30.2)(tsx@4.20.6):
|
||||
dependencies:
|
||||
'@types/chai': 5.2.2
|
||||
'@vitest/expect': 3.2.4
|
||||
'@vitest/mocker': 3.2.4(vite@7.1.10(@types/node@24.7.2)(lightningcss@1.30.2)(tsx@4.20.6))
|
||||
'@vitest/mocker': 3.2.4(vite@7.1.10(@types/node@24.8.1)(lightningcss@1.30.2)(tsx@4.20.6))
|
||||
'@vitest/pretty-format': 3.2.4
|
||||
'@vitest/runner': 3.2.4
|
||||
'@vitest/snapshot': 3.2.4
|
||||
|
|
@ -9933,12 +9913,12 @@ snapshots:
|
|||
tinyglobby: 0.2.14
|
||||
tinypool: 1.1.1
|
||||
tinyrainbow: 2.0.0
|
||||
vite: 7.1.10(@types/node@24.7.2)(lightningcss@1.30.2)(tsx@4.20.6)
|
||||
vite-node: 3.2.4(@types/node@24.7.2)(lightningcss@1.30.2)(tsx@4.20.6)
|
||||
vite: 7.1.10(@types/node@24.8.1)(lightningcss@1.30.2)(tsx@4.20.6)
|
||||
vite-node: 3.2.4(@types/node@24.8.1)(lightningcss@1.30.2)(tsx@4.20.6)
|
||||
why-is-node-running: 2.3.0
|
||||
optionalDependencies:
|
||||
'@types/debug': 4.1.12
|
||||
'@types/node': 24.7.2
|
||||
'@types/node': 24.8.1
|
||||
jsdom: 27.0.0(postcss@8.5.6)
|
||||
transitivePeerDependencies:
|
||||
- jiti
|
||||
|
|
|
|||
|
|
@ -83,7 +83,7 @@
|
|||
"etherpad-lite": "node/server.ts"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@playwright/test": "^1.56.0",
|
||||
"@playwright/test": "^1.56.1",
|
||||
"@types/async": "^3.2.25",
|
||||
"@types/cookie-parser": "^1.4.9",
|
||||
"@types/cross-spawn": "^6.0.6",
|
||||
|
|
@ -99,7 +99,7 @@
|
|||
"@types/jsonwebtoken": "^9.0.10",
|
||||
"@types/mime-types": "^3.0.1",
|
||||
"@types/mocha": "^10.0.9",
|
||||
"@types/node": "^24.7.2",
|
||||
"@types/node": "^24.8.1",
|
||||
"@types/oidc-provider": "^9.5.0",
|
||||
"@types/semver": "^7.7.1",
|
||||
"@types/sinon": "^17.0.3",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue