diff options
author | dependabot[bot] | 2023-08-29 21:24:09 +0000 |
---|---|---|
committer | vitalyster | 2023-08-30 02:38:56 +0300 |
commit | 28ba5543fcf7ffc1eeaacfc4763a09a8da7b62d7 (patch) | |
tree | eac45fbab14775ffd589e67e0c0282862f6f5802 | |
parent | 9a0ebde44ef7361fb8953baa75fe10f5428162b5 (diff) |
build(deps): bump whatwg-fetch from 3.6.17 to 3.6.18
Bumps [whatwg-fetch](https://github.com/github/fetch) from 3.6.17 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.17...v3.6.18)
---
updated-dependencies:
- dependency-name: whatwg-fetch
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r-- | package-lock.json | 14 | ||||
-rw-r--r-- | package.json | 2 |
2 files changed, 8 insertions, 8 deletions
diff --git a/package-lock.json b/package-lock.json index a18766fe..98327b92 100644 --- a/package-lock.json +++ b/package-lock.json @@ -31,7 +31,7 @@ "react-router-dom": "^6.15.0", "svg4everybody": "^2.1.9", "url-polyfill": "^1.1.12", - "whatwg-fetch": "^3.6.17", + "whatwg-fetch": "^3.6.18", "xml2js": "^0.6.2" }, "devDependencies": { @@ -19075,9 +19075,9 @@ } }, "node_modules/whatwg-fetch": { - "version": "3.6.17", - "resolved": "https://registry.npmjs.org/whatwg-fetch/-/whatwg-fetch-3.6.17.tgz", - "integrity": "sha512-c4ghIvG6th0eudYwKZY5keb81wtFz9/WeAHAoy8+r18kcWlitUIrmGFQ2rWEl4UCKUilD3zCLHOIPheHx5ypRQ==" + "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": "3.0.0", @@ -32841,9 +32841,9 @@ } }, "whatwg-fetch": { - "version": "3.6.17", - "resolved": "https://registry.npmjs.org/whatwg-fetch/-/whatwg-fetch-3.6.17.tgz", - "integrity": "sha512-c4ghIvG6th0eudYwKZY5keb81wtFz9/WeAHAoy8+r18kcWlitUIrmGFQ2rWEl4UCKUilD3zCLHOIPheHx5ypRQ==" + "version": "3.6.18", + "resolved": "https://registry.npmjs.org/whatwg-fetch/-/whatwg-fetch-3.6.18.tgz", + "integrity": "sha512-ltN7j66EneWn5TFDO4L9inYC1D+Czsxlrw2SalgjMmEMkLfA5SIZxEFdE6QtHFiiM6Q7WL32c7AkI3w6yxM84Q==" }, "whatwg-mimetype": { "version": "3.0.0", diff --git a/package.json b/package.json index 02531453..b1138908 100644 --- a/package.json +++ b/package.json @@ -108,7 +108,7 @@ "react-router-dom": "^6.15.0", "svg4everybody": "^2.1.9", "url-polyfill": "^1.1.12", - "whatwg-fetch": "^3.6.17", + "whatwg-fetch": "^3.6.18", "xml2js": "^0.6.2" } } |