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

Bump mongoose from 7.4.0 to 7.4.1 (#11)

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

---
updated-dependencies:
- dependency-name: mongoose
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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-31 14:52:42 +10:00 committed by GitHub
parent 9f7904f8ce
commit 5821f3fad5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@ -28,7 +28,7 @@
"discord-player": "6.6.1",
"discord.js": "14.11.0",
"moment": "2.29.4",
"mongoose": "7.4.0",
"mongoose": "7.4.1",
"ms": "2.1.3",
"systeminformation": "5.18.10",
"typescript": "5.1.6",
@ -1536,9 +1536,9 @@
}
},
"node_modules/mongoose": {
"version": "7.4.0",
"resolved": "https://registry.npmjs.org/mongoose/-/mongoose-7.4.0.tgz",
"integrity": "sha512-oHE1eqodfKzugXRlQxpo+msIea7jPcRoayDuEMr50+bYwM/juA5f+1stjkWlXcg6vo1PdJFVA6DGaKOPLuG5mA==",
"version": "7.4.1",
"resolved": "https://registry.npmjs.org/mongoose/-/mongoose-7.4.1.tgz",
"integrity": "sha512-o3E5KHHiHdaiwCJG3+9r70sncRKki71Ktf/TfXdW6myu+53rtZ56uLl5ylkQiCf60V3COJuOeekcxXVsjQ7cBA==",
"dependencies": {
"bson": "^5.4.0",
"kareem": "2.5.1",

View File

@ -34,7 +34,7 @@
"ytdl-core": "4.11.5",
"moment": "2.29.4",
"ms": "2.1.3",
"mongoose": "7.4.0",
"mongoose": "7.4.1",
"systeminformation": "5.18.10",
"@octokit/rest": "20.0.1",
"@octokit/auth-token": "4.0.0",