From cc1317bda44b4cdf31d84e8de976b85bea62f54a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 7 Mar 2021 22:19:21 +0000 Subject: [PATCH] fix: website/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-GLOBPARENT-1016905 --- website/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/package.json b/website/package.json index 876187784e..2487a9fecb 100644 --- a/website/package.json +++ b/website/package.json @@ -16,7 +16,7 @@ "drag-drop": "^4.2.0", "glob": "^7.1.2", "he": "^1.1.1", - "hexo": "3.8.0", + "hexo": "4.0.0", "hexo-browsersync": "^0.3.0", "hexo-filter-github-emojis": "^2.1.0", "hexo-generator-alias": "^0.1.3", @@ -41,6 +41,6 @@ "node-notifier": "^5.2.1", "postcss-inline-svg": "^3.1.1", "prismjs": "^1.15.0", - "watchify": "^3.11.0" + "watchify": "^4.0.0" } }