npm i @fosscord/server-util@1.3.2
This commit is contained in:
		
							parent
							
								
									8f87546aeb
								
							
						
					
					
						commit
						bd32d183b6
					
				
							
								
								
									
										54
									
								
								package-lock.json
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										54
									
								
								package-lock.json
									
									
									
										generated
									
									
									
								
							| @ -9,7 +9,7 @@ | |||||||
| 			"version": "1.0.0", | 			"version": "1.0.0", | ||||||
| 			"license": "ISC", | 			"license": "ISC", | ||||||
| 			"dependencies": { | 			"dependencies": { | ||||||
| 				"@fosscord/server-util": "^1.3.1", | 				"@fosscord/server-util": "^1.3.2", | ||||||
| 				"@types/jest": "^26.0.22", | 				"@types/jest": "^26.0.22", | ||||||
| 				"@types/json-schema": "^7.0.7", | 				"@types/json-schema": "^7.0.7", | ||||||
| 				"ajv": "^8.4.0", | 				"ajv": "^8.4.0", | ||||||
| @ -498,9 +498,9 @@ | |||||||
| 			} | 			} | ||||||
| 		}, | 		}, | ||||||
| 		"node_modules/@fosscord/server-util": { | 		"node_modules/@fosscord/server-util": { | ||||||
| 			"version": "1.3.1", | 			"version": "1.3.2", | ||||||
| 			"resolved": "https://registry.npmjs.org/@fosscord/server-util/-/server-util-1.3.1.tgz", | 			"resolved": "https://registry.npmjs.org/@fosscord/server-util/-/server-util-1.3.2.tgz", | ||||||
| 			"integrity": "sha512-NmrJ8HcZmOHyIUDMoQ+UnjoeMMi/HSbN2p/EMt1penTDSBvWcD8YS5m2NljuH0QxSmhuA2yLgSEpV1ydvJmOIw==", | 			"integrity": "sha512-OsrmWDVHzHedGMdas7M02jPM7yzP++M3rlzESNJA4uf19Pnp66Gqs1vQ9ls/QJsmC7Lzk9zczEW3XP9G+O0p3A==", | ||||||
| 			"dependencies": { | 			"dependencies": { | ||||||
| 				"@types/jsonwebtoken": "^8.5.0", | 				"@types/jsonwebtoken": "^8.5.0", | ||||||
| 				"@types/mongoose-autopopulate": "^0.10.1", | 				"@types/mongoose-autopopulate": "^0.10.1", | ||||||
| @ -511,21 +511,21 @@ | |||||||
| 				"env-paths": "^2.2.1", | 				"env-paths": "^2.2.1", | ||||||
| 				"jsonwebtoken": "^8.5.1", | 				"jsonwebtoken": "^8.5.1", | ||||||
| 				"missing-native-js-functions": "^1.2.2", | 				"missing-native-js-functions": "^1.2.2", | ||||||
| 				"mongodb": "^3.6.6", | 				"mongodb": "^3.6.8", | ||||||
| 				"mongoose": "^5.12.3", | 				"mongoose": "^5.12.3", | ||||||
| 				"mongoose-autopopulate": "^0.12.3", | 				"mongoose-autopopulate": "^0.12.3", | ||||||
| 				"typescript": "^4.1.3" | 				"typescript": "^4.1.3" | ||||||
| 			} | 			} | ||||||
| 		}, | 		}, | ||||||
| 		"node_modules/@fosscord/server-util/node_modules/mongodb": { | 		"node_modules/@fosscord/server-util/node_modules/mongodb": { | ||||||
| 			"version": "3.6.6", | 			"version": "3.6.8", | ||||||
| 			"resolved": "https://registry.npmjs.org/mongodb/-/mongodb-3.6.6.tgz", | 			"resolved": "https://registry.npmjs.org/mongodb/-/mongodb-3.6.8.tgz", | ||||||
| 			"integrity": "sha512-WlirMiuV1UPbej5JeCMqE93JRfZ/ZzqE7nJTwP85XzjAF4rRSeq2bGCb1cjfoHLOF06+HxADaPGqT0g3SbVT1w==", | 			"integrity": "sha512-sDjJvI73WjON1vapcbyBD3Ao9/VN3TKYY8/QX9EPbs22KaCSrQ5rXo5ZZd44tWJ3wl3FlnrFZ+KyUtNH6+1ZPQ==", | ||||||
| 			"dependencies": { | 			"dependencies": { | ||||||
| 				"bl": "^2.2.1", | 				"bl": "^2.2.1", | ||||||
| 				"bson": "^1.1.4", | 				"bson": "^1.1.4", | ||||||
| 				"denque": "^1.4.1", | 				"denque": "^1.4.1", | ||||||
| 				"optional-require": "^1.0.2", | 				"optional-require": "^1.0.3", | ||||||
| 				"safe-buffer": "^5.1.2" | 				"safe-buffer": "^5.1.2" | ||||||
| 			}, | 			}, | ||||||
| 			"engines": { | 			"engines": { | ||||||
| @ -533,6 +533,26 @@ | |||||||
| 			}, | 			}, | ||||||
| 			"optionalDependencies": { | 			"optionalDependencies": { | ||||||
| 				"saslprep": "^1.0.0" | 				"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/@istanbuljs/load-nyc-config": { | 		"node_modules/@istanbuljs/load-nyc-config": { | ||||||
| @ -12652,9 +12672,9 @@ | |||||||
| 			} | 			} | ||||||
| 		}, | 		}, | ||||||
| 		"@fosscord/server-util": { | 		"@fosscord/server-util": { | ||||||
| 			"version": "1.3.1", | 			"version": "1.3.2", | ||||||
| 			"resolved": "https://registry.npmjs.org/@fosscord/server-util/-/server-util-1.3.1.tgz", | 			"resolved": "https://registry.npmjs.org/@fosscord/server-util/-/server-util-1.3.2.tgz", | ||||||
| 			"integrity": "sha512-NmrJ8HcZmOHyIUDMoQ+UnjoeMMi/HSbN2p/EMt1penTDSBvWcD8YS5m2NljuH0QxSmhuA2yLgSEpV1ydvJmOIw==", | 			"integrity": "sha512-OsrmWDVHzHedGMdas7M02jPM7yzP++M3rlzESNJA4uf19Pnp66Gqs1vQ9ls/QJsmC7Lzk9zczEW3XP9G+O0p3A==", | ||||||
| 			"requires": { | 			"requires": { | ||||||
| 				"@types/jsonwebtoken": "^8.5.0", | 				"@types/jsonwebtoken": "^8.5.0", | ||||||
| 				"@types/mongoose-autopopulate": "^0.10.1", | 				"@types/mongoose-autopopulate": "^0.10.1", | ||||||
| @ -12665,21 +12685,21 @@ | |||||||
| 				"env-paths": "^2.2.1", | 				"env-paths": "^2.2.1", | ||||||
| 				"jsonwebtoken": "^8.5.1", | 				"jsonwebtoken": "^8.5.1", | ||||||
| 				"missing-native-js-functions": "^1.2.2", | 				"missing-native-js-functions": "^1.2.2", | ||||||
| 				"mongodb": "^3.6.6", | 				"mongodb": "^3.6.8", | ||||||
| 				"mongoose": "^5.12.3", | 				"mongoose": "^5.12.3", | ||||||
| 				"mongoose-autopopulate": "^0.12.3", | 				"mongoose-autopopulate": "^0.12.3", | ||||||
| 				"typescript": "^4.1.3" | 				"typescript": "^4.1.3" | ||||||
| 			}, | 			}, | ||||||
| 			"dependencies": { | 			"dependencies": { | ||||||
| 				"mongodb": { | 				"mongodb": { | ||||||
| 					"version": "3.6.6", | 					"version": "3.6.8", | ||||||
| 					"resolved": "https://registry.npmjs.org/mongodb/-/mongodb-3.6.6.tgz", | 					"resolved": "https://registry.npmjs.org/mongodb/-/mongodb-3.6.8.tgz", | ||||||
| 					"integrity": "sha512-WlirMiuV1UPbej5JeCMqE93JRfZ/ZzqE7nJTwP85XzjAF4rRSeq2bGCb1cjfoHLOF06+HxADaPGqT0g3SbVT1w==", | 					"integrity": "sha512-sDjJvI73WjON1vapcbyBD3Ao9/VN3TKYY8/QX9EPbs22KaCSrQ5rXo5ZZd44tWJ3wl3FlnrFZ+KyUtNH6+1ZPQ==", | ||||||
| 					"requires": { | 					"requires": { | ||||||
| 						"bl": "^2.2.1", | 						"bl": "^2.2.1", | ||||||
| 						"bson": "^1.1.4", | 						"bson": "^1.1.4", | ||||||
| 						"denque": "^1.4.1", | 						"denque": "^1.4.1", | ||||||
| 						"optional-require": "^1.0.2", | 						"optional-require": "^1.0.3", | ||||||
| 						"safe-buffer": "^5.1.2", | 						"safe-buffer": "^5.1.2", | ||||||
| 						"saslprep": "^1.0.0" | 						"saslprep": "^1.0.0" | ||||||
| 					} | 					} | ||||||
|  | |||||||
| @ -29,7 +29,7 @@ | |||||||
| 	}, | 	}, | ||||||
| 	"homepage": "https://github.com/fosscord/fosscord-api#readme", | 	"homepage": "https://github.com/fosscord/fosscord-api#readme", | ||||||
| 	"dependencies": { | 	"dependencies": { | ||||||
| 		"@fosscord/server-util": "^1.3.1", | 		"@fosscord/server-util": "^1.3.2", | ||||||
| 		"@types/jest": "^26.0.22", | 		"@types/jest": "^26.0.22", | ||||||
| 		"@types/json-schema": "^7.0.7", | 		"@types/json-schema": "^7.0.7", | ||||||
| 		"ajv": "^8.4.0", | 		"ajv": "^8.4.0", | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Flam3rboy
						Flam3rboy