From 11569d7e7069b39f9b2736820f6b69f59b3dce70 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 8 Feb 2026 21:48:04 +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-CROSSSPAWN-8303230 - https://snyk.io/vuln/SNYK-JS-BRACEEXPANSION-9789073 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index d4f9d82bd..f9b9337e7 100644 --- a/package.json +++ b/package.json @@ -46,12 +46,12 @@ "@types/sinonjs__fake-timers": "^8.1.5", "esbuild": "^0.21.0", "fetch-mock": "^10.0.0", - "glob": "^10.2.5", + "glob": "^12.0.0", "http-proxy-agent": "^7.0.0", "jest": "^29.0.0", "prettier": "3.3.2", "proxy": "^2.0.0", - "semantic-release": "^24.0.0", + "semantic-release": "^25.0.0", "semantic-release-plugin-update-version-in-files": "^1.0.0", "ts-jest": "^29.0.0", "typescript": "^5.0.0",