mirror of
https://github.com/nextcloud/server.git
synced 2026-05-22 10:06:37 -04:00
chore(deps-dev): Bump jsdom from 29.1.0 to 29.1.1
Bumps [jsdom](https://github.com/jsdom/jsdom) from 29.1.0 to 29.1.1. - [Release notes](https://github.com/jsdom/jsdom/releases) - [Commits](https://github.com/jsdom/jsdom/compare/v29.1.0...v29.1.1) --- updated-dependencies: - dependency-name: jsdom dependency-version: 29.1.1 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
ef1bea0bfa
commit
7ececdac27
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.3.1",
|
||||
"eslint-plugin-no-only-tests": "^3.3.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",
|
||||
|
|
@ -10899,9 +10899,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.3.1",
|
||||
"eslint-plugin-no-only-tests": "^3.3.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