From c5257f8931890333db7950ea49f4c26fd4375644 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 21 Jun 2024 15:48:01 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-PUGCODEGEN-7086056 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2e5a06cc76665c..bfa1d5b858b254 100644 --- a/package.json +++ b/package.json @@ -206,7 +206,7 @@ "postcss-loader": "3.0.0", "prop-types": "15.6.0", "proxy-from-env": "1.0.0", - "pug": "^2.0.3", + "pug": "^3.0.0", "querystring-browser": "1.0.4", "raw-loader": "3.1.0", "react": "^16.8.0",