diff --git a/internal/http/frontend/package-lock.json b/internal/http/frontend/package-lock.json index cc2dc8c49..ba44b7e62 100644 --- a/internal/http/frontend/package-lock.json +++ b/internal/http/frontend/package-lock.json @@ -19,7 +19,7 @@ "vue-router": "^4.3.0" }, "devDependencies": { - "@rushstack/eslint-patch": "^1.7.2", + "@rushstack/eslint-patch": "^1.8.0", "@unhead/vue": "^1.8.20", "@vitejs/plugin-vue": "^5.0.4", "@vitest/ui": "^1.4.0", @@ -899,9 +899,9 @@ ] }, "node_modules/@rushstack/eslint-patch": { - "version": "1.7.2", - "resolved": "https://registry.npmjs.org/@rushstack/eslint-patch/-/eslint-patch-1.7.2.tgz", - "integrity": "sha512-RbhOOTCNoCrbfkRyoXODZp75MlpiHMgbE5MEBZAnnnLyQNgrigEj4p0lzsMDyc1zVsJDLrivB58tgg3emX0eEA==", + "version": "1.8.0", + "resolved": "https://registry.npmjs.org/@rushstack/eslint-patch/-/eslint-patch-1.8.0.tgz", + "integrity": "sha512-0HejFckBN2W+ucM6cUOlwsByTKt9/+0tWhqUffNIcHqCXkthY/mZ7AuYPK/2IIaGWhdl0h+tICDO0ssLMd6XMQ==", "dev": true }, "node_modules/@sideway/address": { diff --git a/internal/http/frontend/package.json b/internal/http/frontend/package.json index 0cfb53080..870409066 100644 --- a/internal/http/frontend/package.json +++ b/internal/http/frontend/package.json @@ -31,7 +31,7 @@ "vue-router": "^4.3.0" }, "devDependencies": { - "@rushstack/eslint-patch": "^1.7.2", + "@rushstack/eslint-patch": "^1.8.0", "@unhead/vue": "^1.8.20", "@vitejs/plugin-vue": "^5.0.4", "@vitest/ui": "^1.4.0",