From 52ad6b9a7f616d247e69aeb7ddbe57b2c08e9f88 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 6 Jan 2024 02:53:21 +0000 Subject: [PATCH] fix: examples/using-unstructured-data/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-6144788 --- examples/using-unstructured-data/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) mode change 100755 => 100644 examples/using-unstructured-data/package.json diff --git a/examples/using-unstructured-data/package.json b/examples/using-unstructured-data/package.json old mode 100755 new mode 100644 index 3b8e8acefe1b3..e6731f87b2463 --- a/examples/using-unstructured-data/package.json +++ b/examples/using-unstructured-data/package.json @@ -9,8 +9,8 @@ "serve": "gatsby serve" }, "dependencies": { - "axios": "^0.18.0", - "gatsby": "^2.0.0", + "axios": "^1.6.4", + "gatsby": "^4.0.0", "react": "^16.5.1", "react-dom": "^16.5.1" },