From 036fb1c0524e668e615995675f26537a758bf7e0 Mon Sep 17 00:00:00 2001 From: "depfu[bot]" <23717796+depfu[bot]@users.noreply.github.com> Date: Tue, 12 Dec 2023 08:10:20 +0000 Subject: [PATCH] Update eslint-plugin-n to version 16.4.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 540c62f..68174ab 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": "^16.4.0", "magicpen-prism": "^5.0.0", "unexpected": "^13.0.1" },