mirror of
https://github.com/ahmadk953/poixpixel-discord-bot.git
synced 2025-04-03 10:14:14 +00:00
Merge pull request #100 from ahmadk953/dependabot/npm_and_yarn/mongoose-8.3.4
Bump mongoose from 8.3.3 to 8.3.4
This commit is contained in:
commit
d207372dbc
2 changed files with 10 additions and 10 deletions
|
@ -13,7 +13,7 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"discord.js": "^14.15.2",
|
||||
"mongoose": "^8.3.3"
|
||||
"mongoose": "^8.3.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^20.12.10",
|
||||
|
|
18
yarn.lock
18
yarn.lock
|
@ -710,10 +710,10 @@ mongodb@6.5.0:
|
|||
bson "^6.4.0"
|
||||
mongodb-connection-string-url "^3.0.0"
|
||||
|
||||
mongoose@^8.3.3:
|
||||
version "8.3.3"
|
||||
resolved "https://registry.yarnpkg.com/mongoose/-/mongoose-8.3.3.tgz#3dc1ffe76c6c92e5d5c25b61aed221d11d420632"
|
||||
integrity sha512-3kSk0db9DM2tLttCdS6WNRqewPleamFEa4Vz/Qldc0dB4Zow/FiZxb9GExHTJjBZQ9T2xiGleQ3GzRrES3hhsA==
|
||||
mongoose@^8.3.4:
|
||||
version "8.3.4"
|
||||
resolved "https://registry.yarnpkg.com/mongoose/-/mongoose-8.3.4.tgz#67af8b1db41ed3dcef8449a0d1c6643e6f228d92"
|
||||
integrity sha512-ckBaBzKgtWgCalW/LPkcBsR3wKCOYEJ9jLFPmYCYV7TLStpETY757ELx8/1stL11+6HxLLVffawBffXzd0Y7YA==
|
||||
dependencies:
|
||||
bson "^6.5.0"
|
||||
kareem "2.6.3"
|
||||
|
@ -721,7 +721,7 @@ mongoose@^8.3.3:
|
|||
mpath "0.9.0"
|
||||
mquery "5.0.0"
|
||||
ms "2.1.3"
|
||||
sift "16.0.1"
|
||||
sift "17.1.3"
|
||||
|
||||
mpath@0.9.0:
|
||||
version "0.9.0"
|
||||
|
@ -837,10 +837,10 @@ shebang-regex@^3.0.0:
|
|||
resolved "https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-3.0.0.tgz#ae16f1644d873ecad843b0307b143362d4c42172"
|
||||
integrity sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==
|
||||
|
||||
sift@16.0.1:
|
||||
version "16.0.1"
|
||||
resolved "https://registry.npmjs.org/sift/-/sift-16.0.1.tgz"
|
||||
integrity sha512-Wv6BjQ5zbhW7VFefWusVP33T/EM0vYikCaQ2qR8yULbsilAT8/wQaXvuQ3ptGLpoKx+lihJE3y2UTgKDyyNHZQ==
|
||||
sift@17.1.3:
|
||||
version "17.1.3"
|
||||
resolved "https://registry.yarnpkg.com/sift/-/sift-17.1.3.tgz#9d2000d4d41586880b0079b5183d839c7a142bf7"
|
||||
integrity sha512-Rtlj66/b0ICeFzYTuNvX/EF1igRbbnGSvEyT79McoZa/DeGhMyC5pWKOEsZKnpkqtSeovd5FL/bjHWC3CIIvCQ==
|
||||
|
||||
sparse-bitfield@^3.0.3:
|
||||
version "3.0.3"
|
||||
|
|
Loading…
Add table
Reference in a new issue