From 34503444cfdaf003a9012707ecfcc0be0fbe1952 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 12 Dec 2024 01:04:24 +0000 Subject: [PATCH] fix: examples/draft-0-9-1/tex/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-HTTPPROXYMIDDLEWARE-8229906 --- examples/draft-0-9-1/tex/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/draft-0-9-1/tex/package.json b/examples/draft-0-9-1/tex/package.json index c69b8b0b0d..f53a8a3377 100644 --- a/examples/draft-0-9-1/tex/package.json +++ b/examples/draft-0-9-1/tex/package.json @@ -16,6 +16,6 @@ "react": "^15.0.0", "react-dom": "^15.0.0", "webpack": "^1.10.5", - "webpack-dev-server": "^1.10.1" + "webpack-dev-server": "^5.2.0" } }