From 021b413aa3707db1d5701e9b310a260d6917d7f8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 15 Apr 2024 21:08:23 +0000 Subject: [PATCH] fix: packages/gatsby-theme/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASH-6139239 --- packages/gatsby-theme/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/gatsby-theme/package.json b/packages/gatsby-theme/package.json index 63d4f867ec8e6..6232d82d6ec00 100644 --- a/packages/gatsby-theme/package.json +++ b/packages/gatsby-theme/package.json @@ -22,7 +22,7 @@ "glob": "^7.1.6", "globby": "^10.0.2", "inquirer": "^6.5.2", - "lodash": "^4.17.15", + "lodash": "^4.17.17", "mkdirp": "^0.5.1", "npm-keyword": "^6.1.0" },