From 6d0992b712ea48d940d0a0cd92a7f305f9092338 Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2024 15:29:11 +0000 Subject: [PATCH] fix: node_modules/exponential-backoff/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908 - https://snyk.io/vuln/SNYK-JS-BRACES-6838727 - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 - https://snyk.io/vuln/SNYK-JS-ISTANBULREPORTS-2328088 - https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728 - https://snyk.io/vuln/SNYK-JS-REQUEST-3361831 - https://snyk.io/vuln/SNYK-JS-TOUGHCOOKIE-5672873 - https://snyk.io/vuln/SNYK-JS-UNSETVALUE-2400660 - https://snyk.io/vuln/SNYK-JS-YARGSPARSER-560381 --- node_modules/exponential-backoff/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/node_modules/exponential-backoff/package.json b/node_modules/exponential-backoff/package.json index 23232a0df2c57..fbb8739e2f8a0 100644 --- a/node_modules/exponential-backoff/package.json +++ b/node_modules/exponential-backoff/package.json @@ -52,10 +52,10 @@ "@types/jest": "^24.0.18", "@types/node": "^10.14.21", "husky": "^3.0.9", - "jest": "^24.9.0", - "lint-staged": "^9.4.2", + "jest": "^29.0.0", + "lint-staged": "^10.2.0", "prettier": "^1.18.2", - "ts-jest": "^24.1.0", + "ts-jest": "^25.3.0", "typescript": "^3.6.4" } }