Compare commits

..

1 Commits

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