mirror of
https://github.com/ahmadk953/poixpixel-discord-bot.git
synced 2025-04-03 10:14:14 +00:00
Bump mongoose from 8.0.0 to 8.0.1
Bumps [mongoose](https://github.com/Automattic/mongoose) from 8.0.0 to 8.0.1. - [Release notes](https://github.com/Automattic/mongoose/releases) - [Changelog](https://github.com/Automattic/mongoose/blob/master/CHANGELOG.md) - [Commits](https://github.com/Automattic/mongoose/compare/8.0.0...8.0.1) --- updated-dependencies: - dependency-name: mongoose dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
106f3716b1
commit
dfefdb072a
2 changed files with 5 additions and 5 deletions
|
@ -12,7 +12,7 @@
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"discord.js": "^14.14.1",
|
"discord.js": "^14.14.1",
|
||||||
"mongoose": "^8.0.0"
|
"mongoose": "^8.0.1"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/node": "^20.9.0",
|
"@types/node": "^20.9.0",
|
||||||
|
|
|
@ -288,10 +288,10 @@ mongodb@6.2.0:
|
||||||
bson "^6.2.0"
|
bson "^6.2.0"
|
||||||
mongodb-connection-string-url "^2.6.0"
|
mongodb-connection-string-url "^2.6.0"
|
||||||
|
|
||||||
mongoose@^8.0.0:
|
mongoose@^8.0.1:
|
||||||
version "8.0.0"
|
version "8.0.1"
|
||||||
resolved "https://registry.yarnpkg.com/mongoose/-/mongoose-8.0.0.tgz#f14175eebfaf5256855d7cbd58bf862819b3fd12"
|
resolved "https://registry.yarnpkg.com/mongoose/-/mongoose-8.0.1.tgz#27dee7cf9cf9b31c7b0536017700290f2b1a1135"
|
||||||
integrity sha512-PzwkLgm1Jhj0NQdgGfnFsu0QP9V1sBFgbavEgh/IPAUzKAagzvEhuaBuAQOQGjczVWnpIU9tBqyd02cOTgsPlA==
|
integrity sha512-O3TJrtLCt4H1eGf2HoHGcnOcCTWloQkpmIP3hA9olybX3OX2KUjdIIq135HD5paGjZEDJYKn9fw4eH5N477zqQ==
|
||||||
dependencies:
|
dependencies:
|
||||||
bson "^6.2.0"
|
bson "^6.2.0"
|
||||||
kareem "2.5.1"
|
kareem "2.5.1"
|
||||||
|
|
Loading…
Add table
Reference in a new issue