From e58ed51f666112303e9d7c53b2a5c6e86b646609 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 13 May 2022 17:00:24 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index ed68f10..dbe2c64 100644 --- a/package.json +++ b/package.json @@ -33,8 +33,8 @@ "hof-frontend-toolkit": "^1.0.0", "jquery": "^3.1.1", "lodash": "^4.17.4", - "node-sass": "^3.10.0", - "npm-sass": "^1.3.0", + "node-sass": "^7.0.1", + "npm-sass": "^3.1.0", "typeahead-aria": "^1.0.1", "witch": "^1.0.0" },