From 99f967b44c067e159f32dbb6d451b791237e0fdf Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 18 Jan 2022 17:02:53 +0000 Subject: [PATCH] fix: tests/integration-latest/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NODEFETCH-2342118 --- tests/integration-latest/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/integration-latest/package.json b/tests/integration-latest/package.json index 84a91fe7..f14e06d4 100644 --- a/tests/integration-latest/package.json +++ b/tests/integration-latest/package.json @@ -75,11 +75,11 @@ "negotiator": "0.4.9", "postcss": "^5.2.16", "postcss-modules": "^0.6.4", - "react": "^15.3.2", + "react": "^16.5.0", "react-addons-test-utils": "^15.3.2", "react-css-modules": "^4.1.0", - "react-dom": "^15.3.2", - "react-test-renderer": "^15.5.4", + "react-dom": "^16.5.0", + "react-test-renderer": "^16.5.0", "readable-stream": "2.2.2", "rxjs": "^5.0.0-beta.12", "sinon": "^1.17.6",