diff --git a/package-lock.json b/package-lock.json index 27928466e2..67c14d225e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -52,7 +52,7 @@ "redux-thunk": "^2.4.2", "styled-components": "^4.4.1", "uuid": "^9.0.0", - "whatwg-fetch": "^3.6.2" + "whatwg-fetch": "^3.6.18" }, "devDependencies": { "@babel/cli": "^7.21.5", @@ -20065,10 +20065,9 @@ } }, "node_modules/whatwg-fetch": { - "version": "3.6.2", - "resolved": "https://registry.npmjs.org/whatwg-fetch/-/whatwg-fetch-3.6.2.tgz", - "integrity": "sha512-bJlen0FcuU/0EMLrdbJ7zOnW6ITZLrZMIarMUVmdKtsGvZna8vxKYaexICWPfZ8qwf9fzNq+UEIZrnSaApt6RA==", - "license": "MIT" + "version": "3.6.18", + "resolved": "https://registry.npmjs.org/whatwg-fetch/-/whatwg-fetch-3.6.18.tgz", + "integrity": "sha512-ltN7j66EneWn5TFDO4L9inYC1D+Czsxlrw2SalgjMmEMkLfA5SIZxEFdE6QtHFiiM6Q7WL32c7AkI3w6yxM84Q==" }, "node_modules/whatwg-mimetype": { "version": "2.3.0", diff --git a/package.json b/package.json index 63ca84c74e..e1c2368f7d 100644 --- a/package.json +++ b/package.json @@ -66,7 +66,7 @@ "redux-thunk": "^2.4.2", "styled-components": "^4.4.1", "uuid": "^9.0.0", - "whatwg-fetch": "^3.6.2" + "whatwg-fetch": "^3.6.18" }, "scripts": { "test": "react-scripts test --env=jest-environment-jsdom",