From 40fd3f23b7095f2abaa3ce34ad23456fdc9714c7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 13 Feb 2026 14:48:10 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-15252993 - https://snyk.io/vuln/SNYK-JS-AJV-15274295 - https://snyk.io/vuln/SNYK-JS-QS-15268416 - https://snyk.io/vuln/SNYK-JS-TAR-15032660 - https://snyk.io/vuln/SNYK-JS-TAR-6476909 - https://snyk.io/vuln/SNYK-JS-TAR-15038581 - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 - https://snyk.io/vuln/SNYK-JS-TAR-15127355 - https://snyk.io/vuln/SNYK-JS-BRACEEXPANSION-9789073 --- package.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/package.json b/package.json index d6fd75106..14d8fcb0f 100644 --- a/package.json +++ b/package.json @@ -48,15 +48,15 @@ "@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", - "axios": "^1.4.0", + "axios": "^1.13.5", "bcrypt": "^5.1.0", "blob-util": "^2.0.2", "bluebird": "^3.7.2", - "body-parser": "^1.20.2", + "body-parser": "^1.20.4", "boxen": "^7.1.1", "bunyan": "^1.8.15", "change-case": "^4.1.2", @@ -78,7 +78,7 @@ "dotenv": "^16.3.1", "emailjs": "^4.0.2", "event-source-polyfill": "^1.0.31", - "express": "^4.18.2", + "express": "^4.22.0", "express-async-errors": "^3.1.1", "express-rate-limit": "^6.7.1", "express-session": "^1.17.3", @@ -170,11 +170,11 @@ "@types/eslint": "^8.44.0", "@vitejs/plugin-vue2": "^2.2.0", "bunyan-pretty-cli": "^0.2.0", - "cypress": "^12.17.1", + "cypress": "^13.0.0", "dargs": "^8.1.0", "del-cli": "^5.0.0", "dotenv-cli": "^7.2.1", - "eslint": "^8.44.0", + "eslint": "^10.0.0", "eslint-config-semistandard": "^17.0.0", "eslint-config-standard": "^17.1.0", "eslint-plugin-cypress": "^2.13.3", @@ -184,13 +184,13 @@ "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.4", "nodemon": "^3.0.1", "rewrite-lockfile": "^1.0.1", "sass": "^1.63.6", "sequelize-cli": "^6.6.1", "sql-log-prettifier": "^0.1.2", - "start-server-and-test": "^2.0.0", + "start-server-and-test": "^2.0.3", "stylelint": "^15.10.1", "terser": "^5.19.0", "umzug": "^3.2.1",