From 102d263452579a9580d1738b9c4debba3c51859f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 18 Jun 2025 19:08:57 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-CROSSSPAWN-8303230 - https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728 - 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..3b72f1a80 100644 --- a/package.json +++ b/package.json @@ -40,13 +40,13 @@ "@octokit/auth-oauth-app": "^8.0.0", "@octokit/tsconfig": "^3.0.0", "@sinonjs/fake-timers": "^11.2.2", - "@types/jest": "^29.0.0", + "@types/jest": "^30.0.0", "@types/lolex": "^5.1.0", "@types/node": "^20.0.0", "@types/sinonjs__fake-timers": "^8.1.5", "esbuild": "^0.21.0", "fetch-mock": "^10.0.0", - "glob": "^10.2.5", + "glob": "^11.0.3", "http-proxy-agent": "^7.0.0", "jest": "^29.0.0", "prettier": "3.3.2",