From 90da6a4797637584660a3e3f3eb9ab19fdfcb471 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 15 May 2024 06:23:36 +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 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index f30aa1ab64..f7e1b27aa2 100644 --- a/package.json +++ b/package.json @@ -74,7 +74,7 @@ "@open-policy-agent/opa-wasm": "^1.2.0", "@snyk/cli-interface": "2.11.0", "@snyk/cloud-config-parser": "^1.9.2", - "@snyk/code-client": "3.9.0", + "@snyk/code-client": "4.12.4", "@snyk/dep-graph": "^1.27.1", "@snyk/fix": "1.650.0", "@snyk/gemfile": "1.2.0", @@ -136,7 +136,7 @@ "source-map-support": "^0.5.11", "strip-ansi": "^5.2.0", "tar": "^6.1.0", - "tempy": "^1.0.1", + "tempy": "^3.0.0", "update-notifier": "^5.1.0", "uuid": "^8.3.2", "wrap-ansi": "^5.1.0", @@ -162,7 +162,7 @@ "eslint": "6.8.0", "eslint-config-prettier": "^6.1.0", "fs-extra": "^9.1.0", - "jest": "^26.6.3", + "jest": "^29.0.0", "jest-junit": "^12.0.0", "lodash": "^4.17.20", "madge": "^3.4.4", @@ -175,7 +175,7 @@ "sinon": "^4.0.0", "tap": "^12.6.1", "tap-junit": "^4.2.0", - "ts-jest": "^26.5.2", + "ts-jest": "^27.0.0", "ts-node": "^8.0.0", "typescript": "^3.4.1" },