From 775c0ee1e64449a73deff0d3e819dd9ab808e866 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 16 Sep 2024 20:41:33 +0000 Subject: [PATCH] fix: examples/with-typescript-eslint-jest/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 --- examples/with-typescript-eslint-jest/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/with-typescript-eslint-jest/package.json b/examples/with-typescript-eslint-jest/package.json index 64f8a47e954f1..45a24dcf4e586 100644 --- a/examples/with-typescript-eslint-jest/package.json +++ b/examples/with-typescript-eslint-jest/package.json @@ -43,7 +43,7 @@ "eslint-plugin-react": "^7.19.0", "husky": "^4.2.3", "identity-obj-proxy": "^3.0.0", - "jest": "^26.6.3", + "jest": "^27.0.2", "jest-watch-typeahead": "^0.6.1", "lint-staged": "^10.0.10", "prettier": "^2.0.2",