summary refs log tree commit diff
path: root/bundle
diff options
context:
space:
mode:
authorFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-08-31 17:58:47 +0200
committerFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-08-31 17:58:47 +0200
commit3f66c101789f9a6d065490d3e3265c764698113f (patch)
tree97b1ef821e2dd8124e5d38a822c08efe21e7eaa2 /bundle
parent:sparkles: channel recipients (diff)
downloadserver-3f66c101789f9a6d065490d3e3265c764698113f.tar.xz
:bug: db query fixes
Diffstat (limited to 'bundle')
-rw-r--r--bundle/package-lock.json13
-rw-r--r--bundle/package.json1
2 files changed, 14 insertions, 0 deletions
diff --git a/bundle/package-lock.json b/bundle/package-lock.json
index 9fcb5490..59fd96ee 100644
--- a/bundle/package-lock.json
+++ b/bundle/package-lock.json
@@ -16,6 +16,7 @@
 				"@fosscord/util": "file:../util",
 				"async-exit-hook": "^2.0.1",
 				"express": "^4.17.1",
+				"missing-native-js-functions": "^1.2.13",
 				"mongodb-memory-server": "^7.3.6",
 				"node-os-utils": "^1.3.5"
 			},
@@ -70,6 +71,7 @@
 				"mongoose-long": "^0.3.2",
 				"multer": "^1.4.2",
 				"node-fetch": "^2.6.1",
+				"supertest": "^6.1.6",
 				"typeorm": "^0.2.37"
 			},
 			"devDependencies": {
@@ -1224,6 +1226,11 @@
 				"node": "*"
 			}
 		},
+		"node_modules/missing-native-js-functions": {
+			"version": "1.2.13",
+			"resolved": "https://registry.npmjs.org/missing-native-js-functions/-/missing-native-js-functions-1.2.13.tgz",
+			"integrity": "sha512-1RAArfUkrGkj5N3xJVW251F2PvfP2ozAcxsLLDR6uiiAixTP5Abh8zzGMadepbqgiHC0FGlTSAUNbh9abN4Osg=="
+		},
 		"node_modules/mkdirp": {
 			"version": "1.0.4",
 			"resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-1.0.4.tgz",
@@ -1916,6 +1923,7 @@
 				"multer": "^1.4.2",
 				"node-fetch": "^2.6.1",
 				"saslprep": "^1.0.3",
+				"supertest": "^6.1.6",
 				"ts-node": "^9.1.1",
 				"ts-node-dev": "^1.1.6",
 				"typeorm": "^0.2.37",
@@ -2800,6 +2808,11 @@
 				"brace-expansion": "^1.1.7"
 			}
 		},
+		"missing-native-js-functions": {
+			"version": "1.2.13",
+			"resolved": "https://registry.npmjs.org/missing-native-js-functions/-/missing-native-js-functions-1.2.13.tgz",
+			"integrity": "sha512-1RAArfUkrGkj5N3xJVW251F2PvfP2ozAcxsLLDR6uiiAixTP5Abh8zzGMadepbqgiHC0FGlTSAUNbh9abN4Osg=="
+		},
 		"mkdirp": {
 			"version": "1.0.4",
 			"resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-1.0.4.tgz",
diff --git a/bundle/package.json b/bundle/package.json
index 71d7efea..63945135 100644
--- a/bundle/package.json
+++ b/bundle/package.json
@@ -51,6 +51,7 @@
 		"@fosscord/util": "file:../util",
 		"async-exit-hook": "^2.0.1",
 		"express": "^4.17.1",
+		"missing-native-js-functions": "^1.2.13",
 		"mongodb-memory-server": "^7.3.6",
 		"node-os-utils": "^1.3.5"
 	}