From a2854f35ddf6b3c2034a37b93e74cca2739b5ff6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 5 Oct 2022 20:34:12 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-JSON-1082930 - https://snyk.io/vuln/SNYK-JS-JSON-597481 - https://snyk.io/vuln/SNYK-JS-NODEFETCH-2342118 - https://snyk.io/vuln/SNYK-JS-NODEFETCH-674311 - https://snyk.io/vuln/SNYK-JS-PUG-1071616 - https://snyk.io/vuln/SNYK-JS-UGLIFYJS-1727251 --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index b035794..3183df3 100644 --- a/package.json +++ b/package.json @@ -16,12 +16,12 @@ "body-parser": "^1.15.2", "browserify": "^13.1.0", "express": "^4.14.0", - "json": "^9.0.4", + "json": "^11.0.0", "literalify": "^0.4.0", "lowdb": "^0.13.1", - "pug": "^2.0.0-beta6", + "pug": "^3.0.1", "querystring": "^0.2.0", - "react": "^15.3.0", - "react-dom": "^15.3.0" + "react": "^16.5.0", + "react-dom": "^16.5.0" } }