chore(package): update now to version 11.4.5 (#552)

This commit is contained in:
Nolan Lawson 2018-09-22 22:04:44 -07:00 committed by GitHub
parent 7588ff2cb8
commit c449d3a209
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

@ -7410,9 +7410,9 @@
} }
}, },
"now": { "now": {
"version": "11.4.0", "version": "11.4.5",
"resolved": "https://registry.npmjs.org/now/-/now-11.4.0.tgz", "resolved": "https://registry.npmjs.org/now/-/now-11.4.5.tgz",
"integrity": "sha512-f790nws0K5scsm+/JtAXPelcqPqXbFdmmv0LBxdQT1qfwsYa9L9FSCNqkFV7HdniJKMMwWgMaYT/SSu61cKf1Q==", "integrity": "sha512-5gG1rrGF1j9IJKUsLYjRojjwD2r/U0MXnuIqFEWJZ3prN8hPKWA39ho4LqHNZByATp3WmacCrPaC9ubZenQOUg==",
"dev": true "dev": true
}, },
"npm-run-all": { "npm-run-all": {

View File

@ -104,7 +104,7 @@
}, },
"devDependencies": { "devDependencies": {
"eslint-plugin-html": "^4.0.6", "eslint-plugin-html": "^4.0.6",
"now": "^11.4.0", "now": "^11.4.5",
"standard": "^12.0.0", "standard": "^12.0.0",
"testcafe": "^0.22.0" "testcafe": "^0.22.0"
}, },