From 1c00071af6c54acd676060c76c8ff3fff9a78c39 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 May 2024 06:38:18 +0000 Subject: [PATCH] Bump @babel/eslint-plugin from 7.24.5 to 7.24.6 Bumps [@babel/eslint-plugin](https://github.com/babel/babel/tree/HEAD/eslint/babel-eslint-plugin) from 7.24.5 to 7.24.6. - [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.24.6/eslint/babel-eslint-plugin) --- updated-dependencies: - dependency-name: "@babel/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-patch ... 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 78364535..9663ff1a 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "@babel/cli": "^7.24.6", "@babel/core": "^7.24.5", "@babel/eslint-parser": "^7.24.5", - "@babel/eslint-plugin": "^7.24.5", + "@babel/eslint-plugin": "^7.24.6", "@babel/preset-env": "^7.21.5", "@babel/preset-react": "^7.24.6", "@testing-library/jest-dom": "^5.17.0", diff --git a/yarn.lock b/yarn.lock index f1765fcc..69ba13d0 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.5": - version "7.24.5" - resolved "https://registry.yarnpkg.com/@babel/eslint-plugin/-/eslint-plugin-7.24.5.tgz#6581b9005ab76308e4aef6b50aa1788099393211" - integrity sha512-5n3K9Zv13VOa9SG2ZiX0WV7A0ddApRn6vsV8zBojCsxnCbYKLjCDvzDfVxS7C4STmjQDOXU1uk/ppxxDTC860w== +"@babel/eslint-plugin@^7.24.6": + version "7.24.6" + resolved "https://registry.yarnpkg.com/@babel/eslint-plugin/-/eslint-plugin-7.24.6.tgz#6e9e59653b7fec1047cae3ab82223c50aa810df8" + integrity sha512-sUDNpeOID2Am4cBXEmyhRaSvwwXIHVaG7trk7HO1Ri5VrEIBPYXg4ulTvZm2Lo0Y7u7Tw8QLe6JygchdOOto6w== dependencies: eslint-rule-composer "^0.3.0"