From ff9db12dc7289194b8804be187d2e6bb477b7310 Mon Sep 17 00:00:00 2001 From: Vlad Filippov Date: Sat, 27 May 2023 20:09:14 -0400 Subject: [PATCH] Bump nodeunit, eslint dev deps --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index e99ca6d3..57cae0c9 100644 --- a/package.json +++ b/package.json @@ -54,9 +54,9 @@ "devDependencies": { "difflet": "~1.0.1", "eslint-config-grunt": "~2.0.1", - "grunt-contrib-nodeunit": "~4.0.0", + "grunt-contrib-nodeunit": "~5.0.0", "grunt-contrib-watch": "~1.1.0", - "grunt-eslint": "~24.0.1", + "grunt-eslint": "~24.1.0", "temporary": "~1.1.0", "through2": "~4.0.2" },