aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar dependabot[bot]2022-07-18 20:39:10 +0000
committerGravatar Vitaly Takmazov2023-06-14 06:16:56 +0300
commit54873b176176aafd25847422f02baf67641750b2 (patch)
tree960d6f735afecbfa5483dfbef76baa83646ed8c9
parent453a457d8152690ac429300dbc1f9aaa35f72bd2 (diff)
[backup] Bump node-fetch from 3.2.8 to 3.2.9
Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 3.2.8 to 3.2.9. - [Release notes](https://github.com/node-fetch/node-fetch/releases) - [Commits](https://github.com/node-fetch/node-fetch/compare/v3.2.8...v3.2.9)
-rw-r--r--backup/package.json2
-rw-r--r--backup/yarn.lock8
2 files changed, 5 insertions, 5 deletions
diff --git a/backup/package.json b/backup/package.json
index 35f4f5ef..3b1c1f6e 100644
--- a/backup/package.json
+++ b/backup/package.json
@@ -15,6 +15,6 @@
"dependencies": {
"lodash": "^4.17.21",
"minimist": "^1.2.6",
- "node-fetch": "^3.2.8"
+ "node-fetch": "^3.2.9"
}
}
diff --git a/backup/yarn.lock b/backup/yarn.lock
index 04b71721..c09e29f5 100644
--- a/backup/yarn.lock
+++ b/backup/yarn.lock
@@ -37,10 +37,10 @@ node-domexception@^1.0.0:
resolved "https://registry.yarnpkg.com/node-domexception/-/node-domexception-1.0.0.tgz#6888db46a1f71c0b76b3f7555016b63fe64766e5"
integrity sha512-/jKZoMpw0F8GRwl4/eLROPA3cfcXtLApP0QzLmUT/HuPCZWyB7IY9ZrMeKw2O/nFIqPQB3PVM9aYm0F312AXDQ==
-node-fetch@^3.2.8:
- version "3.2.8"
- resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-3.2.8.tgz#0d9516dcf43a758d78d6dbe538adf0b1f6a4944e"
- integrity sha512-KtpD1YhGszhntMpBDyp5lyagk8KIMopC1LEb7cQUAh7zcosaX5uK8HnbNb2i3NTQK3sIawCItS0uFC3QzcLHdg==
+node-fetch@^3.2.9:
+ version "3.2.9"
+ resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-3.2.9.tgz#3f6070bf854de20f21b9fe8479f823462e615d7d"
+ integrity sha512-/2lI+DBecVvVm9tDhjziTVjo2wmTsSxSk58saUYP0P/fRJ3xxtfMDY24+CKTkfm0Dlhyn3CSXNL0SoRiCZ8Rzg==
dependencies:
data-uri-to-buffer "^4.0.0"
fetch-blob "^3.1.4"