Skip to content

Commit 46da7f2

Browse files
authoredMay 22, 2018
Merge pull request #1636 from gruntjs/upt
Update deps
2 parents 0105524 + 00f4d8a commit 46da7f2

File tree

3 files changed

+5
-9
lines changed

3 files changed

+5
-9
lines changed
 

‎.travis.yml

-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
sudo: false
22
language: node_js
33
node_js:
4-
- "0.10"
5-
- "0.12"
64
- "4"
75
- "5"
86
- "6"

‎appveyor.yml

-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ init:
44
# What combinations to test
55
environment:
66
matrix:
7-
- nodejs_version: "0.10"
8-
- nodejs_version: "0.12"
97
- nodejs_version: "4"
108
- nodejs_version: "5"
119
- nodejs_version: "6"

‎package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -45,21 +45,21 @@
4545
"glob": "~7.0.0",
4646
"grunt-cli": "~1.2.0",
4747
"grunt-known-options": "~1.1.0",
48-
"grunt-legacy-log": "~1.0.0",
49-
"grunt-legacy-util": "~1.0.0",
48+
"grunt-legacy-log": "~2.0.0",
49+
"grunt-legacy-util": "~1.1.1",
5050
"iconv-lite": "~0.4.13",
5151
"js-yaml": "~3.5.2",
5252
"minimatch": "~3.0.2",
5353
"mkdirp": "~0.5.1",
5454
"nopt": "~3.0.6",
5555
"path-is-absolute": "~1.0.0",
56-
"rimraf": "~2.2.8"
56+
"rimraf": "~2.6.2"
5757
},
5858
"devDependencies": {
5959
"difflet": "~1.0.1",
6060
"eslint-config-grunt": "~1.0.1",
61-
"grunt-contrib-nodeunit": "~1.0.0",
62-
"grunt-contrib-watch": "~1.0.0",
61+
"grunt-contrib-nodeunit": "~2.0.0",
62+
"grunt-contrib-watch": "~1.1.0",
6363
"grunt-eslint": "~18.1.0",
6464
"temporary": "~0.0.4",
6565
"through2": "~2.0.0"

0 commit comments

Comments
 (0)
Please sign in to comment.