From 5fb07b5d2975868a1dadc8b27d0f6c08b609d6d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 12:52:45 +0000 Subject: [PATCH] chore: Bump eslint-plugin-n in /apps/core-auth0-actions Bumps [eslint-plugin-n](https://github.com/eslint-community/eslint-plugin-n) from 16.6.2 to 17.15.0. - [Release notes](https://github.com/eslint-community/eslint-plugin-n/releases) - [Changelog](https://github.com/eslint-community/eslint-plugin-n/blob/master/CHANGELOG.md) - [Commits](https://github.com/eslint-community/eslint-plugin-n/compare/16.6.2...v17.15.0) --- updated-dependencies: - dependency-name: eslint-plugin-n 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..1ecf8a38 100644 --- a/apps/core-auth0-actions/package.json +++ b/apps/core-auth0-actions/package.json @@ -33,7 +33,7 @@ "eslint-config-custom": "*", "eslint-config-standard-with-typescript": "^43.0.0", "eslint-plugin-import": "^2.27.5", - "eslint-plugin-n": "^16.5.0", + "eslint-plugin-n": "^17.15.0", "eslint-plugin-prettier": "^5.0.0", "eslint-plugin-promise": "^6.1.1", "nodemon": "^3.0.1",