Merge branch 'development' of https://github.com/EmotionChild/Giveaway-Child into development

This commit is contained in:
Emotion 2023-04-29 22:18:08 +12:00
commit 9b6c0c2009
No known key found for this signature in database
GPG key ID: 15EBDFF858B9A65A

12
package-lock.json generated
View file

@ -1812,7 +1812,6 @@
"resolved": "https://registry.npmjs.org/node/-/node-16.20.0.tgz", "resolved": "https://registry.npmjs.org/node/-/node-16.20.0.tgz",
"integrity": "sha512-dom1A0xPnc1qzE+voYGswg3afb5QzlQxsPqE2b94BUcZZ6I5+v1EzqV0wHo7mXM1YzFTJOLshOwyAlouNEk3tA==", "integrity": "sha512-dom1A0xPnc1qzE+voYGswg3afb5QzlQxsPqE2b94BUcZZ6I5+v1EzqV0wHo7mXM1YzFTJOLshOwyAlouNEk3tA==",
"dev": true, "dev": true,
"hasInstallScript": true,
"dependencies": { "dependencies": {
"node-bin-setup": "^1.0.0" "node-bin-setup": "^1.0.0"
}, },
@ -1908,11 +1907,15 @@
} }
}, },
"node_modules/quickmongo": { "node_modules/quickmongo": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/quickmongo/-/quickmongo-4.0.0.tgz",
"integrity": "sha512-oOGEnU/3ouxw1PQa6tAAMqGZL8KG8QDcJy2PqQPcLZUOZi1rSpfD3Glsuwd49Lvy0s+qRzg5SA3Cc8F2hfZbbw==",
"version": "4.0.0", "version": "4.0.0",
"resolved": "https://registry.npmjs.org/quickmongo/-/quickmongo-4.0.0.tgz", "resolved": "https://registry.npmjs.org/quickmongo/-/quickmongo-4.0.0.tgz",
"integrity": "sha512-oOGEnU/3ouxw1PQa6tAAMqGZL8KG8QDcJy2PqQPcLZUOZi1rSpfD3Glsuwd49Lvy0s+qRzg5SA3Cc8F2hfZbbw==", "integrity": "sha512-oOGEnU/3ouxw1PQa6tAAMqGZL8KG8QDcJy2PqQPcLZUOZi1rSpfD3Glsuwd49Lvy0s+qRzg5SA3Cc8F2hfZbbw==",
"dependencies": { "dependencies": {
"dot-prop": "^6.0.1" "dot-prop": "^6.0.1"
"dot-prop": "^6.0.1"
} }
}, },
"node_modules/randombytes": { "node_modules/randombytes": {
@ -1999,8 +2002,7 @@
"smart-buffer": "^4.2.0" "smart-buffer": "^4.2.0"
}, },
"engines": { "engines": {
"node": ">= 10.13.0", "node": ">=8.10.0"
"npm": ">= 3.0.0"
} }
}, },
"node_modules/sparse-bitfield": { "node_modules/sparse-bitfield": {
@ -3633,11 +3635,15 @@
"integrity": "sha512-rRV+zQD8tVFys26lAGR9WUuS4iUAngJScM+ZRSKtvl5tKeZ2t5bvdNFdNHBW9FWR4guGHlgmsZ1G7BSm2wTbuA==" "integrity": "sha512-rRV+zQD8tVFys26lAGR9WUuS4iUAngJScM+ZRSKtvl5tKeZ2t5bvdNFdNHBW9FWR4guGHlgmsZ1G7BSm2wTbuA=="
}, },
"quickmongo": { "quickmongo": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/quickmongo/-/quickmongo-4.0.0.tgz",
"integrity": "sha512-oOGEnU/3ouxw1PQa6tAAMqGZL8KG8QDcJy2PqQPcLZUOZi1rSpfD3Glsuwd49Lvy0s+qRzg5SA3Cc8F2hfZbbw==",
"version": "4.0.0", "version": "4.0.0",
"resolved": "https://registry.npmjs.org/quickmongo/-/quickmongo-4.0.0.tgz", "resolved": "https://registry.npmjs.org/quickmongo/-/quickmongo-4.0.0.tgz",
"integrity": "sha512-oOGEnU/3ouxw1PQa6tAAMqGZL8KG8QDcJy2PqQPcLZUOZi1rSpfD3Glsuwd49Lvy0s+qRzg5SA3Cc8F2hfZbbw==", "integrity": "sha512-oOGEnU/3ouxw1PQa6tAAMqGZL8KG8QDcJy2PqQPcLZUOZi1rSpfD3Glsuwd49Lvy0s+qRzg5SA3Cc8F2hfZbbw==",
"requires": { "requires": {
"dot-prop": "^6.0.1" "dot-prop": "^6.0.1"
"dot-prop": "^6.0.1"
} }
}, },
"randombytes": { "randombytes": {