From 901580c700db036a5bc72910aadf73d661c80434 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Dec 2023 12:20:23 +0000 Subject: [PATCH] Bump @rollup/plugin-eslint from 9.0.4 to 9.0.5 Bumps [@rollup/plugin-eslint](https://github.com/rollup/plugins/tree/HEAD/packages/eslint) from 9.0.4 to 9.0.5. - [Changelog](https://github.com/rollup/plugins/blob/master/packages/eslint/CHANGELOG.md) - [Commits](https://github.com/rollup/plugins/commits/eslint-v9.0.5/packages/eslint) --- updated-dependencies: - dependency-name: "@rollup/plugin-eslint" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- yarn.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/yarn.lock b/yarn.lock index c82339d..d0624ba 100644 --- a/yarn.lock +++ b/yarn.lock @@ -628,9 +628,9 @@ magic-string "^0.27.0" "@rollup/plugin-eslint@^9.0.0": - version "9.0.4" - resolved "https://registry.npmjs.org/@rollup/plugin-eslint/-/plugin-eslint-9.0.4.tgz" - integrity sha512-JtXb8RFMsRB6pMsVAo7qR3wopb7XT7XlxnqQQk/5zdrhmCOgF/OoKBYWLzK0yaUXNfRZeuly9VLt6VgXIBrvkw== + version "9.0.5" + resolved "https://registry.yarnpkg.com/@rollup/plugin-eslint/-/plugin-eslint-9.0.5.tgz#6153f5b72bad1833f5b5ce88cc03c3fe767a9c66" + integrity sha512-C4nh0sSeJuxVW5u5tDX+dCMjKcNfHm4hS+zeUVh1si7gttnhgGbrmPkUxIX7iZgYABwdEh/ewyMbZB+WXjSJdA== dependencies: "@rollup/pluginutils" "^5.0.1" eslint "^8.24.0"