From 9c10e2e26b3f4631aa839429a20c72ac71417590 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 6 Sep 2024 17:13:56 +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-INFLIGHT-6095116 - https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728 - https://snyk.io/vuln/SNYK-JS-UNSETVALUE-2400660 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index fedeea7c3cc..b0f9621c492 100644 --- a/package.json +++ b/package.json @@ -2,8 +2,8 @@ "name": "cockroachdb-docs", "version": "2.0.0", "devDependencies": { - "jest": "^26", - "jest-cli": "^26" + "jest": "^27.0.2", + "jest-cli": "^27.0.2" }, "dependencies": { "front-matter": "^4.0.2",