diff --git a/package.json b/package.json index 57cae0c9..baa03ad1 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "grunt", "description": "The JavaScript Task Runner", - "version": "1.6.1", + "version": "1.6.2", "author": "Grunt Development Team (https://gruntjs.com/development-team)", "homepage": "https://gruntjs.com/", "repository": "https://github.com/gruntjs/grunt.git", @@ -41,14 +41,14 @@ "eventemitter2": "~0.4.13", "exit": "~0.1.2", "findup-sync": "~5.0.0", - "glob": "~7.1.6", + "glob": "~7.2.0", "grunt-cli": "~1.4.3", "grunt-known-options": "~2.0.0", "grunt-legacy-log": "~3.0.0", "grunt-legacy-util": "~2.0.1", "iconv-lite": "~0.6.3", "js-yaml": "~3.14.0", - "minimatch": "~3.0.4", + "minimatch": "~9.0.3", "nopt": "~3.0.6" }, "devDependencies": {