diff --git a/package-lock.json b/package-lock.json index dd9523ecc5..450e79eade 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.1", - "whatwg-fetch": "^3.6.18" + "whatwg-fetch": "^3.6.19" }, "devDependencies": { "@babel/cli": "^7.21.5", @@ -23172,9 +23172,9 @@ } }, "node_modules/whatwg-fetch": { - "version": "3.6.18", - "resolved": "https://registry.npmjs.org/whatwg-fetch/-/whatwg-fetch-3.6.18.tgz", - "integrity": "sha512-ltN7j66EneWn5TFDO4L9inYC1D+Czsxlrw2SalgjMmEMkLfA5SIZxEFdE6QtHFiiM6Q7WL32c7AkI3w6yxM84Q==" + "version": "3.6.19", + "resolved": "https://registry.npmjs.org/whatwg-fetch/-/whatwg-fetch-3.6.19.tgz", + "integrity": "sha512-d67JP4dHSbm2TrpFj8AbO8DnL1JXL5J9u0Kq2xW6d0TFDbCA3Muhdt8orXC22utleTVj7Prqt82baN6RBvnEgw==" }, "node_modules/whatwg-mimetype": { "version": "2.3.0", diff --git a/package.json b/package.json index 8c67afa97f..b39eafffcb 100644 --- a/package.json +++ b/package.json @@ -66,7 +66,7 @@ "redux-thunk": "^2.4.2", "styled-components": "^4.4.1", "uuid": "^9.0.1", - "whatwg-fetch": "^3.6.18" + "whatwg-fetch": "^3.6.19" }, "scripts": { "test": "react-scripts test --env=jest-environment-jsdom",