Compare commits

..

1 Commits

Author SHA1 Message Date
Renovate Bot d054560ef4 Update dependency msw to v2.14.3
CI / frontend-test (push) Successful in 30s
CI / backend-test (push) Successful in 1m7s
CI / frontend-e2e (push) Successful in 7m45s
CI / build-and-publish (push) Has been skipped
2026-05-04 18:03:36 +00:00
2 changed files with 12 additions and 12 deletions
+11 -11
View File
@@ -27,7 +27,7 @@
"eslint": "^10.0.2", "eslint": "^10.0.2",
"eslint-config-prettier": "^10.1.8", "eslint-config-prettier": "^10.1.8",
"eslint-plugin-oxlint": "~1.61.0", "eslint-plugin-oxlint": "~1.61.0",
"eslint-plugin-vue": "~10.9.0", "eslint-plugin-vue": "~10.8.0",
"jiti": "^2.6.1", "jiti": "^2.6.1",
"jsdom": "^29.0.0", "jsdom": "^29.0.0",
"msw": "^2.12.10", "msw": "^2.12.10",
@@ -4029,9 +4029,9 @@
} }
}, },
"node_modules/eslint-plugin-vue": { "node_modules/eslint-plugin-vue": {
"version": "10.9.0", "version": "10.8.0",
"resolved": "https://registry.npmjs.org/eslint-plugin-vue/-/eslint-plugin-vue-10.9.0.tgz", "resolved": "https://registry.npmjs.org/eslint-plugin-vue/-/eslint-plugin-vue-10.8.0.tgz",
"integrity": "sha512-EFNNzu4HqtTRb5DJINpyd+u3bDdzETWDMpCzG+UBHz1tpsnMDCeOcf61u4Wy/cbXnMymK+MT9bjH7KcG1fItSw==", "integrity": "sha512-f1J/tcbnrpgC8suPN5AtdJ5MQjuXbSU9pGRSSYAuF3SHoiYCOdEX6O22pLaRyLHXvDcOe+O5ENgc1owQ587agA==",
"dev": true, "dev": true,
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
@@ -5391,9 +5391,9 @@
"license": "MIT" "license": "MIT"
}, },
"node_modules/msw": { "node_modules/msw": {
"version": "2.13.4", "version": "2.14.3",
"resolved": "https://registry.npmjs.org/msw/-/msw-2.13.4.tgz", "resolved": "https://registry.npmjs.org/msw/-/msw-2.14.3.tgz",
"integrity": "sha512-fPlKBeFe+8rpcyR3umUmmHuNwu6gc6T3STvkgEa9WDX/HEgal9wDeflpCUAIRtmvaLZM2igfI5y1bZ9G5J26KA==", "integrity": "sha512-kk8G5cocVlJ4wsKMGZegn2H6XLOEKjbA+nSJE2354e/SRp4mDicCHUYnMXpymzVcVDCs+GUAsmNqSn+yHv4T2A==",
"dev": true, "dev": true,
"hasInstallScript": true, "hasInstallScript": true,
"license": "MIT", "license": "MIT",
@@ -5409,7 +5409,7 @@
"outvariant": "^1.4.3", "outvariant": "^1.4.3",
"path-to-regexp": "^6.3.0", "path-to-regexp": "^6.3.0",
"picocolors": "^1.1.1", "picocolors": "^1.1.1",
"rettime": "^0.11.7", "rettime": "^0.11.11",
"statuses": "^2.0.2", "statuses": "^2.0.2",
"strict-event-emitter": "^0.5.1", "strict-event-emitter": "^0.5.1",
"tough-cookie": "^6.0.1", "tough-cookie": "^6.0.1",
@@ -6195,9 +6195,9 @@
} }
}, },
"node_modules/rettime": { "node_modules/rettime": {
"version": "0.11.8", "version": "0.11.11",
"resolved": "https://registry.npmjs.org/rettime/-/rettime-0.11.8.tgz", "resolved": "https://registry.npmjs.org/rettime/-/rettime-0.11.11.tgz",
"integrity": "sha512-0fERGXktJTyJ+h8fBEiPxHPEFOu0h15JY7JtwrOVqR5K+vb99ho6IyOo7ekLS3h4sJCzIDy4VWKIbZUfe9njmg==", "integrity": "sha512-ILJRqVWBCTlg9r42fFgwVZx1gnFAcQF8mRoMkbgQfIrjEDf9nbBFDFx00oloOa+Q869FUtaYDXZvEfnecQSCoQ==",
"dev": true, "dev": true,
"license": "MIT" "license": "MIT"
}, },
+1 -1
View File
@@ -39,7 +39,7 @@
"eslint": "^10.0.2", "eslint": "^10.0.2",
"eslint-config-prettier": "^10.1.8", "eslint-config-prettier": "^10.1.8",
"eslint-plugin-oxlint": "~1.61.0", "eslint-plugin-oxlint": "~1.61.0",
"eslint-plugin-vue": "~10.9.0", "eslint-plugin-vue": "~10.8.0",
"jiti": "^2.6.1", "jiti": "^2.6.1",
"jsdom": "^29.0.0", "jsdom": "^29.0.0",
"msw": "^2.12.10", "msw": "^2.12.10",