From b358b7b039af242ae38bf235ffdc8464b9a36cfa Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 24 Jun 2023 02:37:03 +0000 Subject: [PATCH] fix: packages/gatsby-core-utils/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SEMVER-3247795 --- packages/gatsby-core-utils/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/gatsby-core-utils/package.json b/packages/gatsby-core-utils/package.json index dfdbf7d3af9b8..ad9979a722edb 100644 --- a/packages/gatsby-core-utils/package.json +++ b/packages/gatsby-core-utils/package.json @@ -63,7 +63,7 @@ "dependencies": { "@babel/runtime": "^7.20.13", "ci-info": "2.0.0", - "configstore": "^5.0.1", + "configstore": "^6.0.0", "fastq": "^1.13.0", "file-type": "^16.5.3", "fs-extra": "^11.1.0",