From 72d581310d410f3a60502005c80d8b6ecba5b724 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Aug 2023 12:28:48 +0000 Subject: [PATCH] Deps: Bump whatwg-fetch from 3.6.2 to 3.6.17 Bumps [whatwg-fetch](https://github.com/github/fetch) from 3.6.2 to 3.6.17. - [Release notes](https://github.com/github/fetch/releases) - [Commits](https://github.com/github/fetch/compare/v3.6.2...v3.6.17) --- updated-dependencies: - dependency-name: whatwg-fetch dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 4cf909dac4..3a28b6f25b 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.17" }, "scripts": { "test": "react-scripts test --env=jest-environment-jsdom", diff --git a/yarn.lock b/yarn.lock index f4b4531a90..109bfc8eae 100644 --- a/yarn.lock +++ b/yarn.lock @@ -11005,10 +11005,10 @@ whatwg-encoding@^2.0.0: dependencies: iconv-lite "0.6.3" -whatwg-fetch@^3.6.2: - version "3.6.2" - resolved "https://registry.yarnpkg.com/whatwg-fetch/-/whatwg-fetch-3.6.2.tgz#dced24f37f2624ed0281725d51d0e2e3fe677f8c" - integrity sha512-bJlen0FcuU/0EMLrdbJ7zOnW6ITZLrZMIarMUVmdKtsGvZna8vxKYaexICWPfZ8qwf9fzNq+UEIZrnSaApt6RA== +whatwg-fetch@^3.6.17, whatwg-fetch@^3.6.2: + version "3.6.17" + resolved "https://registry.yarnpkg.com/whatwg-fetch/-/whatwg-fetch-3.6.17.tgz#009bbbfc122b227b74ba1ff31536b3a1a0e0e212" + integrity sha512-c4ghIvG6th0eudYwKZY5keb81wtFz9/WeAHAoy8+r18kcWlitUIrmGFQ2rWEl4UCKUilD3zCLHOIPheHx5ypRQ== whatwg-mimetype@^2.3.0: version "2.3.0"