Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump mongoose from 6.11.1 to 6.11.3 #1108

Merged
merged 1 commit into from
Jul 20, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"lodash": "^4.17.21",
"mime-types": "^2.1.34",
"mongodb": "^4.14.0",
"mongoose": "^6.10.2",
"mongoose": "^6.11.3",
"mongoose-paginate-v2": "^1.7.1",
"nest-winston": "^1.9.1",
"nestjs-request-context": "^2.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/discord-bot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"discord.js": "^14.5.0",
"env-cmd": "^10.1.0",
"keyv": "^4.5.2",
"mongoose": "^6.10.2",
"mongoose": "^6.11.3",
"randomstring": "^1.2.2",
"ts-node": "^10.5.0",
"winston": "^3.8.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/setup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"dotenv": "^16.0.0",
"env-cmd": "^10.1.0",
"inquirer": "^8.2.4",
"mongoose": "^6.10.2"
"mongoose": "^6.11.3"
},
"devDependencies": {
"ts-node": "^10.4.0",
Expand Down
14 changes: 7 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7749,7 +7749,7 @@ __metadata:
lodash: ^4.17.21
mime-types: ^2.1.34
mongodb: ^4.14.0
mongoose: ^6.10.2
mongoose: ^6.11.3
mongoose-paginate-v2: ^1.7.1
nest-winston: ^1.9.1
nestjs-request-context: ^2.1.0
Expand Down Expand Up @@ -10576,7 +10576,7 @@ __metadata:
env-cmd: ^10.1.0
eslint: ^8.18.0
keyv: ^4.5.2
mongoose: ^6.10.2
mongoose: ^6.11.3
nodemon: ^2.0.20
randomstring: ^1.2.2
ts-node: ^10.5.0
Expand Down Expand Up @@ -16198,9 +16198,9 @@ __metadata:
languageName: node
linkType: hard

"mongoose@npm:^6.10.2":
version: 6.11.1
resolution: "mongoose@npm:6.11.1"
"mongoose@npm:^6.11.3":
version: 6.11.4
resolution: "mongoose@npm:6.11.4"
dependencies:
bson: ^4.7.2
kareem: 2.5.1
Expand All @@ -16209,7 +16209,7 @@ __metadata:
mquery: 4.0.3
ms: 2.1.3
sift: 16.0.1
checksum: 6868905ee988e716a4028bcaa4fdcd5401cb13ca28dd3a5bee49eceaaeb46eec507de5dea992d4a46be2db81ca474e0d0a387e36f28b568ccc373b154902e495
checksum: f062aa9b368921256e1a22410f532323c57d48959a88d0bd1b8f948e6048399d17aa391638073a1254c8937312e18a9637ea676b9fd92e0c5ae6588f5dbd589e
languageName: node
linkType: hard

Expand Down Expand Up @@ -19750,7 +19750,7 @@ __metadata:
dotenv: ^16.0.0
env-cmd: ^10.1.0
inquirer: ^8.2.4
mongoose: ^6.10.2
mongoose: ^6.11.3
ts-node: ^10.4.0
typescript: ^4.5.4
languageName: unknown
Expand Down
Loading