diff --git a/package.json b/package.json index 2e1a70b..471636f 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "@vue/test-utils": "^1.3.2", "babel-core": "7.0.0-bridge.0", "cross-env": "^7.0.3", - "eslint": "^8.26.0", + "eslint": "^8.29.0", "eslint-config-prettier": "^8.3.0", "eslint-plugin-import": "^2.26.0", "eslint-plugin-nuxt": "^4.0.0", diff --git a/yarn.lock b/yarn.lock index 9eb6539..3f25aed 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5739,10 +5739,10 @@ eslint-webpack-plugin@^2.6.0: normalize-path "^3.0.0" schema-utils "^3.1.1" -eslint@^8.26.0: - version "8.26.0" - resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.26.0.tgz#2bcc8836e6c424c4ac26a5674a70d44d84f2181d" - integrity sha512-kzJkpaw1Bfwheq4VXUezFriD1GxszX6dUekM7Z3aC2o4hju+tsR/XyTC3RcoSD7jmy9VkPU3+N6YjVU2e96Oyg== +eslint@^8.29.0: + version "8.29.0" + resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.29.0.tgz#d74a88a20fb44d59c51851625bc4ee8d0ec43f87" + integrity sha512-isQ4EEiyUjZFbEKvEGJKKGBwXtvXX+zJbkVKCgTuB9t/+jUBcy8avhkEwWJecI15BkRkOYmvIM5ynbhRjEkoeg== dependencies: "@eslint/eslintrc" "^1.3.3" "@humanwhocodes/config-array" "^0.11.6"