From f3a2b59a95a523f2134aae8012d978c215701bf6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jul 2023 14:57:03 -0400 Subject: [PATCH] Bump whatwg-fetch from 3.6.2 to 3.6.17 (#47) 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 c428eee..bcd714f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -33,7 +33,7 @@ "prettier": "^3.0.0", "prettier-plugin-tailwindcss": "^0.4.1", "typescript": "5.1.6", - "whatwg-fetch": "^3.6.2" + "whatwg-fetch": "^3.6.17" } }, "node_modules/@aashutoshrathi/word-wrap": { @@ -12019,9 +12019,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==", + "version": "3.6.17", + "resolved": "https://registry.npmjs.org/whatwg-fetch/-/whatwg-fetch-3.6.17.tgz", + "integrity": "sha512-c4ghIvG6th0eudYwKZY5keb81wtFz9/WeAHAoy8+r18kcWlitUIrmGFQ2rWEl4UCKUilD3zCLHOIPheHx5ypRQ==", "dev": true }, "node_modules/whatwg-mimetype": { diff --git a/package.json b/package.json index f89e9f1..457db1d 100644 --- a/package.json +++ b/package.json @@ -53,6 +53,6 @@ "prettier": "^3.0.0", "prettier-plugin-tailwindcss": "^0.4.1", "typescript": "5.1.6", - "whatwg-fetch": "^3.6.2" + "whatwg-fetch": "^3.6.17" } }