From 9f9ef3eee9bb3969c45af5aa83d853f543db3ebb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Aug 2022 08:38:37 -0700 Subject: [PATCH] build(deps): bump @babel/eslint-plugin in /web/app (#9106) Bumps [@babel/eslint-plugin](https://github.com/babel/babel/tree/HEAD/eslint/babel-eslint-plugin) from 7.17.7 to 7.18.10. - [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.18.10/eslint/babel-eslint-plugin) --- updated-dependencies: - dependency-name: "@babel/eslint-plugin" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- web/app/package.json | 2 +- web/app/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/web/app/package.json b/web/app/package.json index 958aee36d..5c51852fb 100644 --- a/web/app/package.json +++ b/web/app/package.json @@ -4,7 +4,7 @@ "main": "index.js", "license": "MIT", "dependencies": { - "@babel/eslint-plugin": "7.17.7", + "@babel/eslint-plugin": "7.18.10", "@fortawesome/fontawesome-svg-core": "6.1.2", "@fortawesome/free-regular-svg-icons": "6.1.2", "@fortawesome/free-solid-svg-icons": "6.1.2", diff --git a/web/app/yarn.lock b/web/app/yarn.lock index 255a4bd30..580567086 100644 --- a/web/app/yarn.lock +++ b/web/app/yarn.lock @@ -51,10 +51,10 @@ eslint-visitor-keys "^2.1.0" semver "^6.3.0" -"@babel/eslint-plugin@7.17.7": - version "7.17.7" - resolved "https://registry.yarnpkg.com/@babel/eslint-plugin/-/eslint-plugin-7.17.7.tgz#4ee1d5b29b79130f3bb5a933358376bcbee172b8" - integrity sha512-JATUoJJXSgwI0T8juxWYtK1JSgoLpIGUsCHIv+NMXcUDA2vIe6nvAHR9vnuJgs/P1hOFw7vPwibixzfqBBLIVw== +"@babel/eslint-plugin@7.18.10": + version "7.18.10" + resolved "https://registry.yarnpkg.com/@babel/eslint-plugin/-/eslint-plugin-7.18.10.tgz#11f454b5d1aa64c42fcfd64abe93071c15ebea3c" + integrity sha512-iV1OZj/7eg4wZIcsVEkXS3MUWdhmpLsu2h+9Zr2ppywKWdCRs6VfjxbRzmHHYeurTizrrnaJ9ZkbO8KOv4lauQ== dependencies: eslint-rule-composer "^0.3.0"