From a2eef4bc6b0108c4064460d3f1093bf5568f09c4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 28 Nov 2025 11:14:11 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-VALIDATOR-13653476 - https://snyk.io/vuln/SNYK-JS-JSYAML-13961110 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index d6fd75106..b190754f1 100644 --- a/package.json +++ b/package.json @@ -145,7 +145,7 @@ "untildify": "^5.0.0", "url-join": "^5.0.0", "url-parse": "^1.5.10", - "validator": "^13.9.0", + "validator": "^13.15.22", "vee-validate": "^3.4.15", "vue": "^2.7.14", "vue-clipboard2": "^0.3.3", @@ -184,7 +184,7 @@ "eslint-plugin-require-sort": "^1.3.0", "eslint-plugin-vue": "9.15.1", "eslint-plugin-vuetify": "^1.1.0", - "lerna": "^7.3.0", + "lerna": "^9.0.3", "nodemon": "^3.0.1", "rewrite-lockfile": "^1.0.1", "sass": "^1.63.6",