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 /bundle | |
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 'bundle')
-rw-r--r-- | bundle/package-lock.json | 6 | ||||
-rw-r--r-- | bundle/package.json | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/bundle/package-lock.json b/bundle/package-lock.json index d026e7c7..573d4059 100644 --- a/bundle/package-lock.json +++ b/bundle/package-lock.json @@ -46,7 +46,7 @@ "morgan": "^1.10.0", "multer": "^1.4.2", "nanocolors": "^0.2.12", - "node-fetch": "^2.6.7", + "node-fetch": "^2.6.2", "node-os-utils": "^1.3.5", "patch-package": "^6.4.7", "pg": "^8.7.1", @@ -213,7 +213,7 @@ "jsonwebtoken": "^8.5.1", "lambert-server": "^1.2.11", "missing-native-js-functions": "^1.2.18", - "node-fetch": "^3.1.1", + "node-fetch": "^2.6.2", "proxy-agent": "^5.0.0", "typeorm": "^0.2.37", "ws": "^7.4.2" @@ -13377,7 +13377,7 @@ "jsonwebtoken": "^8.5.1", "lambert-server": "^1.2.11", "missing-native-js-functions": "^1.2.18", - "node-fetch": "^3.1.1", + "node-fetch": "^2.6.2", "proxy-agent": "^5.0.0", "ts-node-dev": "^1.1.6", "ts-patch": "^1.4.4", diff --git a/bundle/package.json b/bundle/package.json index 9b1dc9e9..75827521 100644 --- a/bundle/package.json +++ b/bundle/package.json @@ -91,7 +91,7 @@ "missing-native-js-functions": "^1.2.18", "morgan": "^1.10.0", "multer": "^1.4.2", - "node-fetch": "^2.6.7", + "node-fetch": "^2.6.2", "node-os-utils": "^1.3.5", "patch-package": "^6.4.7", "pg": "^8.7.1", @@ -107,4 +107,4 @@ "ws": "^7.4.2", "nanocolors": "^0.2.12" } -} +} \ No newline at end of file |