mirror of
https://github.com/nextcloud/server.git
synced 2026-05-20 17:15:46 -04:00
chore(deps-dev): Bump msw from 2.13.4 to 2.13.6
Bumps [msw](https://github.com/mswjs/msw) from 2.13.4 to 2.13.6. - [Release notes](https://github.com/mswjs/msw/releases) - [Changelog](https://github.com/mswjs/msw/blob/main/CHANGELOG.md) - [Commits](https://github.com/mswjs/msw/compare/v2.13.4...v2.13.6) --- updated-dependencies: - dependency-name: msw dependency-version: 2.13.6 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
e41eb6d6b3
commit
eb82409b04
2 changed files with 5 additions and 5 deletions
8
package-lock.json
generated
8
package-lock.json
generated
|
|
@ -65,7 +65,7 @@
|
|||
"is-svg": "^6.1.0",
|
||||
"jsdom": "^29.1.0",
|
||||
"jsdom-testing-mocks": "^1.16.0",
|
||||
"msw": "^2.13.4",
|
||||
"msw": "^2.13.6",
|
||||
"sass": "^1.99.0",
|
||||
"stylelint": "^17.8.0",
|
||||
"vite": "^7.3.2",
|
||||
|
|
@ -12428,9 +12428,9 @@
|
|||
"license": "MIT"
|
||||
},
|
||||
"node_modules/msw": {
|
||||
"version": "2.13.4",
|
||||
"resolved": "https://registry.npmjs.org/msw/-/msw-2.13.4.tgz",
|
||||
"integrity": "sha512-fPlKBeFe+8rpcyR3umUmmHuNwu6gc6T3STvkgEa9WDX/HEgal9wDeflpCUAIRtmvaLZM2igfI5y1bZ9G5J26KA==",
|
||||
"version": "2.13.6",
|
||||
"resolved": "https://registry.npmjs.org/msw/-/msw-2.13.6.tgz",
|
||||
"integrity": "sha512-GAJbQy8Ra/Ydjt0Hb2MGT2qhzd83J3+QZMHdH85uW7r/XkKc846+Ma2PLif5hGvTm5Yqa+wkcstpim0WeLZU9g==",
|
||||
"dev": true,
|
||||
"hasInstallScript": true,
|
||||
"license": "MIT",
|
||||
|
|
|
|||
|
|
@ -94,7 +94,7 @@
|
|||
"is-svg": "^6.1.0",
|
||||
"jsdom": "^29.1.0",
|
||||
"jsdom-testing-mocks": "^1.16.0",
|
||||
"msw": "^2.13.4",
|
||||
"msw": "^2.13.6",
|
||||
"sass": "^1.99.0",
|
||||
"stylelint": "^17.8.0",
|
||||
"vite": "^7.3.2",
|
||||
|
|
|
|||
Loading…
Reference in a new issue