From 6051bafab956e22eb5ca717fcc80d34ef9bf5cb4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 12 Nov 2024 22:35:54 +0000 Subject: [PATCH] fix: benchmarks/source-drupal/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SOURCEMAPSUPPORT-6112477 --- benchmarks/source-drupal/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/benchmarks/source-drupal/package.json b/benchmarks/source-drupal/package.json index 9e39fb4de9675..a0101f948d803 100644 --- a/benchmarks/source-drupal/package.json +++ b/benchmarks/source-drupal/package.json @@ -18,7 +18,7 @@ "cross-env": "^7.0.0", "dotenv": "^9.0.2", "faker": "^5.5.3", - "gatsby": "^3.5.1", + "gatsby": "^4.22.0", "gatsby-image": "^3.5.0", "gatsby-plugin-benchmark-reporting": "*", "gatsby-plugin-sharp": "^3.5.0", @@ -29,7 +29,7 @@ "node-fetch": "^2.6.0", "react": "^17.0.2", "react-dom": "^17.0.2", - "ts-node": "^9.1.1", + "ts-node": "^10.2.0", "typescript": "^4.2.4" }, "devDependencies": {