From e3fc57fe1fe1216f71267d45cee7869dbf99e818 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Sep 2023 10:27:14 -0400 Subject: [PATCH] build(deps-dev): bump whatwg-fetch from 3.6.18 to 3.6.19 (#99) Bumps [whatwg-fetch](https://github.com/github/fetch) from 3.6.18 to 3.6.19. - [Release notes](https://github.com/github/fetch/releases) - [Changelog](https://github.com/JakeChampion/fetch/blob/main/CHANGELOG.md) - [Commits](https://github.com/github/fetch/compare/v3.6.18...v3.6.19) --- updated-dependencies: - dependency-name: whatwg-fetch dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 091f14d6..200dfce2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -42,7 +42,7 @@ "prettier": "^3.0.3", "ts-jest": "^29.1.1", "typescript": "^5.1.6", - "whatwg-fetch": "^3.6.18" + "whatwg-fetch": "^3.6.19" } }, "node_modules/@adobe/css-tools": { @@ -13657,9 +13657,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==", "dev": true }, "node_modules/whatwg-mimetype": { diff --git a/package.json b/package.json index b0c803cf..d0cf1dc5 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "prettier": "^3.0.3", "ts-jest": "^29.1.1", "typescript": "^5.1.6", - "whatwg-fetch": "^3.6.18" + "whatwg-fetch": "^3.6.19" }, "jest": { "preset": "ts-jest",