mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-19 06:03:34 +01:00
Bump jsdom from 24.1.1 to 25.0.0 (#6609)
Bumps [jsdom](https://github.com/jsdom/jsdom) from 24.1.1 to 25.0.0. - [Release notes](https://github.com/jsdom/jsdom/releases) - [Changelog](https://github.com/jsdom/jsdom/blob/main/Changelog.md) - [Commits](https://github.com/jsdom/jsdom/compare/24.1.1...25.0.0) --- updated-dependencies: - dependency-name: jsdom dependency-type: direct:production update-type: version-update:semver-major ... 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
17a515142b
commit
85fde97645
2 changed files with 9 additions and 9 deletions
|
@ -189,8 +189,8 @@ importers:
|
|||
specifier: ^3.0.5
|
||||
version: 3.0.5
|
||||
jsdom:
|
||||
specifier: ^24.1.1
|
||||
version: 24.1.1
|
||||
specifier: ^25.0.0
|
||||
version: 25.0.0
|
||||
jsonminify:
|
||||
specifier: 0.4.2
|
||||
version: 0.4.2
|
||||
|
@ -365,7 +365,7 @@ importers:
|
|||
version: 5.5.4
|
||||
vitest:
|
||||
specifier: ^2.0.5
|
||||
version: 2.0.5(@types/node@22.5.1)(jsdom@24.1.1)
|
||||
version: 2.0.5(@types/node@22.5.1)(jsdom@25.0.0)
|
||||
|
||||
ui:
|
||||
devDependencies:
|
||||
|
@ -3180,8 +3180,8 @@ packages:
|
|||
jsbn@1.1.0:
|
||||
resolution: {integrity: sha512-4bYVV3aAMtDTTu4+xsDYa6sy9GyJ69/amsu9sYF2zqjiEoZA5xJi3BrfX3uY+/IekIu7MwdObdbDWpoZdBv3/A==}
|
||||
|
||||
jsdom@24.1.1:
|
||||
resolution: {integrity: sha512-5O1wWV99Jhq4DV7rCLIoZ/UIhyQeDR7wHVyZAHAshbrvZsLs+Xzz7gtwnlJTJDjleiTKh54F4dXrX70vJQTyJQ==}
|
||||
jsdom@25.0.0:
|
||||
resolution: {integrity: sha512-OhoFVT59T7aEq75TVw9xxEfkXgacpqAhQaYgP9y/fDqWQCMB/b1H66RfmPm/MaeaAIU9nDwMOVTlPN51+ao6CQ==}
|
||||
engines: {node: '>=18'}
|
||||
peerDependencies:
|
||||
canvas: ^2.11.2
|
||||
|
@ -7726,7 +7726,7 @@ snapshots:
|
|||
|
||||
jsbn@1.1.0: {}
|
||||
|
||||
jsdom@24.1.1:
|
||||
jsdom@25.0.0:
|
||||
dependencies:
|
||||
cssstyle: 4.0.1
|
||||
data-urls: 5.0.0
|
||||
|
@ -9219,7 +9219,7 @@ snapshots:
|
|||
- typescript
|
||||
- universal-cookie
|
||||
|
||||
vitest@2.0.5(@types/node@22.5.1)(jsdom@24.1.1):
|
||||
vitest@2.0.5(@types/node@22.5.1)(jsdom@25.0.0):
|
||||
dependencies:
|
||||
'@ampproject/remapping': 2.3.0
|
||||
'@vitest/expect': 2.0.5
|
||||
|
@ -9242,7 +9242,7 @@ snapshots:
|
|||
why-is-node-running: 2.3.0
|
||||
optionalDependencies:
|
||||
'@types/node': 22.5.1
|
||||
jsdom: 24.1.1
|
||||
jsdom: 25.0.0
|
||||
transitivePeerDependencies:
|
||||
- less
|
||||
- lightningcss
|
||||
|
|
|
@ -46,7 +46,7 @@
|
|||
"http-errors": "^2.0.0",
|
||||
"jose": "^5.8.0",
|
||||
"js-cookie": "^3.0.5",
|
||||
"jsdom": "^24.1.1",
|
||||
"jsdom": "^25.0.0",
|
||||
"jsonminify": "0.4.2",
|
||||
"jsonwebtoken": "^9.0.2",
|
||||
"languages4translatewiki": "0.1.3",
|
||||
|
|
Loading…
Reference in a new issue