From 77422433d5f0cc13dd624c04d7582162592adc03 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 12:53:14 +0000 Subject: [PATCH] chore: Bump eslint from 8.56.0 to 9.17.0 in /apps/core-auth0-actions Bumps [eslint](https://github.com/eslint/eslint) from 8.56.0 to 9.17.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v8.56.0...v9.17.0) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- apps/core-auth0-actions/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/core-auth0-actions/package.json b/apps/core-auth0-actions/package.json index bb262f0a..f966a9d7 100644 --- a/apps/core-auth0-actions/package.json +++ b/apps/core-auth0-actions/package.json @@ -29,7 +29,7 @@ "@types/pg": "^8.10.1", "@typescript-eslint/eslint-plugin": "^6.7.3", "concurrently": "^8.0.1", - "eslint": "^8.56.0", + "eslint": "^9.17.0", "eslint-config-custom": "*", "eslint-config-standard-with-typescript": "^43.0.0", "eslint-plugin-import": "^2.27.5",