diff options
author | dependabot[bot] | 2023-07-21 21:24:10 +0000 |
---|---|---|
committer | vitalyster | 2023-07-22 02:56:55 +0300 |
commit | 0436da9c6a06e5ee4e5e1ab02fb1f60894310b9d (patch) | |
tree | e4801e3ca5bbfda8f2f3b1c3000785c2e973dde9 | |
parent | 437ed06f5ee9dadf7c7db8a1378b6349bde854f3 (diff) |
build(deps): bump whatwg-fetch from 3.6.16 to 3.6.17
Bumps [whatwg-fetch](https://github.com/github/fetch) from 3.6.16 to 3.6.17.
- [Release notes](https://github.com/github/fetch/releases)
- [Commits](https://github.com/github/fetch/compare/v3.6.16...v3.6.17)
---
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 1daafe1f..b93f0afe 100644 --- a/package-lock.json +++ b/package-lock.json @@ -31,7 +31,7 @@ "react-router-dom": "^6.14.2", "svg4everybody": "^2.1.9", "url-polyfill": "^1.1.12", - "whatwg-fetch": "^3.6.16", + "whatwg-fetch": "^3.6.17", "xml2js": "^0.6.0" }, "devDependencies": { @@ -19015,9 +19015,9 @@ } }, "node_modules/whatwg-fetch": { - "version": "3.6.16", - "resolved": "https://registry.npmjs.org/whatwg-fetch/-/whatwg-fetch-3.6.16.tgz", - "integrity": "sha512-83avoGbZ0qtjtNrU3UTT3/Xd3uZ7DyfSYLuc1fL5iYs+93P+UkIVF6/6xpRVWeQcvbc7kSnVybSAVbd6QFW5Fg==" + "version": "3.6.17", + "resolved": "https://registry.npmjs.org/whatwg-fetch/-/whatwg-fetch-3.6.17.tgz", + "integrity": "sha512-c4ghIvG6th0eudYwKZY5keb81wtFz9/WeAHAoy8+r18kcWlitUIrmGFQ2rWEl4UCKUilD3zCLHOIPheHx5ypRQ==" }, "node_modules/whatwg-mimetype": { "version": "3.0.0", @@ -32660,9 +32660,9 @@ } }, "whatwg-fetch": { - "version": "3.6.16", - "resolved": "https://registry.npmjs.org/whatwg-fetch/-/whatwg-fetch-3.6.16.tgz", - "integrity": "sha512-83avoGbZ0qtjtNrU3UTT3/Xd3uZ7DyfSYLuc1fL5iYs+93P+UkIVF6/6xpRVWeQcvbc7kSnVybSAVbd6QFW5Fg==" + "version": "3.6.17", + "resolved": "https://registry.npmjs.org/whatwg-fetch/-/whatwg-fetch-3.6.17.tgz", + "integrity": "sha512-c4ghIvG6th0eudYwKZY5keb81wtFz9/WeAHAoy8+r18kcWlitUIrmGFQ2rWEl4UCKUilD3zCLHOIPheHx5ypRQ==" }, "whatwg-mimetype": { "version": "3.0.0", diff --git a/package.json b/package.json index 55c3f63f..7250fe05 100644 --- a/package.json +++ b/package.json @@ -108,7 +108,7 @@ "react-router-dom": "^6.14.2", "svg4everybody": "^2.1.9", "url-polyfill": "^1.1.12", - "whatwg-fetch": "^3.6.16", + "whatwg-fetch": "^3.6.17", "xml2js": "^0.6.0" } } |