From 23859c26cdf7bdd924d229b06b6216e90e88512c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 15 Jan 2023 06:27:45 +0000 Subject: [PATCH] chore(deps): update devdependency eslint to ^8.32.0 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index c12f532..0a6dd80 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "@nuxt/test-utils": "npm:@nuxt/test-utils-edge@latest", "@nuxtjs/eslint-config-typescript": "latest", "codecov": "^3.8.3", - "eslint": "^8.31.0", + "eslint": "^8.32.0", "nuxt": "^3.0.0", "standard-version": "^9.3.2", "vitest": "^0.27.1" diff --git a/yarn.lock b/yarn.lock index 15bde71..95643a3 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2821,10 +2821,10 @@ eslint-visitor-keys@^3.3.0: resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz#f6480fa6b1f30efe2d1968aa8ac745b862469826" integrity sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA== -eslint@^8.31.0: - version "8.31.0" - resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.31.0.tgz#75028e77cbcff102a9feae1d718135931532d524" - integrity sha512-0tQQEVdmPZ1UtUKXjX7EMm9BlgJ08G90IhWh0PKDCb3ZLsgAOHI8fYSIzYVZej92zsgq+ft0FGsxhJ3xo2tbuA== +eslint@^8.32.0: + version "8.32.0" + resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.32.0.tgz#d9690056bb6f1a302bd991e7090f5b68fbaea861" + integrity sha512-nETVXpnthqKPFyuY2FNjz/bEd6nbosRgKbkgS/y1C7LJop96gYHWpiguLecMHQ2XCPxn77DS0P+68WzG6vkZSQ== dependencies: "@eslint/eslintrc" "^1.4.1" "@humanwhocodes/config-array" "^0.11.8"