Merge pull request #60254 from nextcloud/dependabot/npm_and_yarn/msw-2.14.3

chore(deps-dev): Bump msw from 2.13.6 to 2.14.3
This commit is contained in:
github-actions[bot] 2026-05-09 07:20:40 +00:00 committed by GitHub
commit d2e3c887cb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 9 additions and 9 deletions

16
package-lock.json generated
View file

@ -68,7 +68,7 @@
"is-svg": "^6.1.0",
"jsdom": "^29.1.1",
"jsdom-testing-mocks": "^1.16.0",
"msw": "^2.13.6",
"msw": "^2.14.3",
"sass": "^1.99.0",
"stylelint": "^17.10.0",
"vite": "^7.3.2",
@ -12449,9 +12449,9 @@
"license": "MIT"
},
"node_modules/msw": {
"version": "2.13.6",
"resolved": "https://registry.npmjs.org/msw/-/msw-2.13.6.tgz",
"integrity": "sha512-GAJbQy8Ra/Ydjt0Hb2MGT2qhzd83J3+QZMHdH85uW7r/XkKc846+Ma2PLif5hGvTm5Yqa+wkcstpim0WeLZU9g==",
"version": "2.14.3",
"resolved": "https://registry.npmjs.org/msw/-/msw-2.14.3.tgz",
"integrity": "sha512-kk8G5cocVlJ4wsKMGZegn2H6XLOEKjbA+nSJE2354e/SRp4mDicCHUYnMXpymzVcVDCs+GUAsmNqSn+yHv4T2A==",
"dev": true,
"hasInstallScript": true,
"license": "MIT",
@ -12467,7 +12467,7 @@
"outvariant": "^1.4.3",
"path-to-regexp": "^6.3.0",
"picocolors": "^1.1.1",
"rettime": "^0.11.7",
"rettime": "^0.11.11",
"statuses": "^2.0.2",
"strict-event-emitter": "^0.5.1",
"tough-cookie": "^6.0.1",
@ -14282,9 +14282,9 @@
}
},
"node_modules/rettime": {
"version": "0.11.8",
"resolved": "https://registry.npmjs.org/rettime/-/rettime-0.11.8.tgz",
"integrity": "sha512-0fERGXktJTyJ+h8fBEiPxHPEFOu0h15JY7JtwrOVqR5K+vb99ho6IyOo7ekLS3h4sJCzIDy4VWKIbZUfe9njmg==",
"version": "0.11.11",
"resolved": "https://registry.npmjs.org/rettime/-/rettime-0.11.11.tgz",
"integrity": "sha512-ILJRqVWBCTlg9r42fFgwVZx1gnFAcQF8mRoMkbgQfIrjEDf9nbBFDFx00oloOa+Q869FUtaYDXZvEfnecQSCoQ==",
"dev": true,
"license": "MIT"
},

View file

@ -97,7 +97,7 @@
"is-svg": "^6.1.0",
"jsdom": "^29.1.1",
"jsdom-testing-mocks": "^1.16.0",
"msw": "^2.13.6",
"msw": "^2.14.3",
"sass": "^1.99.0",
"stylelint": "^17.10.0",
"vite": "^7.3.2",