From 123a5f24a4926906cdf20d05388afcb7f30a5d48 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 21 Jun 2023 14:39:15 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SEMVER-3247795 --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index dcd9edfceb..38fdf9a61b 100644 --- a/package.json +++ b/package.json @@ -107,7 +107,7 @@ "ipfs-block": "~0.6.0", "ipfs-block-service": "~0.12.0", "ipfs-multipart": "~0.1.0", - "ipfs-repo": "~0.17.0", + "ipfs-repo": "~0.27.0", "ipfs-unixfs": "~0.1.13", "ipfs-unixfs-engine": "~0.22.5", "ipld-resolver": "~0.13.2", @@ -146,15 +146,15 @@ "pull-stream": "^3.6.1", "pull-stream-to-stream": "^1.3.4", "pull-zip": "^2.0.1", - "read-pkg-up": "^2.0.0", + "read-pkg-up": "^8.0.0", "readable-stream": "2.3.3", "safe-buffer": "^5.1.1", "stream-to-pull-stream": "^1.7.2", "tar-stream": "^1.5.4", "temp": "~0.8.3", "through2": "^2.0.3", - "update-notifier": "^2.2.0", - "yargs": "8.0.2" + "update-notifier": "^6.0.0", + "yargs": "10.0.0" }, "optionalDependencies": { "prom-client": "^10.1.0",