diff --git a/integration-tests/package-lock.json b/integration-tests/package-lock.json index 705433d..2b679b5 100644 --- a/integration-tests/package-lock.json +++ b/integration-tests/package-lock.json @@ -94,9 +94,9 @@ } }, "node-fetch": { - "version": "2.6.0", - "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.0.tgz", - "integrity": "sha512-8dG4H5ujfvFiqDmVu9fQ5bOHUC15JMjMY/Zumv26oOvvVJjM67KF8koCWIabKQ1GJIa9r2mMZscBq/TbdOcmNA==", + "version": "2.6.1", + "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.1.tgz", + "integrity": "sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw==", "dev": true }, "object-assign": { diff --git a/integration-tests/package.json b/integration-tests/package.json index c014c78..6854440 100644 --- a/integration-tests/package.json +++ b/integration-tests/package.json @@ -10,6 +10,6 @@ "@types/node-fetch": "^2.5.4", "@types/react": "^16.9.2", "@types/react-dom": "^16.8.5", - "node-fetch": "^2.6.0" + "node-fetch": "^2.6.1" } }