From fb2141d7a5aec0f2b305c73285cc411c1882a212 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 30 Apr 2024 03:34:20 +0000 Subject: [PATCH] fix: package.json & package-lock.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-EJS-6689533 --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 745dfed..e770014 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "chrome-launcher": "^0.15.0", "config-shield": "^0.2.3", "cross-fetch": "^3.1.4", - "ejs": "^3.1.6", + "ejs": "^3.1.10", "express": "^4.19.2", "json5": "^2.2.0", "lighthouse": "^9.6.8", @@ -1707,9 +1707,9 @@ "integrity": "sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==" }, "node_modules/ejs": { - "version": "3.1.7", - "resolved": "https://registry.npmjs.org/ejs/-/ejs-3.1.7.tgz", - "integrity": "sha512-BIar7R6abbUxDA3bfXrO4DSgwo8I+fB5/1zgujl3HLLjwd6+9iOnrT+t3grn2qbk9vOgBubXOFwX2m9axoFaGw==", + "version": "3.1.10", + "resolved": "https://registry.npmjs.org/ejs/-/ejs-3.1.10.tgz", + "integrity": "sha512-UeJmFfOrAQS8OJWPZ4qtgHyWExa088/MtK5UEyoJGFH67cDEXkZSviOiKRCZ4Xij0zxI3JECgYs3oKx+AizQBA==", "dependencies": { "jake": "^10.8.5" }, diff --git a/package.json b/package.json index 8992576..1acaaaf 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "chrome-launcher": "^0.15.0", "config-shield": "^0.2.3", "cross-fetch": "^3.1.4", - "ejs": "^3.1.6", + "ejs": "^3.1.10", "express": "^4.19.2", "json5": "^2.2.0", "lighthouse": "^9.6.8",