summary refs log tree commit diff
path: root/package-lock.json
diff options
context:
space:
mode:
authorFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-04-07 20:26:00 +0200
committerFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-04-07 20:26:00 +0200
commitfd0d0fd36f40a0851e1fc0a598d6de6d27821c50 (patch)
tree074d97d67386024ea1881b7213e20087965c5373 /package-lock.json
parent:zap: use mongoose autopopulate (diff)
downloadserver-fd0d0fd36f40a0851e1fc0a598d6de6d27821c50.tar.xz
:arrow_up: update mnjsf
Diffstat (limited to 'package-lock.json')
-rw-r--r--package-lock.json91
1 files changed, 80 insertions, 11 deletions
diff --git a/package-lock.json b/package-lock.json
index b3f364c1..cffa2d4e 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -23,7 +23,7 @@
 				"jsonwebtoken": "^8.5.1",
 				"lambert-db": "^1.1.8",
 				"lambert-server": "^1.0.10",
-				"missing-native-js-functions": "^1.2.4",
+				"missing-native-js-functions": "^1.2.6",
 				"mongodb": "^3.6.4",
 				"mongoose": "^5.12.3",
 				"mongoose-long": "^0.3.2",
@@ -4615,13 +4615,53 @@
 		},
 		"node_modules/fosscord-server-util": {
 			"version": "1.0.0",
-			"resolved": "git+ssh://git@github.com/fosscord/fosscord-server-util.git#41e72689476c639aa686074c9bb22d1cb04a6fc4",
+			"resolved": "git+ssh://git@github.com/fosscord/fosscord-server-util.git#25d901e8e1399afa050b078b88662afede5bd9d1",
 			"license": "ISC",
 			"dependencies": {
 				"jsonwebtoken": "^8.5.1",
 				"lambert-db": "^1.1.7",
 				"missing-native-js-functions": "^1.2.2",
-				"mongodb": "^3.6.4"
+				"mongodb": "^3.6.6",
+				"mongoose": "^5.12.3"
+			}
+		},
+		"node_modules/fosscord-server-util/node_modules/mongodb": {
+			"version": "3.6.6",
+			"resolved": "https://registry.npmjs.org/mongodb/-/mongodb-3.6.6.tgz",
+			"integrity": "sha512-WlirMiuV1UPbej5JeCMqE93JRfZ/ZzqE7nJTwP85XzjAF4rRSeq2bGCb1cjfoHLOF06+HxADaPGqT0g3SbVT1w==",
+			"dependencies": {
+				"bl": "^2.2.1",
+				"bson": "^1.1.4",
+				"denque": "^1.4.1",
+				"optional-require": "^1.0.2",
+				"safe-buffer": "^5.1.2",
+				"saslprep": "^1.0.0"
+			},
+			"engines": {
+				"node": ">=4"
+			},
+			"optionalDependencies": {
+				"saslprep": "^1.0.0"
+			},
+			"peerDependenciesMeta": {
+				"aws4": {
+					"optional": true
+				},
+				"bson-ext": {
+					"optional": true
+				},
+				"kerberos": {
+					"optional": true
+				},
+				"mongodb-client-encryption": {
+					"optional": true
+				},
+				"mongodb-extjson": {
+					"optional": true
+				},
+				"snappy": {
+					"optional": true
+				}
 			}
 		},
 		"node_modules/fragment-cache": {
@@ -8144,9 +8184,9 @@
 			}
 		},
 		"node_modules/missing-native-js-functions": {
-			"version": "1.2.4",
-			"resolved": "https://registry.npmjs.org/missing-native-js-functions/-/missing-native-js-functions-1.2.4.tgz",
-			"integrity": "sha512-hJC316uZJQ76Wxys6Dciw0mgD3ZJaOvhM0Q1iceQHNegUmFYZsJZLnhV65RGCerIalxZMC7pclk8saHaYB1M5Q=="
+			"version": "1.2.6",
+			"resolved": "https://registry.npmjs.org/missing-native-js-functions/-/missing-native-js-functions-1.2.6.tgz",
+			"integrity": "sha512-LnlXy/PJF5oHkI7VAInYuwsR/uBcfyTDS9xcAAGHcv54Us3Ucb99gr3dZ2LOmcuHfHC92h0Wa3nk3VhqeXUWpw=="
 		},
 		"node_modules/mixin-deep": {
 			"version": "1.3.2",
@@ -8998,6 +9038,14 @@
 				"node": ">=4"
 			}
 		},
+		"node_modules/optional-require": {
+			"version": "1.0.2",
+			"resolved": "https://registry.npmjs.org/optional-require/-/optional-require-1.0.2.tgz",
+			"integrity": "sha512-HZubVd6IfHsbnpdNF/ICaSAzBUEW1TievpkjY3tB4Jnk8L7+pJ3conPzUt3Mn/6OZx9uzTDOHYPGA8/AxYHBOg==",
+			"engines": {
+				"node": ">=4"
+			}
+		},
 		"node_modules/optionator": {
 			"version": "0.8.3",
 			"resolved": "https://registry.npmjs.org/optionator/-/optionator-0.8.3.tgz",
@@ -16171,13 +16219,29 @@
 			"integrity": "sha1-mMI9qxF1ZXuMBXPozszZGw/xjIQ="
 		},
 		"fosscord-server-util": {
-			"version": "git+ssh://git@github.com/fosscord/fosscord-server-util.git#41e72689476c639aa686074c9bb22d1cb04a6fc4",
+			"version": "git+ssh://git@github.com/fosscord/fosscord-server-util.git#25d901e8e1399afa050b078b88662afede5bd9d1",
 			"from": "fosscord-server-util@github:fosscord/fosscord-server-util",
 			"requires": {
 				"jsonwebtoken": "^8.5.1",
 				"lambert-db": "^1.1.7",
 				"missing-native-js-functions": "^1.2.2",
-				"mongodb": "^3.6.4"
+				"mongodb": "^3.6.6",
+				"mongoose": "^5.12.3"
+			},
+			"dependencies": {
+				"mongodb": {
+					"version": "3.6.6",
+					"resolved": "https://registry.npmjs.org/mongodb/-/mongodb-3.6.6.tgz",
+					"integrity": "sha512-WlirMiuV1UPbej5JeCMqE93JRfZ/ZzqE7nJTwP85XzjAF4rRSeq2bGCb1cjfoHLOF06+HxADaPGqT0g3SbVT1w==",
+					"requires": {
+						"bl": "^2.2.1",
+						"bson": "^1.1.4",
+						"denque": "^1.4.1",
+						"optional-require": "^1.0.2",
+						"safe-buffer": "^5.1.2",
+						"saslprep": "^1.0.0"
+					}
+				}
 			}
 		},
 		"fragment-cache": {
@@ -18927,9 +18991,9 @@
 			}
 		},
 		"missing-native-js-functions": {
-			"version": "1.2.4",
-			"resolved": "https://registry.npmjs.org/missing-native-js-functions/-/missing-native-js-functions-1.2.4.tgz",
-			"integrity": "sha512-hJC316uZJQ76Wxys6Dciw0mgD3ZJaOvhM0Q1iceQHNegUmFYZsJZLnhV65RGCerIalxZMC7pclk8saHaYB1M5Q=="
+			"version": "1.2.6",
+			"resolved": "https://registry.npmjs.org/missing-native-js-functions/-/missing-native-js-functions-1.2.6.tgz",
+			"integrity": "sha512-LnlXy/PJF5oHkI7VAInYuwsR/uBcfyTDS9xcAAGHcv54Us3Ucb99gr3dZ2LOmcuHfHC92h0Wa3nk3VhqeXUWpw=="
 		},
 		"mixin-deep": {
 			"version": "1.3.2",
@@ -19596,6 +19660,11 @@
 				"is-wsl": "^1.1.0"
 			}
 		},
+		"optional-require": {
+			"version": "1.0.2",
+			"resolved": "https://registry.npmjs.org/optional-require/-/optional-require-1.0.2.tgz",
+			"integrity": "sha512-HZubVd6IfHsbnpdNF/ICaSAzBUEW1TievpkjY3tB4Jnk8L7+pJ3conPzUt3Mn/6OZx9uzTDOHYPGA8/AxYHBOg=="
+		},
 		"optionator": {
 			"version": "0.8.3",
 			"resolved": "https://registry.npmjs.org/optionator/-/optionator-0.8.3.tgz",