From d34280cd071a942c6900d78c65df0178ebf7787b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Sep 2022 03:02:12 +0000 Subject: [PATCH] Bump grunt-zip from 0.18.2 to 0.20.0 Bumps [grunt-zip](https://github.com/twolfson/grunt-zip) from 0.18.2 to 0.20.0. - [Release notes](https://github.com/twolfson/grunt-zip/releases) - [Changelog](https://github.com/twolfson/grunt-zip/blob/master/CHANGELOG.md) - [Commits](https://github.com/twolfson/grunt-zip/compare/0.18.2...0.20.0) --- updated-dependencies: - dependency-name: grunt-zip dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7a9d219b7..877b7e560 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "grunt-regex-replace": "~0.4.0", "grunt-template-jasmine-istanbul": "0.4.0", "grunt-usemin": "~3.1.1", - "grunt-zip": "~0.18.2" + "grunt-zip": "~0.20.0" }, "scripts": { "docker:prebuild": "grunt build:docker",