From 0109cb83c6e2b7115a227ce424f3dab1ed7a6ba2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Apr 2023 09:38:15 +0000 Subject: [PATCH] Bump grunt-wrap from 0.2.0 to 0.3.1 in /js Bumps [grunt-wrap](https://github.com/chrissrogers/grunt-wrap) from 0.2.0 to 0.3.1. - [Release notes](https://github.com/chrissrogers/grunt-wrap/releases) - [Commits](https://github.com/chrissrogers/grunt-wrap/commits) --- updated-dependencies: - dependency-name: grunt-wrap dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- js/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/package.json b/js/package.json index 59bf5c8..385f1b7 100644 --- a/js/package.json +++ b/js/package.json @@ -26,7 +26,7 @@ "grunt-contrib-less": "~0.6.4", "grunt-contrib-watch": "~0.2.0", "grunt-newer": "~1.1.1", - "grunt-wrap": "~0.2.0" + "grunt-wrap": "~0.3.1" }, "engine": "node >= 0.8" }