From acc71e54fde47b0b9b00a91103152a980cb344b1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 17 May 2024 23:46:43 +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 007baff..4ce143e 100644 --- a/package.json +++ b/package.json @@ -30,9 +30,9 @@ "eslint-plugin-prettier": "^2.4.0", "eslint-plugin-react": "^7.5.1", "if-env": "^1.0.0", - "jest": "^22.0.6", + "jest": "^28.0.0", "node-sass": "^4.7.2", - "preact-cli": "^2.1.0", + "preact-cli": "^3.3.4", "prettier": "^1.10.2", "sass-loader": "^6.0.6" },