aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorLibravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2020-09-12 07:28:57 +0000
committerLibravatar GitHub <noreply@github.com>2020-09-12 07:28:57 +0000
commit5f8fb417b4cbf176c83ce5d0eddbee1436fb8a34 (patch)
treecdc5de3a245283fccf152573b3d03f454c93d5c2 /package.json
parentMerge pull request #31 from xthursdayx/master (diff)
downloadferdium-server-5f8fb417b4cbf176c83ce5d0eddbee1436fb8a34.tar.gz
ferdium-server-5f8fb417b4cbf176c83ce5d0eddbee1436fb8a34.tar.zst
ferdium-server-5f8fb417b4cbf176c83ce5d0eddbee1436fb8a34.zip
Bump node-fetch from 2.6.0 to 2.6.1
Bumps [node-fetch](https://github.com/bitinn/node-fetch) from 2.6.0 to 2.6.1. - [Release notes](https://github.com/bitinn/node-fetch/releases) - [Changelog](https://github.com/node-fetch/node-fetch/blob/master/docs/CHANGELOG.md) - [Commits](https://github.com/bitinn/node-fetch/compare/v2.6.0...v2.6.1) Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 43e0ac0..5b25aac 100644
--- a/package.json
+++ b/package.json
@@ -35,7 +35,7 @@
35 "atob": "^2.1.2", 35 "atob": "^2.1.2",
36 "btoa": "^1.2.1", 36 "btoa": "^1.2.1",
37 "fs-extra": "^8.1.0", 37 "fs-extra": "^8.1.0",
38 "node-fetch": "^2.6.0", 38 "node-fetch": "^2.6.1",
39 "pg": "^7.18.2", 39 "pg": "^7.18.2",
40 "sqlite3": "^4.1.0", 40 "sqlite3": "^4.1.0",
41 "targz": "^1.0.1", 41 "targz": "^1.0.1",