From 2109a7ba44bfd13e4026374311c078713cae75c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Fri, 24 May 2019 08:34:54 +0000 Subject: [PATCH] Update grunt-contrib-copy requirement from ^0.7.0 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.7.0...v1.0.0) Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8ade349..12b60c4 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "devDependencies": { "grunt": "^0.4.5", "grunt-contrib-clean": "^0.6.0", - "grunt-contrib-copy": "^0.7.0", + "grunt-contrib-copy": "^1.0.0", "grunt-contrib-jshint": "^0.10.0", "grunt-contrib-qunit": "^0.5.2", "grunt-contrib-uglify": "^0.6.0",