From 9674c31fd7bf51154fc677d5e21bf3b3e8aaea15 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 14 Jun 2025 09:34:36 +0000 Subject: [PATCH] build(deps-dev): bump eslint-plugin-n in /backend (#8674) Bumps [eslint-plugin-n](https://github.com/eslint-community/eslint-plugin-n) from 17.19.0 to 17.20.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/v17.19.0...v17.20.0) --- updated-dependencies: - dependency-name: eslint-plugin-n dependency-version: 17.20.0 dependency-type: direct:development update-type: version-update:semver-minor ... 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 7ac9e9fe5..7ed71d1c0 100644 --- a/backend/package.json +++ b/backend/package.json @@ -110,7 +110,7 @@ "eslint-plugin-import": "^2.31.0", "eslint-plugin-jest": "^28.13.0", "eslint-plugin-jsonc": "^2.20.1", - "eslint-plugin-n": "^17.19.0", + "eslint-plugin-n": "^17.20.0", "eslint-plugin-no-catch-all": "^1.1.0", "eslint-plugin-prettier": "^5.4.1", "eslint-plugin-promise": "^7.2.1", diff --git a/backend/yarn.lock b/backend/yarn.lock index cdec7a9cd..6004b3f74 100644 --- a/backend/yarn.lock +++ b/backend/yarn.lock @@ -5226,10 +5226,10 @@ eslint-plugin-jsonc@^2.20.1: natural-compare "^1.4.0" synckit "^0.6.2 || ^0.7.3 || ^0.11.5" -eslint-plugin-n@^17.19.0: - version "17.19.0" - resolved "https://registry.yarnpkg.com/eslint-plugin-n/-/eslint-plugin-n-17.19.0.tgz#3c198306c2eb9ea950c7458cff9c9a6426d02c58" - integrity sha512-qxn1NaDHtizbhVAPpbMT8wWFaLtPnwhfN/e+chdu2i6Vgzmo/tGM62tcJ1Hf7J5Ie4dhse3DOPMmDxduzfifzw== +eslint-plugin-n@^17.20.0: + version "17.20.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-n/-/eslint-plugin-n-17.20.0.tgz#000a7a39675d737824d704ae77b626c257b318ef" + integrity sha512-IRSoatgB/NQJZG5EeTbv/iAx1byOGdbbyhQrNvWdCfTnmPxUT0ao9/eGOeG7ljD8wJBsxwE8f6tES5Db0FRKEw== dependencies: "@eslint-community/eslint-utils" "^4.5.0" "@typescript-eslint/utils" "^8.26.1"