From 58fd5ab19a4807f0424017f296cdb1c4344be3b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 31 Aug 2023 14:10:59 +0000 Subject: [PATCH] Deps: Bump whatwg-fetch from 3.6.2 to 3.6.18 Bumps [whatwg-fetch](https://github.com/github/fetch) from 3.6.2 to 3.6.18. - [Release notes](https://github.com/github/fetch/releases) - [Changelog](https://github.com/JakeChampion/fetch/blob/master/CHANGELOG.md) - [Commits](https://github.com/github/fetch/compare/v3.6.2...v3.6.18) --- updated-dependencies: - dependency-name: whatwg-fetch dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 9 ++++----- package.json | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) 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",