Bump jsdom from 26.0.0 to 26.1.0

Bumps [jsdom](https://github.com/jsdom/jsdom) from 26.0.0 to 26.1.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/26.0.0...26.1.0)

---
updated-dependencies:
- dependency-name: jsdom
  dependency-version: 26.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2025-04-14 15:28:28 +00:00 committed by GitHub
parent db16196e46
commit 996d077ff5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 17 additions and 18 deletions

33
pnpm-lock.yaml generated
View file

@ -189,8 +189,8 @@ importers:
specifier: ^3.0.5
version: 3.0.5
jsdom:
specifier: ^26.0.0
version: 26.0.0
specifier: ^26.1.0
version: 26.1.0
jsonminify:
specifier: 0.4.2
version: 0.4.2
@ -380,7 +380,7 @@ importers:
version: 5.8.3
vitest:
specifier: ^3.1.1
version: 3.1.1(@types/debug@4.1.12)(@types/node@22.14.0)(jsdom@26.0.0)(tsx@4.19.3)
version: 3.1.1(@types/debug@4.1.12)(@types/node@22.14.0)(jsdom@26.1.0)(tsx@4.19.3)
ui:
devDependencies:
@ -3524,8 +3524,8 @@ packages:
jsbn@1.1.0:
resolution: {integrity: sha512-4bYVV3aAMtDTTu4+xsDYa6sy9GyJ69/amsu9sYF2zqjiEoZA5xJi3BrfX3uY+/IekIu7MwdObdbDWpoZdBv3/A==}
jsdom@26.0.0:
resolution: {integrity: sha512-BZYDGVAIriBWTpIxYzrXjv3E/4u8+/pSG5bQdIYCbNCGOvsPkDQfTVLAIXAf9ETdCpduCVTkDe2NNZ8NIwUVzw==}
jsdom@26.1.0:
resolution: {integrity: sha512-Cvc9WUhxSMEo4McES3P7oK3QaXldCfNWp7pl2NNeiIFlCoLr3kfq9kb1fxftiwk1FLV7CvpvDfonxtzUDeSOPg==}
engines: {node: '>=18'}
peerDependencies:
canvas: ^3.0.0
@ -4686,11 +4686,11 @@ packages:
resolution: {integrity: sha512-n1cw8k1k0x4pgA2+9XrOkFydTerNcJ1zWCO5Nn9scWHTD+5tp8dghT2x1uduQePZTZgd3Tupf+x9BxJjeJi77Q==}
engines: {node: '>=14.0.0'}
tldts-core@6.1.85:
resolution: {integrity: sha512-DTjUVvxckL1fIoPSb3KE7ISNtkWSawZdpfxGxwiIrZoO6EbHVDXXUIlIuWympPaeS+BLGyggozX/HTMsRAdsoA==}
tldts-core@6.1.86:
resolution: {integrity: sha512-Je6p7pkk+KMzMv2XXKmAE3McmolOQFdxkKw0R8EYNr7sELW46JqnNeTX8ybPiQgvg1ymCoF8LXs5fzFaZvJPTA==}
tldts@6.1.85:
resolution: {integrity: sha512-gBdZ1RjCSevRPFix/hpaUWeak2/RNUZB4/8frF1r5uYMHjFptkiT0JXIebWvgI/0ZHXvxaUDDJshiA0j6GdL3w==}
tldts@6.1.86:
resolution: {integrity: sha512-WMi/OQ2axVTf/ykqCQgXiIct+mSQDFdH2fkwhPwgEwvJ1kSzZRiinb0zF2Xb8u4+OqPChmyI6MEu4EezNJz+FQ==}
hasBin: true
to-regex-range@5.0.1:
@ -8486,12 +8486,11 @@ snapshots:
jsbn@1.1.0: {}
jsdom@26.0.0:
jsdom@26.1.0:
dependencies:
cssstyle: 4.3.0
data-urls: 5.0.0
decimal.js: 10.5.0
form-data: 4.0.2
html-encoding-sniffer: 4.0.0
http-proxy-agent: 7.0.2
https-proxy-agent: 7.0.6
@ -9809,11 +9808,11 @@ snapshots:
tinyspy@3.0.2: {}
tldts-core@6.1.85: {}
tldts-core@6.1.86: {}
tldts@6.1.85:
tldts@6.1.86:
dependencies:
tldts-core: 6.1.85
tldts-core: 6.1.86
to-regex-range@5.0.1:
dependencies:
@ -9823,7 +9822,7 @@ snapshots:
tough-cookie@5.1.2:
dependencies:
tldts: 6.1.85
tldts: 6.1.86
tr46@5.1.0:
dependencies:
@ -10142,7 +10141,7 @@ snapshots:
- typescript
- universal-cookie
vitest@3.1.1(@types/debug@4.1.12)(@types/node@22.14.0)(jsdom@26.0.0)(tsx@4.19.3):
vitest@3.1.1(@types/debug@4.1.12)(@types/node@22.14.0)(jsdom@26.1.0)(tsx@4.19.3):
dependencies:
'@vitest/expect': 3.1.1
'@vitest/mocker': 3.1.1(vite@6.2.6(@types/node@22.14.0)(tsx@4.19.3))
@ -10167,7 +10166,7 @@ snapshots:
optionalDependencies:
'@types/debug': 4.1.12
'@types/node': 22.14.0
jsdom: 26.0.0
jsdom: 26.1.0
transitivePeerDependencies:
- jiti
- less

View file

@ -46,7 +46,7 @@
"http-errors": "^2.0.0",
"jose": "^5.10.0",
"js-cookie": "^3.0.5",
"jsdom": "^26.0.0",
"jsdom": "^26.1.0",
"jsonminify": "0.4.2",
"jsonwebtoken": "^9.0.2",
"jwt-decode": "^4.0.0",