From e26c05cc154ee8cad892f04c01a915c5118c94a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 10:08:52 +0000 Subject: [PATCH] build(deps-dev): bump @eslint/compat from 1.2.1 to 1.2.5 Bumps [@eslint/compat](https://github.com/eslint/rewrite) from 1.2.1 to 1.2.5. - [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.2.1...compat-v1.2.5) --- updated-dependencies: - dependency-name: "@eslint/compat" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- packages/wethegit-react-hooks/package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/wethegit-react-hooks/package.json b/packages/wethegit-react-hooks/package.json index 3bf8729..43324c9 100644 --- a/packages/wethegit-react-hooks/package.json +++ b/packages/wethegit-react-hooks/package.json @@ -46,7 +46,7 @@ "author": "Andrew Rubin (https://wethecollective.com)", "license": "MIT", "devDependencies": { - "@eslint/compat": "^1.2.1", + "@eslint/compat": "^1.2.5", "@eslint/eslintrc": "^3.1.0", "@eslint/js": "^9.13.0", "@types/node": "~20.16.5", diff --git a/yarn.lock b/yarn.lock index c2dda26..6645680 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1853,10 +1853,10 @@ resolved "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.11.1.tgz" integrity sha512-m4DVN9ZqskZoLU5GlWZadwDnYo3vAEydiUayB9widCl9ffWx2IvPnp6n3on5rJmziJSw9Bv+Z3ChDVdMwXCY8Q== -"@eslint/compat@^1.2.1": - version "1.2.1" - resolved "https://registry.npmjs.org/@eslint/compat/-/compat-1.2.1.tgz" - integrity sha512-JbHG2TWuCeNzh87fXo+/46Z1LEo9DBA9T188d0fZgGxAD+cNyS6sx9fdiyxjGPBMyQVRlCutTByZ6a5+YMkF7g== +"@eslint/compat@^1.2.5": + version "1.2.5" + resolved "https://registry.yarnpkg.com/@eslint/compat/-/compat-1.2.5.tgz#438f8bbe105341853469b2cf2d10b6321cadeb3a" + integrity sha512-5iuG/StT+7OfvhoBHPlmxkPA9om6aDUFgmD4+mWKAGsYt4vCe8rypneG03AuseyRHBmcCLXQtIH5S26tIoggLg== "@eslint/config-array@^0.18.0": version "0.18.0"