diff --git a/package-lock.json b/package-lock.json index bfb01f5..854d2c3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6678,9 +6678,9 @@ } }, "now": { - "version": "12.1.12", - "resolved": "https://registry.npmjs.org/now/-/now-12.1.12.tgz", - "integrity": "sha512-8wR1K9hbz2WabEzT1duRlIpJ5axpZIWdNQealXou+fxKT0jdnffvU42zpsZzu2SI9VE9BYqq1aKaha1J+JmBBA==", + "version": "13.0.0", + "resolved": "https://registry.npmjs.org/now/-/now-13.0.0.tgz", + "integrity": "sha512-d44hZ2Hmf7+rjk/eNLpRt5ZBkR0QOktwCH4e3LvCGVvGOw5Wltal9Nia5P4Rv4KqmPQ6La7bxq8sJyBjgdG3sQ==", "dev": true }, "npm-run-all": { diff --git a/package.json b/package.json index 7db11cf..4b473ac 100644 --- a/package.json +++ b/package.json @@ -104,7 +104,7 @@ "assert": "^1.4.1", "eslint-plugin-html": "^5.0.0", "mocha": "^5.2.0", - "now": "^12.1.12", + "now": "^13.0.0", "standard": "^12.0.1", "testcafe": "^0.23.2" },