From 8f5f1ae3d717821dcff006292971263ece89fc97 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 7 Dec 2024 06:55:03 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-PATHTOREGEXP-8482416 - https://snyk.io/vuln/SNYK-JS-LOADERUTILS-3043105 - https://snyk.io/vuln/SNYK-JS-LOADERUTILS-3042992 - https://snyk.io/vuln/SNYK-JS-LOADERUTILS-3105943 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 570de2480..852c6f093 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "cookie-parser": "1.4.3", "core-js": "2.4.0", "eventemitter3": "1.2.0", - "express": "4.13.4", + "express": "4.21.2", "express-graphql": "0.5.3", "express-jwt": "3.4.0", "fastclick": "1.0.6", @@ -22,7 +22,7 @@ "graphiql": "0.7.2", "graphql": "0.6.0", "history": "3.0.0", - "isomorphic-style-loader": "1.0.0", + "isomorphic-style-loader": "5.4.0", "jsonwebtoken": "7.0.0", "markdown-it": "6.0.5", "node-fetch": "1.5.3",