diff --git a/cmd/auth-vue/package-lock.json b/cmd/auth-vue/package-lock.json index b49aff3..77f0615 100644 --- a/cmd/auth-vue/package-lock.json +++ b/cmd/auth-vue/package-lock.json @@ -14,7 +14,7 @@ "vue-router": "^4.0.14" }, "devDependencies": { - "@rushstack/eslint-patch": "^1.1.0", + "@rushstack/eslint-patch": "^1.1.3", "@vitejs/plugin-vue": "^2.3.1", "@vitejs/plugin-vue-jsx": "^1.3.9", "@vue/eslint-config-prettier": "^7.0.0", @@ -714,9 +714,9 @@ } }, "node_modules/@rushstack/eslint-patch": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/@rushstack/eslint-patch/-/eslint-patch-1.1.1.tgz", - "integrity": "sha512-BUyKJGdDWqvWC5GEhyOiUrGNi9iJUr4CU0O2WxJL6QJhHeeA/NVBalH+FeK0r/x/W0rPymXt5s78TDS7d6lCwg==", + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/@rushstack/eslint-patch/-/eslint-patch-1.1.3.tgz", + "integrity": "sha512-WiBSI6JBIhC6LRIsB2Kwh8DsGTlbBU+mLRxJmAe3LjHTdkDpwIbEOZgoXBbZilk/vlfjK8i6nKRAvIRn1XaIMw==", "dev": true }, "node_modules/@types/parse-json": { @@ -4044,9 +4044,9 @@ } }, "@rushstack/eslint-patch": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/@rushstack/eslint-patch/-/eslint-patch-1.1.1.tgz", - "integrity": "sha512-BUyKJGdDWqvWC5GEhyOiUrGNi9iJUr4CU0O2WxJL6QJhHeeA/NVBalH+FeK0r/x/W0rPymXt5s78TDS7d6lCwg==", + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/@rushstack/eslint-patch/-/eslint-patch-1.1.3.tgz", + "integrity": "sha512-WiBSI6JBIhC6LRIsB2Kwh8DsGTlbBU+mLRxJmAe3LjHTdkDpwIbEOZgoXBbZilk/vlfjK8i6nKRAvIRn1XaIMw==", "dev": true }, "@types/parse-json": { diff --git a/cmd/auth-vue/package.json b/cmd/auth-vue/package.json index 14d733f..cf4ad35 100644 --- a/cmd/auth-vue/package.json +++ b/cmd/auth-vue/package.json @@ -18,7 +18,7 @@ "vue-router": "^4.0.14" }, "devDependencies": { - "@rushstack/eslint-patch": "^1.1.0", + "@rushstack/eslint-patch": "^1.1.3", "@vitejs/plugin-vue": "^2.3.1", "@vitejs/plugin-vue-jsx": "^1.3.9", "@vue/eslint-config-prettier": "^7.0.0",