Skip to content

Bump mongoose from 8.9.1 to 8.9.5 in the npm_and_yarn group across 1 directory #17

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
Binary file modified .yarn/install-state.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion chili-and-cilantro-lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.0.1",
"dependencies": {
"express-validator": "^7.1.0",
"mongoose": "^8.9.1",
"mongoose": "^8.9.5",
"tslib": "^2.6.3"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion chili-and-cilantro-node-lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.0.1",
"dependencies": {
"express": "4.21.1",
"mongoose": "^8.9.1",
"mongoose": "^8.9.5",
"tslib": "^2.3.0",
"uuid": "^10.0.0",
"validator": "^13.12.0"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"jwks-rsa": "^3.1.0",
"jwt-decode": "^3.1.2",
"mongodb": "^6.8.0",
"mongoose": "^8.9.1",
"mongoose": "^8.9.5",
"morgan": "^1.10.0",
"nocache": "^4.0.0",
"pusher": "^5.2.0",
Expand Down
14 changes: 7 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1444,7 +1444,7 @@ __metadata:
"@types/jsonwebtoken": "npm:^9.0.6"
eslint: "npm:^9.15.0"
express-validator: "npm:^7.1.0"
mongoose: "npm:^8.9.1"
mongoose: "npm:^8.9.5"
tslib: "npm:^2.6.3"
languageName: unknown
linkType: soft
Expand All @@ -1456,7 +1456,7 @@ __metadata:
"@types/node": "npm:^22.10.2"
eslint: "npm:^9.15.0"
express: "npm:4.21.1"
mongoose: "npm:^8.9.1"
mongoose: "npm:^8.9.5"
tslib: "npm:^2.3.0"
uuid: "npm:^10.0.0"
validator: "npm:^13.12.0"
Expand Down Expand Up @@ -1555,7 +1555,7 @@ __metadata:
moment-timezone: "npm:^0.5.46"
mongodb: "npm:^6.8.0"
mongodb-memory-server: "npm:^10.1.2"
mongoose: "npm:^8.9.1"
mongoose: "npm:^8.9.5"
morgan: "npm:^1.10.0"
nocache: "npm:^4.0.0"
nx: "npm:20.2.2"
Expand Down Expand Up @@ -13262,9 +13262,9 @@ __metadata:
languageName: node
linkType: hard

"mongoose@npm:^8.9.1":
version: 8.9.1
resolution: "mongoose@npm:8.9.1"
"mongoose@npm:^8.9.5":
version: 8.9.5
resolution: "mongoose@npm:8.9.5"
dependencies:
bson: "npm:^6.10.1"
kareem: "npm:2.6.3"
Expand All @@ -13273,7 +13273,7 @@ __metadata:
mquery: "npm:5.0.0"
ms: "npm:2.1.3"
sift: "npm:17.1.3"
checksum: 10c0/6a631b8b238593a93b7c3fd6a3bae798b9daa1b096f7521aed929bfaccf655cfb8a0ea8a050114ff5f6d2c4215fd27f1e925f64325fc9bd289f16c29d801f87d
checksum: 10c0/9d4741fdd8a047ca56a6b375f54cdb6e5f7b00baddf7675369dddd28e89abcb644fd15c65794d8321adc39a8baa53a987a02c4aac619fea712660003de135a88
languageName: node
linkType: hard

Expand Down
Loading