Merge pull request #60255 from nextcloud/dependabot/npm_and_yarn/jsdom-29.1.1

chore(deps-dev): Bump jsdom from 29.1.0 to 29.1.1
This commit is contained in:
github-actions[bot] 2026-05-09 07:04:55 +00:00 committed by GitHub
commit dc98df5a20
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View file

@ -66,7 +66,7 @@
"eslint-plugin-cypress": "^6.4.0",
"eslint-plugin-no-only-tests": "^3.4.0",
"is-svg": "^6.1.0",
"jsdom": "^29.1.0",
"jsdom": "^29.1.1",
"jsdom-testing-mocks": "^1.16.0",
"msw": "^2.13.6",
"sass": "^1.99.0",
@ -10905,9 +10905,9 @@
}
},
"node_modules/jsdom": {
"version": "29.1.0",
"resolved": "https://registry.npmjs.org/jsdom/-/jsdom-29.1.0.tgz",
"integrity": "sha512-YNUc7fB9QuvSSQWfrH0xF+TyABkxUwx8sswgIDaCrw4Hol8BghdZDkITtZheRJeMtzWlnTfsM3bBBusRvpO1wg==",
"version": "29.1.1",
"resolved": "https://registry.npmjs.org/jsdom/-/jsdom-29.1.1.tgz",
"integrity": "sha512-ECi4Fi2f7BdJtUKTflYRTiaMxIB0O6zfR1fX0GXpUrf6flp8QIYn1UT20YQqdSOfk2dfkCwS8LAFoJDEppNK5Q==",
"dev": true,
"license": "MIT",
"dependencies": {

View file

@ -95,7 +95,7 @@
"eslint-plugin-cypress": "^6.4.0",
"eslint-plugin-no-only-tests": "^3.4.0",
"is-svg": "^6.1.0",
"jsdom": "^29.1.0",
"jsdom": "^29.1.1",
"jsdom-testing-mocks": "^1.16.0",
"msw": "^2.13.6",
"sass": "^1.99.0",