From 43fc216894abb9b72042009a405f59cd9ba10d7e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 23 Apr 2023 08:48:57 +0700 Subject: [PATCH] chore(deps): update dependency eslint-plugin-n to ~15.7.0 (#654) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index f5530ed..a3bb358 100644 --- a/package.json +++ b/package.json @@ -71,7 +71,7 @@ "eslint-config-standard": "~17.0.0", "eslint-plugin-compat": "~4.1.4", "eslint-plugin-import": "~2.27.5", - "eslint-plugin-n": "~15.6.1", + "eslint-plugin-n": "~15.7.0", "eslint-plugin-promise": "~6.1.1", "gulp": "~4.0.2", "gulp-buble": "~0.9.0", diff --git a/yarn.lock b/yarn.lock index 108c252..39d786f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2111,10 +2111,10 @@ eslint-plugin-import@~2.27.5: semver "^6.3.0" tsconfig-paths "^3.14.1" -eslint-plugin-n@~15.6.1: - version "15.6.1" - resolved "https://registry.yarnpkg.com/eslint-plugin-n/-/eslint-plugin-n-15.6.1.tgz#f7e77f24abb92a550115cf11e29695da122c398c" - integrity sha512-R9xw9OtCRxxaxaszTQmQAlPgM+RdGjaL1akWuY/Fv9fRAi8Wj4CUKc6iYVG8QNRjRuo8/BqVYIpfqberJUEacA== +eslint-plugin-n@~15.7.0: + version "15.7.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-n/-/eslint-plugin-n-15.7.0.tgz#e29221d8f5174f84d18f2eb94765f2eeea033b90" + integrity sha512-jDex9s7D/Qial8AGVIHq4W7NswpUD5DPDL2RH8Lzd9EloWUuvUkHfv4FRLMipH5q2UtyurorBkPeNi1wVWNh3Q== dependencies: builtins "^5.0.1" eslint-plugin-es "^4.1.0"