1
0
mirror of https://github.com/toast-ts/Daggerbot-TS.git synced 2024-09-29 08:20:59 -04:00

Bump mongoose from 7.3.1 to 7.3.3 (#2)

Bumps [mongoose](https://github.com/Automattic/mongoose) from 7.3.1 to 7.3.3.
- [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/7.3.1...7.3.3)

---
updated-dependencies:
- dependency-name: mongoose
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-07-19 18:02:18 +10:00 committed by GitHub
parent d6d1cb73df
commit f59aabde1c
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@ -28,7 +28,7 @@
"discord-player": "6.6.0",
"discord.js": "14.11.0",
"moment": "2.29.4",
"mongoose": "7.3.1",
"mongoose": "7.3.3",
"ms": "2.1.3",
"systeminformation": "5.18.6",
"typescript": "5.1.6",
@ -1472,9 +1472,9 @@
}
},
"node_modules/mongoose": {
"version": "7.3.1",
"resolved": "https://registry.npmjs.org/mongoose/-/mongoose-7.3.1.tgz",
"integrity": "sha512-6289bmSIhvR8xMHsYe2/CuzN7wHK+2RHcK7idDdzniCPC5zix5JH0Hc4k3CmXlr/9zQ2250gUQiUWtvDB0vF1Q==",
"version": "7.3.3",
"resolved": "https://registry.npmjs.org/mongoose/-/mongoose-7.3.3.tgz",
"integrity": "sha512-g4NrRGIUEUYLeScaSChQR8i4Dlk9lR0UJzkK3r6TPJyqJ6ZWdRVP3oXfOG9Yn+hNeKcCJKfVEHo+jsU1rh3YTA==",
"dependencies": {
"bson": "^5.3.0",
"kareem": "2.5.1",

View File

@ -34,7 +34,7 @@
"ytdl-core": "4.11.4",
"moment": "2.29.4",
"ms": "2.1.3",
"mongoose": "7.3.1",
"mongoose": "7.3.3",
"systeminformation": "5.18.6",
"@octokit/rest": "19.0.13",
"@octokit/auth-token": "4.0.0",