From ee7451061f66d47b30482caa01a6e47be1f84fb2 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" Date: Mon, 27 May 2019 15:52:08 +0000 Subject: [PATCH] Update grunt-contrib-copy requirement from ^0.8.2 to ^1.0.0 Updates the requirements on [grunt-contrib-copy](https://github.com/gruntjs/grunt-contrib-copy) to permit the latest version. - [Release notes](https://github.com/gruntjs/grunt-contrib-copy/releases) - [Changelog](https://github.com/gruntjs/grunt-contrib-copy/blob/master/CHANGELOG) - [Commits](https://github.com/gruntjs/grunt-contrib-copy/compare/v0.8.2...v1.0.0) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a10619e12..7ae6b9cea 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "grunt-contrib-clean": "~0.6.0", "grunt-contrib-compress": "~1.5.0", "grunt-contrib-concat": "~0.5.0", - "grunt-contrib-copy": "^0.8.2", + "grunt-contrib-copy": "^1.0.0", "grunt-contrib-csslint": "~2.0.0", "grunt-contrib-cssmin": "~0.11.0", "grunt-contrib-jshint": "~0.10.0",