From 5aa298b3a2d6c607fcf3e87e7ab9fdc96e0347da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 17 Jan 2026 22:29:23 +0000 Subject: [PATCH] build(deps-dev): bump eslint-plugin-n from 17.23.1 to 17.23.2 in /backend (#9110) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- backend/package.json | 2 +- backend/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/backend/package.json b/backend/package.json index 32fac1dd2..a94ca620d 100644 --- a/backend/package.json +++ b/backend/package.json @@ -112,7 +112,7 @@ "eslint-plugin-import": "^2.32.0", "eslint-plugin-jest": "^29.12.1", "eslint-plugin-jsonc": "^2.21.0", - "eslint-plugin-n": "^17.23.1", + "eslint-plugin-n": "^17.23.2", "eslint-plugin-no-catch-all": "^1.1.0", "eslint-plugin-prettier": "^5.5.5", "eslint-plugin-promise": "^7.2.1", diff --git a/backend/yarn.lock b/backend/yarn.lock index f5325e05c..144a204ba 100644 --- a/backend/yarn.lock +++ b/backend/yarn.lock @@ -5591,10 +5591,10 @@ eslint-plugin-jsonc@^2.21.0: natural-compare "^1.4.0" synckit "^0.6.2 || ^0.7.3 || ^0.11.5" -eslint-plugin-n@^17.23.1: - version "17.23.1" - resolved "https://registry.yarnpkg.com/eslint-plugin-n/-/eslint-plugin-n-17.23.1.tgz#467db2aba0ead574ea6150143d079d544c11cf48" - integrity sha512-68PealUpYoHOBh332JLLD9Sj7OQUDkFpmcfqt8R9sySfFSeuGJjMTJQvCRRB96zO3A/PELRLkPrzsHmzEFQQ5A== +eslint-plugin-n@^17.23.2: + version "17.23.2" + resolved "https://registry.yarnpkg.com/eslint-plugin-n/-/eslint-plugin-n-17.23.2.tgz#cd1be342b56771385028d8039d67f11fb9cca5f3" + integrity sha512-RhWBeb7YVPmNa2eggvJooiuehdL76/bbfj/OJewyoGT80qn5PXdz8zMOTO6YHOsI7byPt7+Ighh/i/4a5/v7hw== dependencies: "@eslint-community/eslint-utils" "^4.5.0" enhanced-resolve "^5.17.1"