Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
vladikoff committed Oct 8, 2021
1 parent 9054b14 commit 71d6edd
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
Expand Up @@ -16,18 +16,18 @@
"test": "grunt test"
},
"dependencies": {
"chalk": "^1.0.0",
"chalk": "^4.1.2",
"source-map": "^0.5.3"
},
"devDependencies": {
"grunt": "^1.0.0",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-internal": "^1.1.0",
"grunt-contrib-jshint": "^1.0.0",
"grunt-contrib-nodeunit": "^1.0.0"
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-internal": "^7.0.0",
"grunt-contrib-jshint": "^3.1.1",
"grunt-contrib-nodeunit": "^4.0.0"
},
"peerDependencies": {
"grunt": ">=0.4.0"
"grunt": ">=1.4.1"
},
"keywords": [
"gruntplugin"
Expand Down

0 comments on commit 71d6edd

Please sign in to comment.