update now to 11.5.2 (#612)

This commit is contained in:
Nolan Lawson 2018-11-04 21:29:52 -08:00 committed by GitHub
parent 16d21947a4
commit 2cf35e58eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -6944,9 +6944,9 @@
"integrity": "sha512-U+JJi7duF1o+u2pynbp2zXDW2/PADgC30f0GsHZtRh+HOcXHnw137TrNlyxxRvWW5fjKd3bcLHPxofWuCjaeZg==" "integrity": "sha512-U+JJi7duF1o+u2pynbp2zXDW2/PADgC30f0GsHZtRh+HOcXHnw137TrNlyxxRvWW5fjKd3bcLHPxofWuCjaeZg=="
}, },
"now": { "now": {
"version": "11.4.6", "version": "11.5.2",
"resolved": "https://registry.npmjs.org/now/-/now-11.4.6.tgz", "resolved": "https://registry.npmjs.org/now/-/now-11.5.2.tgz",
"integrity": "sha512-5SMS8lVuCzqD55CPQlGcjvOJJJPuDSLoqKIIGR4uEooCbDhHl//dHZmBpT1uLSwT1MYvhYUMf9OpFQRwXG4KEg==", "integrity": "sha512-h1iL68uLLAFbunBZ4Qt+lN2lS5lN0WTsT1/ulqUGZ0CxgzxLj0iZL13+iNcBitdJmOAYO2reh08JUpkHlCIRHg==",
"dev": true "dev": true
}, },
"npm-run-all": { "npm-run-all": {

View File

@ -102,7 +102,7 @@
}, },
"devDependencies": { "devDependencies": {
"eslint-plugin-html": "^4.0.6", "eslint-plugin-html": "^4.0.6",
"now": "^11.4.6", "now": "^11.5.2",
"standard": "^12.0.1", "standard": "^12.0.1",
"testcafe": "^0.23.0" "testcafe": "^0.23.0"
}, },