From e1c8b047ee99fb634e518d355d261c4d2641b48d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 9 Apr 2024 09:53:36 +0000 Subject: [PATCH] chore(deps): update dependency eslint-plugin-n to v17.1.0 --- api/package.json | 2 +- fetcher/package.json | 2 +- yarn.lock | 21 ++++----------------- 3 files changed, 6 insertions(+), 19 deletions(-) diff --git a/api/package.json b/api/package.json index a47a152..620a887 100644 --- a/api/package.json +++ b/api/package.json @@ -32,7 +32,7 @@ "eslint-config-prettier": "9.1.0", "eslint-config-standard": "17.1.0", "eslint-plugin-import": "2.29.1", - "eslint-plugin-n": "17.0.0", + "eslint-plugin-n": "17.1.0", "eslint-plugin-promise": "6.1.1", "express": "4.19.2", "express-rate-limit": "7.2.0", diff --git a/fetcher/package.json b/fetcher/package.json index d1af19d..b0da054 100644 --- a/fetcher/package.json +++ b/fetcher/package.json @@ -33,7 +33,7 @@ "eslint-config-prettier": "9.1.0", "eslint-config-standard": "17.1.0", "eslint-plugin-import": "2.29.1", - "eslint-plugin-n": "17.0.0", + "eslint-plugin-n": "17.1.0", "eslint-plugin-promise": "6.1.1", "jest": "29.7.0", "mysql": "2.18.1", diff --git a/yarn.lock b/yarn.lock index 51e5ff5..b235473 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1362,11 +1362,6 @@ buffer@^6.0.3: base64-js "^1.3.1" ieee754 "^1.2.1" -builtin-modules@^3.3.0: - version "3.3.0" - resolved "https://registry.yarnpkg.com/builtin-modules/-/builtin-modules-3.3.0.tgz#cae62812b89801e9656336e46223e030386be7b6" - integrity sha512-zhaCDicdLuWN5UbN5IMnFqNMhNfo919sH85y2/ea+5Yg9TsTkeZxpL+JLbp6cgYFS4sRLp3YV4S6yDuqVWHYOw== - bytes@3.1.2: version "3.1.2" resolved "https://registry.yarnpkg.com/bytes/-/bytes-3.1.2.tgz#8b0beeb98605adf1b128fa4386403c009e0221a5" @@ -2078,10 +2073,10 @@ eslint-plugin-import@2.29.1: semver "^6.3.1" tsconfig-paths "^3.15.0" -eslint-plugin-n@17.0.0: - version "17.0.0" - resolved "https://registry.yarnpkg.com/eslint-plugin-n/-/eslint-plugin-n-17.0.0.tgz#c2af10481228fd6679f80aef31078e6d36ad7ec8" - integrity sha512-0Ihff+kWUIiXYTNTotGj/yRI1X5uCh/lef5Hr7ih/mFeYMQ3bPfN0KxlrfhU+Xn4x697l/TPO6zxqE33M1yD0w== +eslint-plugin-n@17.1.0: + version "17.1.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-n/-/eslint-plugin-n-17.1.0.tgz#bfd79979938bfd1c899077bb60f5c860e098def9" + integrity sha512-+MTiTej3B07+8vS/RfSMD1w4O9VVR9BSJT9kSa9QUsBlXzKi5PZc+lB3w+iu/2eIS3drFU7zCikSrD8Yn8PEBQ== dependencies: "@eslint-community/eslint-utils" "^4.4.0" enhanced-resolve "^5.15.0" @@ -2089,7 +2084,6 @@ eslint-plugin-n@17.0.0: get-tsconfig "^4.7.0" globals "^14.0.0" ignore "^5.2.4" - is-builtin-module "^3.2.1" minimatch "^9.0.0" semver "^7.5.3" @@ -2794,13 +2788,6 @@ is-boolean-object@^1.1.0: call-bind "^1.0.2" has-tostringtag "^1.0.0" -is-builtin-module@^3.2.1: - version "3.2.1" - resolved "https://registry.yarnpkg.com/is-builtin-module/-/is-builtin-module-3.2.1.tgz#f03271717d8654cfcaf07ab0463faa3571581169" - integrity sha512-BSLE3HnV2syZ0FK0iMA/yUGplUeMmNz4AW5fnTunbCIqZi4vG3WjJT9FHMy5D69xmAYBHXQhJdALdpwVxV501A== - dependencies: - builtin-modules "^3.3.0" - is-callable@^1.1.3, is-callable@^1.1.4, is-callable@^1.2.7: version "1.2.7" resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.2.7.tgz#3bc2a85ea742d9e36205dcacdd72ca1fdc51b055"