From 4748a207e35eb111e62d3bb8e9436c2af50c8c88 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Nov 2022 05:06:36 +0000 Subject: [PATCH] build(deps-dev): bump eslint-plugin-n from 14.0.0 to 15.5.0 Bumps [eslint-plugin-n](https://github.com/weiran-zsd/eslint-plugin-node) from 14.0.0 to 15.5.0. - [Release notes](https://github.com/weiran-zsd/eslint-plugin-node/releases) - [Commits](https://github.com/weiran-zsd/eslint-plugin-node/compare/14.0.0...15.5.0) --- updated-dependencies: - dependency-name: eslint-plugin-n dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c54561f50dd..80dde01487a 100644 --- a/package.json +++ b/package.json @@ -141,7 +141,7 @@ "eslint-config-standard": "^17.0.0-1", "eslint-import-resolver-node": "^0.3.2", "eslint-plugin-import": "^2.25.4", - "eslint-plugin-n": "^14.0.0", + "eslint-plugin-n": "^15.5.0", "eslint-plugin-promise": "^6.0.0", "fast-json-body": "^1.1.0", "fast-json-stringify": "^3.0.0",