diff --git a/webapp/package.json b/webapp/package.json index 153663a3..083ad06c 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.4.1", - "eslint-plugin-n": "^18.0.1", + "eslint-plugin-n": "^18.1.0", "jest": "^30.4.2", "jest-environment-jsdom": "^30.4.1", "jest-junit": "^17.0.0", diff --git a/webapp/yarn.lock b/webapp/yarn.lock index 18a5bf12..a81a3f8a 100644 --- a/webapp/yarn.lock +++ b/webapp/yarn.lock @@ -5326,10 +5326,10 @@ eslint-plugin-n@^17.23.1: 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== +eslint-plugin-n@^18.1.0: + version "18.1.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-n/-/eslint-plugin-n-18.1.0.tgz#c1eadf2bc59704bf0078eca8d59743a7386b1081" + integrity sha512-hkUm9EtnFV2h2fE16jNVUfCVUqvPzI7fGLsFdun5lFt/pbmf2kCgDx6ymi9rx+NCUSggBmurJCZOfG20JBs/kg== dependencies: "@eslint-community/eslint-utils" "^4.5.0" enhanced-resolve "^5.17.1"