From e33054b15fe06ae6c64c00c79188e9bac98d468e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 12 Aug 2023 16:57:39 +0000 Subject: [PATCH] fix: upgrade lodash from 4.17.20 to 4.17.21 Snyk has created this PR to upgrade lodash from 4.17.20 to 4.17.21. See this package in npm: https://www.npmjs.com/package/lodash See this project in Snyk: https://app.snyk.io/org/sammyfilly/project/d6bf29b8-ebed-45e7-b3aa-f5b548b2b4f3?utm_source=github&utm_medium=referral&page=upgrade-pr --- examples/with-apollo/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/with-apollo/package.json b/examples/with-apollo/package.json index 5a8e0fb9e0014..48019f9baacf0 100644 --- a/examples/with-apollo/package.json +++ b/examples/with-apollo/package.json @@ -8,7 +8,7 @@ "dependencies": { "@apollo/client": "3.1.1", "deepmerge": "^4.2.2", - "lodash": "4.17.20", + "lodash": "4.17.21", "graphql": "^15.3.0", "next": "latest", "prop-types": "^15.6.2",