aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar dependabot[bot]2023-12-14 21:57:17 +0000
committerGravatar vitalyster2023-12-15 12:31:10 +0300
commita30ff1476225d2e3987cc528e08de98ae92c1ff2 (patch)
tree161afa998019b5f4fee3f067f54ca7b18fdc6ad6
parent8c0cff395edb91164d506b0ed99a7a10e9c51696 (diff)
build(deps): bump whatwg-fetch from 3.6.19 to 3.6.20
Bumps [whatwg-fetch](https://github.com/github/fetch) from 3.6.19 to 3.6.20. - [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.19...v3.6.20) --- 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.json14
-rw-r--r--package.json2
2 files changed, 8 insertions, 8 deletions
diff --git a/package-lock.json b/package-lock.json
index ea54e3ae..8775d226 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -32,7 +32,7 @@
"react-router-dom": "^6.21.0",
"svg4everybody": "^2.1.9",
"url-polyfill": "^1.1.12",
- "whatwg-fetch": "^3.6.19",
+ "whatwg-fetch": "^3.6.20",
"xml2js": "^0.6.2"
},
"devDependencies": {
@@ -19041,9 +19041,9 @@
}
},
"node_modules/whatwg-fetch": {
- "version": "3.6.19",
- "resolved": "https://registry.npmjs.org/whatwg-fetch/-/whatwg-fetch-3.6.19.tgz",
- "integrity": "sha512-d67JP4dHSbm2TrpFj8AbO8DnL1JXL5J9u0Kq2xW6d0TFDbCA3Muhdt8orXC22utleTVj7Prqt82baN6RBvnEgw=="
+ "version": "3.6.20",
+ "resolved": "https://registry.npmjs.org/whatwg-fetch/-/whatwg-fetch-3.6.20.tgz",
+ "integrity": "sha512-EqhiFU6daOA8kpjOWTL0olhVOF3i7OrFzSYiGsEMB8GcXS+RrzauAERX65xMeNWVqxA6HXH2m69Z9LaKKdisfg=="
},
"node_modules/whatwg-mimetype": {
"version": "3.0.0",
@@ -32676,9 +32676,9 @@
}
},
"whatwg-fetch": {
- "version": "3.6.19",
- "resolved": "https://registry.npmjs.org/whatwg-fetch/-/whatwg-fetch-3.6.19.tgz",
- "integrity": "sha512-d67JP4dHSbm2TrpFj8AbO8DnL1JXL5J9u0Kq2xW6d0TFDbCA3Muhdt8orXC22utleTVj7Prqt82baN6RBvnEgw=="
+ "version": "3.6.20",
+ "resolved": "https://registry.npmjs.org/whatwg-fetch/-/whatwg-fetch-3.6.20.tgz",
+ "integrity": "sha512-EqhiFU6daOA8kpjOWTL0olhVOF3i7OrFzSYiGsEMB8GcXS+RrzauAERX65xMeNWVqxA6HXH2m69Z9LaKKdisfg=="
},
"whatwg-mimetype": {
"version": "3.0.0",
diff --git a/package.json b/package.json
index 58697467..4b67fd73 100644
--- a/package.json
+++ b/package.json
@@ -109,7 +109,7 @@
"react-router-dom": "^6.21.0",
"svg4everybody": "^2.1.9",
"url-polyfill": "^1.1.12",
- "whatwg-fetch": "^3.6.19",
+ "whatwg-fetch": "^3.6.20",
"xml2js": "^0.6.2"
}
}