From 137cea0cb7584580aaa7700398bb63345cb02b43 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 22 Dec 2024 17:12:47 +0000 Subject: [PATCH] chore(deps-dev): bump @typescript-eslint/eslint-plugin in /packages/camp Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 6.15.0 to 8.18.1. - [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/v8.18.1/packages/eslint-plugin) --- updated-dependencies: - dependency-name: "@typescript-eslint/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- packages/camp/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/camp/package.json b/packages/camp/package.json index cebcf0bd..b3bde101 100644 --- a/packages/camp/package.json +++ b/packages/camp/package.json @@ -81,7 +81,7 @@ "@types/react": "^18.0.14", "@types/react-dom": "^18.0.5", "@types/react-input-mask": "^3.0.1", - "@typescript-eslint/eslint-plugin": "6.15.0", + "@typescript-eslint/eslint-plugin": "8.18.1", "@typescript-eslint/parser": "6.19.1", "@vitejs/plugin-react": "^4.3.3", "auto-changelog": "^2.4.0",