diff options
author | Madeline <46743919+MaddyUnderStars@users.noreply.github.com> | 2022-01-24 17:06:31 +1100 |
---|---|---|
committer | Madeline <46743919+MaddyUnderStars@users.noreply.github.com> | 2022-01-24 17:06:31 +1100 |
commit | e567755ab6ff601deca4fd49e05e506539e70bd0 (patch) | |
tree | bfd82deeff73f9123a4128ab214a447539f97ed2 /util/package.json | |
parent | * Replaced list of invisible characters with unicode codepoints (diff) | |
download | server-e567755ab6ff601deca4fd49e05e506539e70bd0.tar.xz |
revert dependabot PRs that update node-fetch to v3
Diffstat (limited to 'util/package.json')
-rw-r--r-- | util/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/package.json b/util/package.json index 1ef3031e..d7baed9a 100644 --- a/util/package.json +++ b/util/package.json @@ -44,7 +44,7 @@ "lambert-server": "^1.2.12", "missing-native-js-functions": "^1.2.18", "multer": "^1.4.3", - "node-fetch": "^2.6.7", + "node-fetch": "^2.6.2", "patch-package": "^6.4.7", "pg": "^8.7.1", "picocolors": "^1.0.0", |