From bfd2c5b76784ca7fd70919b7eb418afb7e9c51f1 Mon Sep 17 00:00:00 2001 From: Jekabs Karklins <58165815+jekabs-karklins@users.noreply.github.com> Date: Thu, 1 Sep 2022 14:06:51 +0200 Subject: [PATCH] fix: package.json & package-lock.json to reduce vulnerabilities (#724) The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SANITIZEHTML-2957526 Co-authored-by: snyk-bot --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6c46f8be78..a2bc877c81 100644 --- a/package-lock.json +++ b/package-lock.json @@ -44,7 +44,7 @@ "reflect-metadata": "^0.1.13", "request": "^2.88.2", "request-promise": "^4.2.6", - "sanitize-html": "^2.7.0", + "sanitize-html": "^2.7.1", "simple-oauth2": "^4.3.0", "soap": "^0.40.0", "sparkpost": "^2.1.4", diff --git a/package.json b/package.json index f4f3c3410a..d971022c19 100644 --- a/package.json +++ b/package.json @@ -74,7 +74,7 @@ "reflect-metadata": "^0.1.13", "request": "^2.88.2", "request-promise": "^4.2.6", - "sanitize-html": "^2.7.0", + "sanitize-html": "^2.7.1", "simple-oauth2": "^4.3.0", "soap": "^0.40.0", "sparkpost": "^2.1.4",