From 378898be4e4b0c11da1dc97192b629331316993c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 14 Feb 2026 15:16:22 +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-MARKDOWNIT-10666750 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index e8bd291..428d580 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "@babel/preset-env": "^7.18.10", "ansi-styles": "^6.1.0", "autoprefixer": "^10.4.8", - "browser-sync": "^2.27.10", + "browser-sync": "^3.0.0", "chalk": "^5.0.1", "clean-css": "^5.3.1", "cpx": "^1.5.0", @@ -67,7 +67,7 @@ "imagemin-optipng": "^8.0.0", "imagemin-pngquant": "^9.0.2", "luxon": "^3.0.1", - "markdown-it": "^13.0.1", + "markdown-it": "^14.1.1", "markdown-it-anchor": "^8.6.4", "markdown-it-attrs": "^4.1.4", "markdown-it-container": "^3.0.0",