Skip to content

Commit ef704f3

Browse files
committed
update devDependencies & dependencies (resolves npm audit warnings)
1 parent 44a4476 commit ef704f3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
"test": "grunt --force"
2525
},
2626
"devDependencies": {
27-
"grunt-contrib-jshint": "~0.1.1",
28-
"grunt": "1.0.1",
27+
"grunt-contrib-jshint": "^2.0.0",
28+
"grunt": "1.0.3",
2929
"grunt-cli": "1.2.0"
3030
},
3131
"peerDependencies": {
@@ -35,6 +35,6 @@
3535
"gruntplugin"
3636
],
3737
"dependencies": {
38-
"htmlhint": "~0.9.13"
38+
"htmlhint": "^0.10.1"
3939
}
4040
}

0 commit comments

Comments
 (0)