From 2f5bc9e6291a44bed5cd1cfc0ef718e85e6ca2d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2024 06:24:47 +0000 Subject: [PATCH] Bump @babel/eslint-plugin from 7.24.7 to 7.25.1 Bumps [@babel/eslint-plugin](https://github.com/babel/babel/tree/HEAD/eslint/babel-eslint-plugin) from 7.24.7 to 7.25.1. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.25.1/eslint/babel-eslint-plugin) --- updated-dependencies: - dependency-name: "@babel/eslint-plugin" 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 efa8231a..9f7cb3a7 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "@babel/cli": "^7.24.8", "@babel/core": "^7.24.9", "@babel/eslint-parser": "^7.24.8", - "@babel/eslint-plugin": "^7.24.7", + "@babel/eslint-plugin": "^7.25.1", "@babel/preset-env": "^7.21.5", "@babel/preset-react": "^7.24.7", "@testing-library/jest-dom": "^5.17.0", diff --git a/yarn.lock b/yarn.lock index d4ce757b..8a62f695 100644 --- a/yarn.lock +++ b/yarn.lock @@ -84,10 +84,10 @@ eslint-visitor-keys "^2.1.0" semver "^6.3.1" -"@babel/eslint-plugin@^7.24.7": - version "7.24.7" - resolved "https://registry.yarnpkg.com/@babel/eslint-plugin/-/eslint-plugin-7.24.7.tgz#ebdab31638cdcc720f0c788813066e9b5c0b3e29" - integrity sha512-lODNPJnM+OfcxxBvdmI2YmUeC0fBK3k9yET5O+1Eukr8d5VpO19c6ARtNheE2t2i/8XNYTzp3HeGEAAGZH3nnQ== +"@babel/eslint-plugin@^7.25.1": + version "7.25.1" + resolved "https://registry.yarnpkg.com/@babel/eslint-plugin/-/eslint-plugin-7.25.1.tgz#fc7fff590ab566c9d643fdecf346b69064157ef9" + integrity sha512-jF04YOsrCbEeQk4s+FwsuRddwBiAHooMDG9/nrV83HiYQwEuQppbXTeXyydxCoH5oEWmVBI51wHuZrcIXMkPfw== dependencies: eslint-rule-composer "^0.3.0"