From 6e01454fc79770bb3cb8aaddd77603736b43885a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 16:24:23 +0000 Subject: [PATCH] Bump @typescript-eslint/eslint-plugin in /clients/privacy-center Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 7.18.0 to 8.19.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.19.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] --- clients/privacy-center/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clients/privacy-center/package.json b/clients/privacy-center/package.json index be02564a87..0542c9fb49 100644 --- a/clients/privacy-center/package.json +++ b/clients/privacy-center/package.json @@ -58,7 +58,7 @@ "@types/node": "18.15.10", "@types/react": "^18.3.2", "@types/swagger-ui-react": "^4.18.0", - "@typescript-eslint/eslint-plugin": "^7.17.0", + "@typescript-eslint/eslint-plugin": "^8.19.1", "@typescript-eslint/parser": "^7.17.0", "babel-jest": "^29.7.0", "cross-env": "^7.0.3",