mirror of
https://github.com/nextcloud/server.git
synced 2026-06-10 17:23:59 -04:00
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:
commit
dc98df5a20
2 changed files with 5 additions and 5 deletions
8
package-lock.json
generated
8
package-lock.json
generated
|
|
@ -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": {
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue