From 10208c3da8080dc4499912db7df5b0dd6340b9b3 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 21 Nov 2025 04:47:55 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-GLOB-14040952 - https://snyk.io/vuln/SNYK-JS-JSYAML-13961110 --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index d6fd75106..4ec194e0f 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "@mdi/font": "^7.2.96", "@paralleldrive/cuid2": "^2.2.1", "@tailor-cms/config": "1.0.0-beta.26", - "@tailor-cms/core-components": "^1.0.0-beta.16", + "@tailor-cms/core-components": "^1.0.0", "@tailor-cms/utils": "^1.0.0-beta.20", "@ungap/global-this": "^0.4.4", "auto-bind": "^5.0.1", @@ -174,7 +174,7 @@ "dargs": "^8.1.0", "del-cli": "^5.0.0", "dotenv-cli": "^7.2.1", - "eslint": "^8.44.0", + "eslint": "^9.0.0", "eslint-config-semistandard": "^17.0.0", "eslint-config-standard": "^17.1.0", "eslint-plugin-cypress": "^2.13.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": "^8.1.9", "nodemon": "^3.0.1", "rewrite-lockfile": "^1.0.1", "sass": "^1.63.6",