diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 92a5dbf3b0..55b59e383f 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -76,7 +76,7 @@ "@vitejs/plugin-vue": "^5.2.1", "@vitest/coverage-v8": "^2.1.8", "@vue/eslint-config-prettier": "^10.1.0", - "@vue/eslint-config-typescript": "^14.1.4", + "@vue/eslint-config-typescript": "^14.2.0", "@vue/test-utils": "^2.4.6", "autoprefixer": "^10.4.20", "axe-playwright": "^2.0.3", @@ -4607,15 +4607,14 @@ } }, "node_modules/@vue/eslint-config-typescript": { - "version": "14.1.4", - "resolved": "https://registry.npmjs.org/@vue/eslint-config-typescript/-/eslint-config-typescript-14.1.4.tgz", - "integrity": "sha512-NcG1adLFde+t+TCaXlL38PHuZlBEuwDahgrPVyB052m9QeHOswVIAplMD2cXgH8vXieAVNF1+mXvyilpIO3+kg==", + "version": "14.2.0", + "resolved": "https://registry.npmjs.org/@vue/eslint-config-typescript/-/eslint-config-typescript-14.2.0.tgz", + "integrity": "sha512-JJ4wHuTJa2faQsBOUeWzuHOSFizVS7RWG2eH2noABk2LcT4wVcTOMZKM/lFobKBcgwADIPAKVRGFHVKooXImoA==", "dev": true, "license": "MIT", "dependencies": { - "@typescript-eslint/eslint-plugin": "^8.15.0", "fast-glob": "^3.3.2", - "typescript-eslint": "^8.15.0", + "typescript-eslint": "^8.18.1", "vue-eslint-parser": "^9.4.3" }, "engines": { diff --git a/frontend/package.json b/frontend/package.json index 59c1d8fefc..c5fd7fdc75 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -103,7 +103,7 @@ "@vitejs/plugin-vue": "^5.2.1", "@vitest/coverage-v8": "^2.1.8", "@vue/eslint-config-prettier": "^10.1.0", - "@vue/eslint-config-typescript": "^14.1.4", + "@vue/eslint-config-typescript": "^14.2.0", "@vue/test-utils": "^2.4.6", "autoprefixer": "^10.4.20", "axe-playwright": "^2.0.3",