⬆️ bump lambert-db to version 1.1.6

This commit is contained in:
Flam3rboy 2021-02-07 17:57:54 +01:00
parent fb7c119bf1
commit c0eb0ee3f6
4 changed files with 10 additions and 9 deletions

14
package-lock.json generated
View File

@ -18,7 +18,7 @@
"i18next-http-middleware": "^3.1.0", "i18next-http-middleware": "^3.1.0",
"i18next-node-fs-backend": "^2.1.3", "i18next-node-fs-backend": "^2.1.3",
"jsonwebtoken": "^8.5.1", "jsonwebtoken": "^8.5.1",
"lambert-db": "^1.1.3", "lambert-db": "^1.1.6",
"lambert-server": "^1.0.10", "lambert-server": "^1.0.10",
"missing-native-js-functions": "^1.2.2", "missing-native-js-functions": "^1.2.2",
"node-fetch": "^2.6.1" "node-fetch": "^2.6.1"
@ -1078,9 +1078,9 @@
"integrity": "sha512-STHz9P7X2L4Kwn72fA4rGyqyXdmrMSdxqHx9IXon/FXluXieaFA6KJ2upcHAHxQPQ0LeM/OjLrhFxifHewOALQ==" "integrity": "sha512-STHz9P7X2L4Kwn72fA4rGyqyXdmrMSdxqHx9IXon/FXluXieaFA6KJ2upcHAHxQPQ0LeM/OjLrhFxifHewOALQ=="
}, },
"node_modules/lambert-db": { "node_modules/lambert-db": {
"version": "1.1.4", "version": "1.1.6",
"resolved": "https://registry.npmjs.org/lambert-db/-/lambert-db-1.1.4.tgz", "resolved": "https://registry.npmjs.org/lambert-db/-/lambert-db-1.1.6.tgz",
"integrity": "sha512-rRAZuGYiDGZTq8mgx4kqpvE1ESH6WUZdp+lvQJhAs/sJ2hAPIZg4IbsJh2RR3RiUt6E950WOzTPBgN786D0tYA==", "integrity": "sha512-FbUNAbgPYUvfJSxLdcfIk6w8J+Z4IYZJasVURBMm4eOeLm//kgGeOi+SrJqqa5z+gaCJ65ENIVs2hd+Cj2Efbw==",
"dependencies": { "dependencies": {
"missing-native-js-functions": "^1.1.8", "missing-native-js-functions": "^1.1.8",
"mongodb": "^3.6.2", "mongodb": "^3.6.2",
@ -3247,9 +3247,9 @@
"integrity": "sha512-STHz9P7X2L4Kwn72fA4rGyqyXdmrMSdxqHx9IXon/FXluXieaFA6KJ2upcHAHxQPQ0LeM/OjLrhFxifHewOALQ==" "integrity": "sha512-STHz9P7X2L4Kwn72fA4rGyqyXdmrMSdxqHx9IXon/FXluXieaFA6KJ2upcHAHxQPQ0LeM/OjLrhFxifHewOALQ=="
}, },
"lambert-db": { "lambert-db": {
"version": "1.1.4", "version": "1.1.6",
"resolved": "https://registry.npmjs.org/lambert-db/-/lambert-db-1.1.4.tgz", "resolved": "https://registry.npmjs.org/lambert-db/-/lambert-db-1.1.6.tgz",
"integrity": "sha512-rRAZuGYiDGZTq8mgx4kqpvE1ESH6WUZdp+lvQJhAs/sJ2hAPIZg4IbsJh2RR3RiUt6E950WOzTPBgN786D0tYA==", "integrity": "sha512-FbUNAbgPYUvfJSxLdcfIk6w8J+Z4IYZJasVURBMm4eOeLm//kgGeOi+SrJqqa5z+gaCJ65ENIVs2hd+Cj2Efbw==",
"requires": { "requires": {
"missing-native-js-functions": "^1.1.8", "missing-native-js-functions": "^1.1.8",
"mongodb": "^3.6.2", "mongodb": "^3.6.2",

View File

@ -29,7 +29,7 @@
"i18next-http-middleware": "^3.1.0", "i18next-http-middleware": "^3.1.0",
"i18next-node-fs-backend": "^2.1.3", "i18next-node-fs-backend": "^2.1.3",
"jsonwebtoken": "^8.5.1", "jsonwebtoken": "^8.5.1",
"lambert-db": "^1.1.3", "lambert-db": "^1.1.6",
"lambert-server": "^1.0.10", "lambert-server": "^1.0.10",
"missing-native-js-functions": "^1.2.2", "missing-native-js-functions": "^1.2.2",
"node-fetch": "^2.6.1" "node-fetch": "^2.6.1"

View File

@ -1,6 +1,6 @@
import mongoose from "mongoose"; import mongoose from "mongoose";
import { Long } from "mongodb"; import { Long } from "mongodb";
import { Snowflake } from "../../../server-util/src/util/Snowflake"; import { Snowflake } from "discord-server-util";
async function main() { async function main() {
const conn = await mongoose.createConnection( const conn = await mongoose.createConnection(

View File

@ -1,4 +1,5 @@
{ {
"include": ["src/"],
"compilerOptions": { "compilerOptions": {
/* Visit https://aka.ms/tsconfig.json to read more about this file */ /* Visit https://aka.ms/tsconfig.json to read more about this file */