From 87b935732a273c34e0088e2a6c0b44df8548fe38 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 May 2026 17:20:23 +0000 Subject: [PATCH] Bump eslint-plugin-n from 17.24.0 to 18.0.1 in /webapp Bumps [eslint-plugin-n](https://github.com/eslint-community/eslint-plugin-n) from 17.24.0 to 18.0.1. - [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.24.0...v18.0.1) --- updated-dependencies: - dependency-name: eslint-plugin-n dependency-version: 18.0.1 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- webapp/package.json | 2 +- webapp/yarn.lock | 16 +++++++++++++++- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/webapp/package.json b/webapp/package.json index 08ef91a4..9222ea0f 100644 --- a/webapp/package.json +++ b/webapp/package.json @@ -71,7 +71,7 @@ "@types/google-protobuf": "^3.15.12", "@types/jest": "^30.0.0", "babel-jest": "^30.3.0", - "eslint-plugin-n": "^17.24.0", + "eslint-plugin-n": "^18.0.1", "jest": "^30.3.0", "jest-environment-jsdom": "^30.3.0", "jest-junit": "^17.0.0", diff --git a/webapp/yarn.lock b/webapp/yarn.lock index 46ca808d..c5f11993 100644 --- a/webapp/yarn.lock +++ b/webapp/yarn.lock @@ -5274,7 +5274,7 @@ eslint-plugin-jsx-a11y@^6.5.1: safe-regex-test "^1.0.3" string.prototype.includes "^2.0.1" -eslint-plugin-n@^17.23.1, eslint-plugin-n@^17.24.0: +eslint-plugin-n@^17.23.1: version "17.24.0" resolved "https://registry.yarnpkg.com/eslint-plugin-n/-/eslint-plugin-n-17.24.0.tgz#b66fa05f7a6c1ba16768f0921b8974147dddd060" integrity sha512-/gC7/KAYmfNnPNOb3eu8vw+TdVnV0zhdQwexsw6FLXbhzroVj20vRn2qL8lDWDGnAQ2J8DhdfvXxX9EoxvERvw== @@ -5289,6 +5289,20 @@ eslint-plugin-n@^17.23.1, eslint-plugin-n@^17.24.0: semver "^7.6.3" ts-declaration-location "^1.0.6" +eslint-plugin-n@^18.0.1: + version "18.0.1" + resolved "https://registry.yarnpkg.com/eslint-plugin-n/-/eslint-plugin-n-18.0.1.tgz#f21f6848648d0fcf11e6d9260ebf1c80994b99f7" + integrity sha512-q3ARhk+eZRc7myR0KHx+R3/GJeOHF+Ir6PK95Pu2tEX8Sl/4BIpmmVLva2kPrjC2gCmn6WHlHm+3yeo6Rxhycw== + dependencies: + "@eslint-community/eslint-utils" "^4.5.0" + enhanced-resolve "^5.17.1" + eslint-plugin-es-x "^7.8.0" + get-tsconfig "^4.8.1" + globals "^15.11.0" + globrex "^0.1.2" + ignore "^5.3.2" + semver "^7.6.3" + eslint-plugin-node@^11.1.0: version "11.1.0" resolved "https://registry.yarnpkg.com/eslint-plugin-node/-/eslint-plugin-node-11.1.0.tgz#c95544416ee4ada26740a30474eefc5402dc671d"