From 367a49e6b263938fe3bbaa6c5af34e119f14bd4d Mon Sep 17 00:00:00 2001 From: "WhiteSource for GitHub.com" Date: Tue, 23 Mar 2021 21:35:20 +0000 Subject: [PATCH] Update dependency grunt to v1 --- .../src/main/webapp/libs/other/jquery-cookie/js/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/security-admin/src/main/webapp/libs/other/jquery-cookie/js/package.json b/security-admin/src/main/webapp/libs/other/jquery-cookie/js/package.json index 3942d3247c..4702dbea5e 100644 --- a/security-admin/src/main/webapp/libs/other/jquery-cookie/js/package.json +++ b/security-admin/src/main/webapp/libs/other/jquery-cookie/js/package.json @@ -18,7 +18,7 @@ "gitHead": "bd3c9713222bace68d25fe2128c0f8633cad1269", "readmeFilename": "README.md", "devDependencies": { - "grunt": "~0.4.1", + "grunt": "~1.3.0", "grunt-contrib-jshint": "~0.4.0", "grunt-contrib-uglify": "~0.2.0", "grunt-contrib-qunit": "~0.2.0",