diff --git a/webapp/package.json b/webapp/package.json index b25dad3c..ebe0a815 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.1.0", + "eslint-plugin-n": "^18.2.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 694246ee..8d2a88a5 100644 --- a/webapp/yarn.lock +++ b/webapp/yarn.lock @@ -5321,10 +5321,10 @@ eslint-plugin-n@^17.23.1: semver "^7.6.3" ts-declaration-location "^1.0.6" -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== +eslint-plugin-n@^18.2.0: + version "18.2.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-n/-/eslint-plugin-n-18.2.0.tgz#264530a08db399a2dc9b3d94d82a5181bb9c28ef" + integrity sha512-Hf7bfQ5qBC1U/E5jLM9s3pE5su4HHnPmPxVsYzHgS3X0Eg7/9cK7lf+JBx29YEyZ09DqJ34bS/bcb4Dyv3Th9w== dependencies: "@eslint-community/eslint-utils" "^4.5.0" enhanced-resolve "^5.17.1"