From 1954a3b0db0acc8564fcf164a37843356f083be2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Oct 2024 19:40:53 +0000 Subject: [PATCH] chore(deps-dev): bump @eslint/compat in the dependencies group Bumps the dependencies group with 1 update: [@eslint/compat](https://github.com/eslint/rewrite). Updates `@eslint/compat` from 1.1.1 to 1.2.0 - [Release notes](https://github.com/eslint/rewrite/releases) - [Changelog](https://github.com/eslint/rewrite/blob/main/release-please-config.json) - [Commits](https://github.com/eslint/rewrite/compare/compat-v1.1.1...compat-v1.2.0) --- updated-dependencies: - dependency-name: "@eslint/compat" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 92bea58d3c62..b85699388a94 100644 --- a/package.json +++ b/package.json @@ -75,7 +75,7 @@ "@babel/plugin-proposal-class-properties": "^7.17.12", "@babel/preset-env": "^7.25.7", "@babel/preset-react": "^7.25.7", - "@eslint/compat": "^1.1.1", + "@eslint/compat": "^1.2.0", "@eslint/eslintrc": "^3.1.0", "@eslint/js": "^9.11.1", "@mdx-js/loader": "^3.0.1", diff --git a/yarn.lock b/yarn.lock index 99976b8b0760..e89e95f1feb9 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1360,10 +1360,10 @@ resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.11.0.tgz#b0ffd0312b4a3fd2d6f77237e7248a5ad3a680ae" integrity sha512-G/M/tIiMrTAxEWRfLfQJMmGNX28IxBg4PBz8XqQhqUHLFI6TL2htpIB1iQCj144V5ee/JaKyT9/WZ0MGZWfA7A== -"@eslint/compat@^1.1.1": - version "1.1.1" - resolved "https://registry.yarnpkg.com/@eslint/compat/-/compat-1.1.1.tgz#5736523f5105c94dfae5f35e31debc38443722cd" - integrity sha512-lpHyRyplhGPL5mGEh6M9O5nnKk0Gz4bFI+Zu6tKlPpDUN7XshWvH9C/px4UVm87IAANE0W81CEsNGbS1KlzXpA== +"@eslint/compat@^1.2.0": + version "1.2.0" + resolved "https://registry.yarnpkg.com/@eslint/compat/-/compat-1.2.0.tgz#8d36b8c0e1e9e91068a1df8938977a9e4535d83c" + integrity sha512-CkPWddN7J9JPrQedEr2X7AjK9y1jaMJtxZ4A/+jTMFA2+n5BWhcKHW/EbJyARqg2zzQfgtWUtVmG3hrG6+nGpg== "@eslint/config-array@^0.17.0": version "0.17.1"