From 163a709064b3277f92282c8480d1603f3d57b08c Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Sat, 14 Feb 2026 03:49:19 +0000 Subject: [PATCH 1/2] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AJV-15274295 - https://snyk.io/vuln/SNYK-JS-QS-15268416 --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 117c521..543bffd 100644 --- a/package.json +++ b/package.json @@ -3,12 +3,12 @@ "@babel/core": "^7.9.0", "@babel/preset-env": "^7.27.1", "@babel/preset-react": "^7.9.4", - "babel-loader": "^8.1.0", - "cheerio": "^0.20.0", + "babel-loader": "^10.0.0", + "cheerio": "^0.22.0", "hsluv": "0.0.1", "http-server": "^0.12.1", "lodash": "^4.6.1", - "magicbook": "^0.1.19", + "magicbook": "^0.1.30", "magicbook-codesplit": "^0.1.6", "magicbook-webpack": "0.0.4", "p5": "^0.5.9", @@ -18,7 +18,7 @@ "terser-webpack-plugin": "^2.3.5", "through2": "^2.0.1", "tinyliquid": "^0.2.31", - "webpack": "^4.42.1" + "webpack": "^5.0.0" }, "scripts": { "dev": "magicbook build --watch", From 796dcb38e4cdee842e4fefa45154f7eb6ed7a9c8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 14 Feb 2026 04:50:42 +0000 Subject: [PATCH 2/2] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AJV-15274295 - https://snyk.io/vuln/SNYK-JS-QS-15268416