Permalink
Browse files

Build: update to Node 6.9.4 (#10541)

  • Loading branch information...
1 parent 5604c0e commit f1eed5af14308ca3e3578d5c17c7017a6d06d693 @gwwar gwwar committed on GitHub Jan 11, 2017
Showing with 44 additions and 18 deletions.
  1. +1 −1 .nvmrc
  2. +1 −1 Dockerfile
  3. +1 −1 circle.yml
  4. +39 −13 npm-shrinkwrap.json
  5. +2 −2 package.json
View
@@ -1 +1 @@
-v6.9.1
+v6.9.4
View
@@ -14,7 +14,7 @@ RUN apt-get -y update && apt-get -y install \
make \
build-essential
-ENV NODE_VERSION 6.9.1
+ENV NODE_VERSION 6.9.4
RUN wget https://nodejs.org/dist/v$NODE_VERSION/node-v$NODE_VERSION-linux-x64.tar.gz && \
tar -zxf node-v$NODE_VERSION-linux-x64.tar.gz -C /usr/local && \
View
@@ -1,6 +1,6 @@
machine:
node:
- version: 6.9.1
+ version: 6.9.4
test:
pre:
- NODE_ENV=test make client/config/index.js:
View
@@ -29,11 +29,11 @@
"version": "0.8.2"
},
"ajv": {
- "version": "4.10.1",
+ "version": "4.10.4",
"dev": true
},
"ajv-keywords": {
- "version": "1.4.1",
+ "version": "1.5.0",
"dev": true
},
"align-text": {
@@ -58,6 +58,9 @@
"anymatch": {
"version": "1.3.0"
},
+ "aproba": {
+ "version": "1.0.4"
+ },
"are-we-there-yet": {
"version": "1.1.2"
},
@@ -384,7 +387,7 @@
"version": "6.21.0"
},
"babylon": {
- "version": "6.14.1"
+ "version": "6.15.0"
},
"backo2": {
"version": "1.0.2"
@@ -529,7 +532,7 @@
}
},
"caniuse-db": {
- "version": "1.0.30000602"
+ "version": "1.0.30000604"
},
"caseless": {
"version": "0.11.0"
@@ -731,6 +734,9 @@
"console-browserify": {
"version": "1.1.0"
},
+ "console-control-strings": {
+ "version": "1.1.0"
+ },
"constant-case": {
"version": "1.1.2"
},
@@ -1448,7 +1454,7 @@
"version": "1.0.2"
},
"fast-levenshtein": {
- "version": "2.0.5",
+ "version": "2.0.6",
"dev": true
},
"fast-luhn": {
@@ -1597,7 +1603,12 @@
"version": "1.0.0"
},
"gauge": {
- "version": "1.2.7"
+ "version": "2.7.2",
+ "dependencies": {
+ "supports-color": {
+ "version": "0.2.0"
+ }
+ }
},
"gaze": {
"version": "1.1.2"
@@ -2303,10 +2314,10 @@
"version": "1.3.1"
},
"level-packager": {
- "version": "1.2.0"
+ "version": "1.2.1"
},
"leveldown": {
- "version": "1.5.0",
+ "version": "1.5.3",
"dependencies": {
"abstract-leveldown": {
"version": "2.6.1"
@@ -2619,6 +2630,9 @@
}
}
},
+ "node-abi": {
+ "version": "1.0.3"
+ },
"node-contains": {
"version": "1.0.0"
},
@@ -2634,7 +2648,7 @@
"version": "1.6.3"
},
"node-gyp": {
- "version": "3.4.0",
+ "version": "3.5.0",
"dependencies": {
"minimatch": {
"version": "3.0.3"
@@ -2647,8 +2661,14 @@
"node-ninja": {
"version": "1.0.2",
"dependencies": {
+ "gauge": {
+ "version": "1.2.7"
+ },
"minimatch": {
"version": "3.0.3"
+ },
+ "npmlog": {
+ "version": "2.0.4"
}
}
},
@@ -2711,7 +2731,7 @@
}
},
"npmlog": {
- "version": "2.0.4"
+ "version": "4.0.2"
},
"nth-check": {
"version": "1.0.1",
@@ -2915,7 +2935,7 @@
"dev": true
},
"postcss": {
- "version": "5.2.6",
+ "version": "5.2.9",
"dependencies": {
"chalk": {
"version": "1.1.3",
@@ -2957,10 +2977,10 @@
"version": "3.3.0"
},
"prebuild": {
- "version": "4.5.0",
+ "version": "5.1.2",
"dependencies": {
"async": {
- "version": "1.5.2"
+ "version": "2.1.4"
},
"minimist": {
"version": "1.2.0"
@@ -2978,6 +2998,9 @@
"preserve": {
"version": "0.2.0"
},
+ "prismjs": {
+ "version": "1.6.0"
+ },
"private": {
"version": "0.1.6"
},
@@ -4265,6 +4288,9 @@
"which-module": {
"version": "1.0.0"
},
+ "wide-align": {
+ "version": "1.1.0"
+ },
"window-size": {
"version": "0.1.0"
},
View
@@ -139,8 +139,8 @@
"wpcom-xhr-request": "1.0.0"
},
"engines": {
- "node": "6.9.1",
- "npm": "3.10.8"
+ "node": "6.9.4",
+ "npm": "3.10.10"
},
"scripts": {
"test": "npm run test-client && npm run test-server && npm run test-test",

0 comments on commit f1eed5a

Please sign in to comment.