From 67fe13e6d9e3d613caddf0ff89688916595f8f04 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Aug 2023 17:47:11 +0000 Subject: [PATCH] Bump whatwg-fetch from 2.0.3 to 3.6.18 in /client Bumps [whatwg-fetch](https://github.com/github/fetch) from 2.0.3 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/v2.0.3...v3.6.18) --- updated-dependencies: - dependency-name: whatwg-fetch dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- client/package-lock.json | 14 +++++++------- client/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/client/package-lock.json b/client/package-lock.json index 26c7d1eb9..b8e8ef9f7 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -84,7 +84,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.18", "workbox-webpack-plugin": "^4.0.0", "xml2js": "^0.4.19", "xstate": "^4.33.6", @@ -16704,9 +16704,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.18", + "resolved": "https://registry.npmjs.org/whatwg-fetch/-/whatwg-fetch-3.6.18.tgz", + "integrity": "sha512-ltN7j66EneWn5TFDO4L9inYC1D+Czsxlrw2SalgjMmEMkLfA5SIZxEFdE6QtHFiiM6Q7WL32c7AkI3w6yxM84Q==" }, "node_modules/whatwg-url": { "version": "4.8.0", @@ -30670,9 +30670,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.18", + "resolved": "https://registry.npmjs.org/whatwg-fetch/-/whatwg-fetch-3.6.18.tgz", + "integrity": "sha512-ltN7j66EneWn5TFDO4L9inYC1D+Czsxlrw2SalgjMmEMkLfA5SIZxEFdE6QtHFiiM6Q7WL32c7AkI3w6yxM84Q==" }, "whatwg-url": { "version": "4.8.0", diff --git a/client/package.json b/client/package.json index 844ff1c05..879a7b84b 100644 --- a/client/package.json +++ b/client/package.json @@ -79,7 +79,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.18", "workbox-webpack-plugin": "^4.0.0", "xml2js": "^0.4.19", "xstate": "^4.33.6",