diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 910b354d..5b2ccbb9 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -21,7 +21,7 @@ "vue-router": "^4.3.2" }, "devDependencies": { - "@rushstack/eslint-patch": "^1.10.2", + "@rushstack/eslint-patch": "^1.10.3", "@vitejs/plugin-vue": "^5.0.4", "@vitest/ui": "^1.6.0", "@vue/eslint-config-prettier": "^9.0.0", @@ -878,10 +878,11 @@ ] }, "node_modules/@rushstack/eslint-patch": { - "version": "1.10.2", - "resolved": "https://registry.npmjs.org/@rushstack/eslint-patch/-/eslint-patch-1.10.2.tgz", - "integrity": "sha512-hw437iINopmQuxWPSUEvqE56NCPsiU8N4AYtfHmJFckclktzK9YQJieD3XkDCDH4OjL+C7zgPUh73R/nrcHrqw==", - "dev": true + "version": "1.10.3", + "resolved": "https://registry.npmjs.org/@rushstack/eslint-patch/-/eslint-patch-1.10.3.tgz", + "integrity": "sha512-qC/xYId4NMebE6w/V33Fh9gWxLgURiNYgVNObbJl2LZv0GUUItCcCqC5axQSwRaAgaxl2mELq1rMzlswaQ0Zxg==", + "dev": true, + "license": "MIT" }, "node_modules/@sideway/address": { "version": "4.1.5", diff --git a/frontend/package.json b/frontend/package.json index fc6ad9d3..42eb4afe 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -31,7 +31,7 @@ "vue-router": "^4.3.2" }, "devDependencies": { - "@rushstack/eslint-patch": "^1.10.2", + "@rushstack/eslint-patch": "^1.10.3", "@vitejs/plugin-vue": "^5.0.4", "@vitest/ui": "^1.6.0", "@vue/eslint-config-prettier": "^9.0.0",