From 80ff7eb9c57574a793f4f61c229b2893efe24453 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 22:33:46 +0000 Subject: [PATCH] Bump @eslint/compat from 1.0.3 to 1.1.1 Bumps [@eslint/compat](https://github.com/eslint/rewrite) from 1.0.3 to 1.1.1. - [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.0.3...compat-v1.1.1) --- updated-dependencies: - dependency-name: "@eslint/compat" dependency-type: direct:development update-type: version-update:semver-minor ... 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 22033e7..f9a6eab 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "tailwindcss": "~3.4.4" }, "devDependencies": { - "@eslint/compat": "~1.0.3", + "@eslint/compat": "~1.1.1", "@eslint/js": "~9.4.0", "@ianvs/prettier-plugin-sort-imports": "~4.2.1", "@swc/cli": "~0.3.12", diff --git a/yarn.lock b/yarn.lock index 9026203..5cc04d0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -215,10 +215,10 @@ resolved "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.10.1.tgz" integrity sha512-Zm2NGpWELsQAD1xsJzGQpYfvICSsFkEpU0jxBjfdC6uNEWXcHnfs9hScFWtXVDVl+rBQJGrl4g1vcKIejpH9dA== -"@eslint/compat@~1.0.3": - version "1.0.3" - resolved "https://registry.yarnpkg.com/@eslint/compat/-/compat-1.0.3.tgz#6be44cf553a14a2f68fafb304818f7d824a7248f" - integrity sha512-9RaroPQaU2+SDcWav1YfuipwqnHccoiXZdUsicRQsQ/vH2wkEmRVcj344GapG/FnCeZRtqj0n6PshI+s9xkkAQ== +"@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/config-array@^0.15.1": version "0.15.1"