diff --git a/client/package-lock.json b/client/package-lock.json index b46132a60..4de535f9f 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -82,7 +82,7 @@ "webpack": "3.8.1", "webpack-dev-server": "2.9.4", "webpack-manifest-plugin": "1.3.2", - "whatwg-fetch": "2.0.3", + "whatwg-fetch": "3.6.2", "workbox-webpack-plugin": "^4.0.0", "xml2js": "^0.4.19", "yup": "^0.32.11" @@ -16304,9 +16304,9 @@ } }, "node_modules/whatwg-fetch": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/whatwg-fetch/-/whatwg-fetch-2.0.3.tgz", - "integrity": "sha1-nITsLc9oGH/wC8ZOEnS0QhduHIQ=" + "version": "3.6.2", + "resolved": "https://registry.npmjs.org/whatwg-fetch/-/whatwg-fetch-3.6.2.tgz", + "integrity": "sha512-bJlen0FcuU/0EMLrdbJ7zOnW6ITZLrZMIarMUVmdKtsGvZna8vxKYaexICWPfZ8qwf9fzNq+UEIZrnSaApt6RA==" }, "node_modules/whatwg-url": { "version": "4.8.0", @@ -29984,9 +29984,9 @@ } }, "whatwg-fetch": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/whatwg-fetch/-/whatwg-fetch-2.0.3.tgz", - "integrity": "sha1-nITsLc9oGH/wC8ZOEnS0QhduHIQ=" + "version": "3.6.2", + "resolved": "https://registry.npmjs.org/whatwg-fetch/-/whatwg-fetch-3.6.2.tgz", + "integrity": "sha512-bJlen0FcuU/0EMLrdbJ7zOnW6ITZLrZMIarMUVmdKtsGvZna8vxKYaexICWPfZ8qwf9fzNq+UEIZrnSaApt6RA==" }, "whatwg-url": { "version": "4.8.0", diff --git a/client/package.json b/client/package.json index 4872c1cf1..ee8113c64 100644 --- a/client/package.json +++ b/client/package.json @@ -77,7 +77,7 @@ "webpack": "3.8.1", "webpack-dev-server": "2.9.4", "webpack-manifest-plugin": "1.3.2", - "whatwg-fetch": "2.0.3", + "whatwg-fetch": "3.6.2", "workbox-webpack-plugin": "^4.0.0", "xml2js": "^0.4.19", "yup": "^0.32.11"