From 8f8c9a69e6856b566463325b899270a47fe9835b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 14 May 2024 22:45:46 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BRACES-6838727 - https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index d7421d331eaf..cdbf7a628c3b 100644 --- a/package.json +++ b/package.json @@ -103,7 +103,7 @@ "@babel/preset-env": "^7.16.11", "@graphql-inspector/core": "^3.1.1", "@graphql-tools/load": "^7.4.1", - "@jest/globals": "^28.1.0", + "@jest/globals": "^29.0.0", "@octokit/graphql": "4.8.0", "@octokit/rest": "^18.12.0", "@types/github-slugger": "^1.3.0", @@ -140,7 +140,7 @@ "http-status-code": "^2.1.0", "husky": "^7.0.4", "japanese-characters": "^1.1.0", - "jest": "^27.4.7", + "jest": "^29.0.0", "jest-environment-puppeteer": "5.0.4", "jest-fail-on-console": "^2.2.3", "jest-github-actions-reporter": "^1.0.3",