From f0b2ab4c27f2172e798cd78ed9fdf33ecd3cb6b8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 30 Apr 2026 12:55:18 +0000 Subject: [PATCH] fix: package.json & package-lock.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-16299921 - https://snyk.io/vuln/SNYK-JS-UUID-16133035 --- package-lock.json | 22 +++++++++++++--------- package.json | 4 ++-- 2 files changed, 15 insertions(+), 11 deletions(-) diff --git a/package-lock.json b/package-lock.json index b83d5a0..ee298e1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "@fortawesome/vue-fontawesome": "^3.0.10", "@vuelidate/core": "^2.0.3", "@vuelidate/validators": "^2.0.4", - "axios": "^1.15.0", + "axios": "^1.15.2", "bootstrap": "^5.3.3", "bootstrap-vue-next": "^0.42.0", "buffer": "^6.0.3", @@ -27,7 +27,7 @@ "process": "^0.11.10", "rdflib": "^2.3.5", "semver": "^7.5.2", - "uuid": "^8.3.2", + "uuid": "^14.0.0", "vis-data": "^7.1.2", "vis-network": "^9.1.0", "vis-util": "^5.0.2", @@ -2782,9 +2782,9 @@ } }, "node_modules/axios": { - "version": "1.15.0", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.15.0.tgz", - "integrity": "sha512-wWyJDlAatxk30ZJer+GeCWS209sA42X+N5jU2jy6oHTp7ufw8uzUTVFBX9+wTfAlhiJXGS0Bq7X6efruWjuK9Q==", + "version": "1.15.2", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.15.2.tgz", + "integrity": "sha512-wLrXxPtcrPTsNlJmKjkPnNPK2Ihe0hn0wGSaTEiHRPxwjvJwT3hKmXF4dpqxmPO9SoNb2FsYXj/xEo0gHN+D5A==", "license": "MIT", "dependencies": { "follow-redirects": "^1.15.11", @@ -7663,12 +7663,16 @@ "license": "MIT" }, "node_modules/uuid": { - "version": "8.3.2", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz", - "integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==", + "version": "14.0.0", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-14.0.0.tgz", + "integrity": "sha512-Qo+uWgilfSmAhXCMav1uYFynlQO7fMFiMVZsQqZRMIXp0O7rR7qjkj+cPvBHLgBqi960QCoo/PH2/6ZtVqKvrg==", + "funding": [ + "https://github.com/sponsors/broofa", + "https://github.com/sponsors/ctavan" + ], "license": "MIT", "bin": { - "uuid": "dist/bin/uuid" + "uuid": "dist-node/bin/uuid" } }, "node_modules/vis-data": { diff --git a/package.json b/package.json index 6762e64..f121315 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "@fortawesome/vue-fontawesome": "^3.0.10", "@vuelidate/core": "^2.0.3", "@vuelidate/validators": "^2.0.4", - "axios": "^1.15.0", + "axios": "^1.15.2", "bootstrap": "^5.3.3", "bootstrap-vue-next": "^0.42.0", "buffer": "^6.0.3", @@ -27,7 +27,7 @@ "process": "^0.11.10", "rdflib": "^2.3.5", "semver": "^7.5.2", - "uuid": "^8.3.2", + "uuid": "^14.0.0", "vis-data": "^7.1.2", "vis-network": "^9.1.0", "vis-util": "^5.0.2",