From b2656565bf0c99d7e9b3d190ffee746734d27994 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 27 Nov 2023 22:15:01 +0000 Subject: [PATCH] fix: examples/browser-vue/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NODEFORGE-2330875 - https://snyk.io/vuln/SNYK-JS-NODEFORGE-2331908 - https://snyk.io/vuln/SNYK-JS-NODEFORGE-2430337 - https://snyk.io/vuln/SNYK-JS-NODEFORGE-2430339 - https://snyk.io/vuln/SNYK-JS-NODEFORGE-2430341 - https://snyk.io/vuln/SNYK-JS-POSTCSS-5926692 - https://snyk.io/vuln/SNYK-JS-UNSETVALUE-2400660 --- examples/browser-vue/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/browser-vue/package.json b/examples/browser-vue/package.json index 41a4c942d1..31d2dc6595 100644 --- a/examples/browser-vue/package.json +++ b/examples/browser-vue/package.json @@ -11,13 +11,13 @@ }, "dependencies": { "core-js": "^3.6.4", - "ipfs": "^0.55.1", + "ipfs": "^0.57.0", "vue": "^2.6.11" }, "devDependencies": { "@vue/cli-plugin-babel": "5.0.0-alpha.8", "@vue/cli-plugin-eslint": "5.0.0-alpha.8", - "@vue/cli-service": "5.0.0-alpha.8", + "@vue/cli-service": "5.0.1", "babel-eslint": "^10.1.0", "eslint": "^7.22.0", "eslint-plugin-vue": "^7.8.0",