From 62bf22a44ada1e6dc5b2a3eb8dcb5c01db8e3140 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Jun 2024 03:06:54 +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.13.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.13.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..22ed614 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.13.0", "@typescript-eslint/parser": "7.2.0", "@vitejs/plugin-react": "4.2.1", "autoprefixer": "10.4.18",