From a43e1f3fb1a90cc330aa621b11fe92077a75769a Mon Sep 17 00:00:00 2001 From: "depfu[bot]" <23717796+depfu[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 21:30:26 +0000 Subject: [PATCH] Update eslint-plugin-n to version 17.4.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 540c62f..d394436 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "util.inspect replacement based on Unexpected's output and type system", "main": "./lib/uninspected", "dependencies": { - "eslint-plugin-n": "^15.1.0", + "eslint-plugin-n": "^17.4.0", "magicpen-prism": "^5.0.0", "unexpected": "^13.0.1" },