diff --git a/package-lock.json b/package-lock.json index 344f02f..816be79 100644 --- a/package-lock.json +++ b/package-lock.json @@ -30,7 +30,7 @@ "@types/node": "^26.0.1", "@vitejs/plugin-vue": "^6.0.7", "@vitejs/plugin-vue-jsx": "^5.1.6", - "@vue/eslint-config-typescript": "^14.8.0", + "@vue/eslint-config-typescript": "^14.9.0", "@vue/tsconfig": "^0.9.1", "eslint": "^10.5.0", "eslint-plugin-vue": "~10.9.2", @@ -2221,9 +2221,9 @@ "license": "MIT" }, "node_modules/@vue/eslint-config-typescript": { - "version": "14.8.0", - "resolved": "https://registry.npmjs.org/@vue/eslint-config-typescript/-/eslint-config-typescript-14.8.0.tgz", - "integrity": "sha512-yIquzhXH7ZsrwSSm+rYvoGCRY6wcuF4qBi76e0l7hHLq7YU0f9aC+RcR5fL+XJNfmBZxgX5cVl4sppt4x7ZCBg==", + "version": "14.9.0", + "resolved": "https://registry.npmjs.org/@vue/eslint-config-typescript/-/eslint-config-typescript-14.9.0.tgz", + "integrity": "sha512-E3j9hDlfVf10F30MRcLTPY2IIhWIx1nsvkVukk14kTcuA+oBVot9zsP1hzsO+PAMDxV3Fd9FimBJtUBNBL5KFA==", "dev": true, "license": "MIT", "dependencies": { @@ -2232,6 +2232,9 @@ "typescript-eslint": "^8.60.0", "vue-eslint-parser": "^10.4.0" }, + "bin": { + "vue-eslint-config-typescript": "dist/bin.js" + }, "engines": { "node": "^18.18.0 || ^20.9.0 || >=21.1.0" }, diff --git a/package.json b/package.json index ebc4bc8..9660107 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "@types/node": "^26.0.1", "@vitejs/plugin-vue": "^6.0.7", "@vitejs/plugin-vue-jsx": "^5.1.6", - "@vue/eslint-config-typescript": "^14.8.0", + "@vue/eslint-config-typescript": "^14.9.0", "@vue/tsconfig": "^0.9.1", "eslint": "^10.5.0", "eslint-plugin-vue": "~10.9.2",