From 3f37087125206ecc15d01eae742bc8cadf12cc8d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 14 Sep 2025 15:07:25 +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-DEBUG-12552895 - https://snyk.io/vuln/SNYK-JS-ISARRAYISH-12552904 - https://snyk.io/vuln/SNYK-JS-SIMPLESWIZZLE-12552908 --- examples/browser-vue/package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/examples/browser-vue/package.json b/examples/browser-vue/package.json index 41a4c942d1..cd4c586f9e 100644 --- a/examples/browser-vue/package.json +++ b/examples/browser-vue/package.json @@ -11,16 +11,16 @@ }, "dependencies": { "core-js": "^3.6.4", - "ipfs": "^0.55.1", + "ipfs": "^0.66.1", "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", + "eslint": "^9.4.0", + "eslint-plugin-vue": "^10.0.0", "node-polyfill-webpack-plugin": "^1.0.3", "rimraf": "^3.0.2", "test-ipfs-example": "^3.0.0",