chore: update now to latest (#885)

This commit is contained in:
Nolan Lawson 2019-01-12 13:13:59 -08:00 committed by GitHub
parent 610f5be1e9
commit 981af04c6d
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

@ -6787,9 +6787,9 @@
}
},
"now": {
"version": "13.0.0",
"resolved": "https://registry.npmjs.org/now/-/now-13.0.0.tgz",
"integrity": "sha512-d44hZ2Hmf7+rjk/eNLpRt5ZBkR0QOktwCH4e3LvCGVvGOw5Wltal9Nia5P4Rv4KqmPQ6La7bxq8sJyBjgdG3sQ==",
"version": "13.0.4",
"resolved": "https://registry.npmjs.org/now/-/now-13.0.4.tgz",
"integrity": "sha512-o7uS6JEdlslP021/zC/5VzrXuCLfFak43AbjSq3l4QcRlyUyXq40hZiLcSsk6m+oZeFY7RpDHWg0vEMYrYLQZQ==",
"dev": true
},
"npm-run-all": {

View File

@ -106,7 +106,7 @@
"assert": "^1.4.1",
"eslint-plugin-html": "^5.0.0",
"mocha": "^5.2.0",
"now": "^13.0.0",
"now": "^13.0.4",
"standard": "^12.0.1",
"testcafe": "^0.23.3"
},