Skip to content

Commit 5249f68

Browse files
Update dependency mongoose to ~7.3.0 [SECURITY]
1 parent 68bebfa commit 5249f68

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"discord.js": "^14.11.0",
2525
"dotenv": "^16.1.0",
2626
"mc-server-utilities": "^5.4.4",
27-
"mongoose": "~7.2.0",
27+
"mongoose": "~7.3.0",
2828
"ms": "^2.1.3",
2929
"winston": "^3.9.0",
3030
"winston-daily-rotate-file": "^4.7.1"

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -612,25 +612,25 @@ mongodb-connection-string-url@^2.6.0:
612612
"@types/whatwg-url" "^8.2.1"
613613
whatwg-url "^11.0.0"
614614

615-
mongodb@5.5.0:
616-
version "5.5.0"
617-
resolved "https://registry.yarnpkg.com/mongodb/-/mongodb-5.5.0.tgz#5d213ef68f6b48610909d98d537059f2d7f374a1"
618-
integrity sha512-XgrkUgAAdfnZKQfk5AsYL8j7O99WHd4YXPxYxnh8dZxD+ekYWFRA3JktUsBnfg+455Smf75/+asoU/YLwNGoQQ==
615+
mongodb@5.6.0:
616+
version "5.6.0"
617+
resolved "https://registry.yarnpkg.com/mongodb/-/mongodb-5.6.0.tgz#caff5278341bfc0f1ef6f394bb403d207de03d1e"
618+
integrity sha512-z8qVs9NfobHJm6uzK56XBZF8XwM9H294iRnB7wNjF0SnY93si5HPziIJn+qqvUR5QOff/4L0gCD6SShdR/GtVQ==
619619
dependencies:
620620
bson "^5.3.0"
621621
mongodb-connection-string-url "^2.6.0"
622622
socks "^2.7.1"
623623
optionalDependencies:
624624
saslprep "^1.0.3"
625625

626-
mongoose@~7.2.0:
627-
version "7.2.2"
628-
resolved "https://registry.yarnpkg.com/mongoose/-/mongoose-7.2.2.tgz#5e4c9b87f20b0ef74382706da810bad292fa0f03"
629-
integrity sha512-JPBMTF+oYfLGVFWbHSZ/H+f1GajNanGLYH6c/P0nE3bNJfwGhX573vieGR0kNlNhj3cZk8WCPrnVsTNeUmFUag==
626+
mongoose@~7.3.0:
627+
version "7.3.4"
628+
resolved "https://registry.yarnpkg.com/mongoose/-/mongoose-7.3.4.tgz#d26934d62575cc01c8cbb70252c14dc8cc30ef49"
629+
integrity sha512-luvv4PKFiFYaHNn5wGIRrMML3Vvoa8lkdhcLE1S/6gY9s9CUOdEu9olbDrkhvnwRQ20j1SrQFO5JEApW0xwL3w==
630630
dependencies:
631631
bson "^5.3.0"
632632
kareem "2.5.1"
633-
mongodb "5.5.0"
633+
mongodb "5.6.0"
634634
mpath "0.9.0"
635635
mquery "5.0.0"
636636
ms "2.1.3"

0 commit comments

Comments
 (0)