From b7f5164136e03a7d890238cd742e3e59ba14bdb6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 25 Jun 2023 08:42:32 +0000 Subject: [PATCH] fix: packages/gatsby/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SEMVER-3247795 --- packages/gatsby/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/gatsby/package.json b/packages/gatsby/package.json index 04a1917d7b654..2e79fa5b19007 100644 --- a/packages/gatsby/package.json +++ b/packages/gatsby/package.json @@ -30,8 +30,8 @@ "@graphql-tools/load": "^7.8.10", "@jridgewell/trace-mapping": "^0.3.17", "@nodelib/fs.walk": "^1.2.8", - "@parcel/cache": "2.8.3", - "@parcel/core": "2.8.3", + "@parcel/cache": "2.9.3", + "@parcel/core": "2.9.3", "@pmmmwh/react-refresh-webpack-plugin": "^0.5.10", "@types/http-proxy": "^1.17.9", "@typescript-eslint/eslint-plugin": "^4.33.0",