From 69e054e8ec1ea7ffb55b8d0c52aadfc891ff3975 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Mar 2024 02:49:20 +0000 Subject: [PATCH] chore(deps-dev): Bump @typescript-eslint/eslint-plugin in /site Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 7.2.0 to 7.4.0. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.4.0/packages/eslint-plugin) --- updated-dependencies: - dependency-name: "@typescript-eslint/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- site/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/package.json b/site/package.json index e29b4d0..0ba574b 100644 --- a/site/package.json +++ b/site/package.json @@ -58,7 +58,7 @@ "@types/mdx": "2.0.11", "@types/react": "18.2.66", "@types/react-dom": "18.2.22", - "@typescript-eslint/eslint-plugin": "7.2.0", + "@typescript-eslint/eslint-plugin": "7.4.0", "@typescript-eslint/parser": "7.2.0", "@vitejs/plugin-react": "4.2.1", "autoprefixer": "10.4.18",