From 5dc31704c774b991bee139cb4a071e55d8e8dc96 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 1 Aug 2022 03:58:17 +0000 Subject: [PATCH] fix: x-pack/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NODEFETCH-2964180 --- x-pack/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x-pack/package.json b/x-pack/package.json index ea76a7c475390..82b68710b9287 100644 --- a/x-pack/package.json +++ b/x-pack/package.json @@ -151,7 +151,7 @@ "mochawesome-report-generator": "^4.0.1", "mustache": "^2.3.0", "mutation-observer": "^1.0.3", - "node-fetch": "^2.6.0", + "node-fetch": "^3.2.10", "pdf-image": "2.0.0", "pdfjs-dist": "^2.0.943", "pixelmatch": "4.0.2", @@ -291,7 +291,7 @@ "monaco-editor": "^0.17.0", "ngreact": "^0.5.1", "nock": "10.0.6", - "node-fetch": "^2.6.0", + "node-fetch": "^3.2.10", "nodemailer": "^4.7.0", "object-hash": "^1.3.1", "object-path-immutable": "^3.1.1",