From 1727e99fc2da9d8085ddb93911853347cba6c157 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 May 2025 17:39:34 +0000 Subject: [PATCH] Bump eslint-plugin-n from 17.17.0 to 17.18.0 in /webapp Bumps [eslint-plugin-n](https://github.com/eslint-community/eslint-plugin-n) from 17.17.0 to 17.18.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.17.0...v17.18.0) --- updated-dependencies: - dependency-name: eslint-plugin-n dependency-version: 17.18.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- webapp/package.json | 2 +- webapp/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/webapp/package.json b/webapp/package.json index 7da91835..ffef5309 100644 --- a/webapp/package.json +++ b/webapp/package.json @@ -71,7 +71,7 @@ "@types/google-protobuf": "^3.15.12", "@types/jest": "^29.5.14", "babel-jest": "^29.7.0", - "eslint-plugin-n": "^17.17.0", + "eslint-plugin-n": "^17.18.0", "jest": "^29.7.0", "jest-environment-jsdom": "^29.7.0", "jest-junit": "^16.0.0", diff --git a/webapp/yarn.lock b/webapp/yarn.lock index fa98e7d2..2f7ddf1a 100644 --- a/webapp/yarn.lock +++ b/webapp/yarn.lock @@ -4724,10 +4724,10 @@ eslint-plugin-n@15.7.0: resolve "^1.22.1" semver "^7.3.8" -eslint-plugin-n@^17.17.0: - version "17.17.0" - resolved "https://registry.yarnpkg.com/eslint-plugin-n/-/eslint-plugin-n-17.17.0.tgz#6644433d395c2ecae0b2fe58018807e85d8e0724" - integrity sha512-2VvPK7Mo73z1rDFb6pTvkH6kFibAmnTubFq5l83vePxu0WiY1s0LOtj2WHb6Sa40R3w4mnh8GFYbHBQyMlotKw== +eslint-plugin-n@^17.18.0: + version "17.18.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-n/-/eslint-plugin-n-17.18.0.tgz#8515979b49ef8db7bb16e457b8ed22cc695d2a84" + integrity sha512-hvZ/HusueqTJ7VDLoCpjN0hx4N4+jHIWTXD4TMLHy9F23XkDagR9v+xQWRWR57yY55GPF8NnD4ox9iGTxirY8A== dependencies: "@eslint-community/eslint-utils" "^4.5.0" enhanced-resolve "^5.17.1"