Merge pull request #606 from MaddyUnderStars/hotfix/node-fetch

This commit is contained in:
Kuna 2022-01-24 12:01:14 +03:00 committed by GitHub
commit 31814ee2fd
8 changed files with 4 additions and 4 deletions

BIN
api/package-lock.json generated

Binary file not shown.

BIN
bundle/package-lock.json generated

Binary file not shown.

View File

@ -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"
}
}
}

BIN
cdn/package-lock.json generated

Binary file not shown.

Binary file not shown.

View File

@ -32,7 +32,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"

BIN
util/package-lock.json generated

Binary file not shown.

View File

@ -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",