update now to v11.3.12 (#468)

This commit is contained in:
Nolan Lawson 2018-08-22 07:53:02 -07:00 committed by GitHub
parent e9c704c7fc
commit 39cd96da70
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

@ -8305,9 +8305,9 @@
} }
}, },
"now": { "now": {
"version": "11.3.10", "version": "11.3.12",
"resolved": "https://registry.npmjs.org/now/-/now-11.3.10.tgz", "resolved": "https://registry.npmjs.org/now/-/now-11.3.12.tgz",
"integrity": "sha512-j1iP7riJh3hS0TmG4Q21PFj3oHGKMPngnXV1ZO1MFQubsquN+n5hpe4feSxS5U+0P0vsck+jeKp/BRDoS13WGA==", "integrity": "sha512-cYz8ETxwm4MeZmAUKwjhKlr5IoMWoWANpG4oYeWzYXUnkKyo+75x6NlLJhCPkLaIE3XnQ22ubSWeDtxGlvOn4Q==",
"dev": true "dev": true
}, },
"npm-run-all": { "npm-run-all": {

View File

@ -102,7 +102,7 @@
}, },
"devDependencies": { "devDependencies": {
"eslint-plugin-html": "^4.0.5", "eslint-plugin-html": "^4.0.5",
"now": "^11.3.10", "now": "^11.3.12",
"standard": "^11.0.1", "standard": "^11.0.1",
"testcafe": "^0.21.1" "testcafe": "^0.21.1"
}, },