From c82fdcfca72e72b074e3e6627b4a24b524d2caf5 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 15 Jun 2025 08:05:16 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BABELTRAVERSE-5962462 - https://snyk.io/vuln/SNYK-JS-BRACES-6838727 - https://snyk.io/vuln/SNYK-JS-SEMVER-3247795 - https://snyk.io/vuln/SNYK-JS-BABELHELPERS-9397697 - https://snyk.io/vuln/SNYK-JS-JSON5-3182856 - https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728 - https://snyk.io/vuln/SNYK-JS-MINIMIST-2429795 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 38f6e18..49fd1e2 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "add": "^2.0.6", "animejs": "^3.2.1", "axios": "^0.25.0", - "babel-jest": "^27.4.4", + "babel-jest": "^30.0.0", "chance": "^1.1.8", "d3-scale": "^4.0.2", "d3-shape": "^3.1.0",