From 1a74a5a67630572fb850cd797f7901565c782fd1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 16 Apr 2024 00:26:44 +0000 Subject: [PATCH] fix: node_modules/fast-diff/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASH-6139239 --- node_modules/fast-diff/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/node_modules/fast-diff/package.json b/node_modules/fast-diff/package.json index ad043fecab..5062bd7a6e 100644 --- a/node_modules/fast-diff/package.json +++ b/node_modules/fast-diff/package.json @@ -6,7 +6,7 @@ "main": "diff.js", "types": "diff.d.ts", "devDependencies": { - "lodash": "~3.9.3", + "lodash": "~4.17.17", "seedrandom": "~2.4.0" }, "repository": {