From e37d1e0f50b8de6738decb28e1ada62d7a5e75fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Taavi=20V=C3=A4=C3=A4n=C3=A4nen?= Date: Sun, 11 Jun 2023 20:09:12 +0300 Subject: [PATCH] Update grunt 1.5.3, grunt-jquery-content 3.1.0 Unblock builds on the new infrastructure. --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 86f1e1fd..5d00dfe2 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ } ], "dependencies": { - "grunt": "0.4.5", - "grunt-jquery-content": "3.0.0" + "grunt": "1.5.3", + "grunt-jquery-content": "3.1.0" } }