From be9c979d432338b9ea64e4d2d7e121f9dcaab341 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Jun 2025 16:17:51 +0000 Subject: [PATCH] chore(all): bump @vue/eslint-config-typescript from 14.5.0 to 14.5.1 Bumps [@vue/eslint-config-typescript](https://github.com/vuejs/eslint-config-typescript) from 14.5.0 to 14.5.1. - [Release notes](https://github.com/vuejs/eslint-config-typescript/releases) - [Commits](https://github.com/vuejs/eslint-config-typescript/compare/v14.5.0...v14.5.1) --- updated-dependencies: - dependency-name: "@vue/eslint-config-typescript" dependency-version: 14.5.1 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- services/frontend/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9bfd1eaca..03d90c830 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6317,16 +6317,16 @@ } }, "node_modules/@vue/eslint-config-typescript": { - "version": "14.5.0", - "resolved": "https://registry.npmjs.org/@vue/eslint-config-typescript/-/eslint-config-typescript-14.5.0.tgz", - "integrity": "sha512-5oPOyuwkw++AP5gHDh5YFmST50dPfWOcm3/W7Nbh42IK5O3H74ytWAw0TrCRTaBoD/02khnWXuZf1Bz1xflavQ==", + "version": "14.5.1", + "resolved": "https://registry.npmjs.org/@vue/eslint-config-typescript/-/eslint-config-typescript-14.5.1.tgz", + "integrity": "sha512-ys6qdYHGXS/WLt0r5vUcTiG163F4NbNpx3ABTsGITw8k5uCFiv4g9E1N9Jydlw62KzJMVKGcpXbg6LCA3fV+eA==", "dev": true, "license": "MIT", "dependencies": { - "@typescript-eslint/utils": "^8.26.0", + "@typescript-eslint/utils": "^8.34.1", "fast-glob": "^3.3.3", - "typescript-eslint": "^8.26.0", - "vue-eslint-parser": "^10.1.1" + "typescript-eslint": "^8.34.1", + "vue-eslint-parser": "^10.1.3" }, "engines": { "node": "^18.18.0 || ^20.9.0 || >=21.1.0" @@ -19229,7 +19229,7 @@ "@types/node": "^24.0.3", "@vitejs/plugin-vue": "^5.2.4", "@vue/eslint-config-prettier": "^10.2.0", - "@vue/eslint-config-typescript": "^14.5.0", + "@vue/eslint-config-typescript": "^14.5.1", "@vue/tsconfig": "^0.7.0", "autoprefixer": "^10.4.21", "eslint": "^9.29.0", diff --git a/services/frontend/package.json b/services/frontend/package.json index cdc930c29..e4ff24131 100644 --- a/services/frontend/package.json +++ b/services/frontend/package.json @@ -40,7 +40,7 @@ "@types/node": "^24.0.3", "@vitejs/plugin-vue": "^5.2.4", "@vue/eslint-config-prettier": "^10.2.0", - "@vue/eslint-config-typescript": "^14.5.0", + "@vue/eslint-config-typescript": "^14.5.1", "@vue/tsconfig": "^0.7.0", "autoprefixer": "^10.4.21", "eslint": "^9.29.0",