From 3f467ba695f9a284515e55514d0e94c4d0647fb6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 29 Sep 2022 23:44:49 +0000 Subject: [PATCH] fix: content-security-policy/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASH-1018905 - https://snyk.io/vuln/SNYK-JS-LODASH-1040724 - https://snyk.io/vuln/SNYK-JS-LODASH-450202 - https://snyk.io/vuln/SNYK-JS-LODASH-567746 - https://snyk.io/vuln/SNYK-JS-LODASH-608086 - https://snyk.io/vuln/SNYK-JS-LODASH-73638 - https://snyk.io/vuln/SNYK-JS-LODASH-73639 - https://snyk.io/vuln/npm:lodash:20180130 --- content-security-policy/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content-security-policy/package.json b/content-security-policy/package.json index dcdff26..d799b8d 100644 --- a/content-security-policy/package.json +++ b/content-security-policy/package.json @@ -10,7 +10,7 @@ "license": "MIT", "dependencies": { "level": "^5.0.0", - "lodash": "^3.10.1", + "lodash": "^4.17.21", "nets": "^3.1.0", "object-assign": "^4.0.1", "sanitize-html": "^2.7.1"