Skip to content

Commit ab21b25

Browse files
Bump mongoose from 7.6.2 to 7.8.3
Bumps [mongoose](https://github.com/Automattic/mongoose) from 7.6.2 to 7.8.3. - [Release notes](https://github.com/Automattic/mongoose/releases) - [Changelog](https://github.com/Automattic/mongoose/blob/7.8.3/CHANGELOG.md) - [Commits](Automattic/mongoose@7.6.2...7.8.3) --- updated-dependencies: - dependency-name: mongoose dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9104894 commit ab21b25

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

packages/server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"joi": "^17.12.2",
4242
"jsonwebtoken": "^9.0.2",
4343
"livepeer": "3.5.0",
44-
"mongoose": "7.6.2",
44+
"mongoose": "7.8.3",
4545
"morgan": "^1.10.0",
4646
"multer": "^1.4.5-lts.1",
4747
"nanoid": "3.3.8",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14533,10 +14533,10 @@ mongodb-connection-string-url@^3.0.0:
1453314533
"@types/whatwg-url" "^11.0.2"
1453414534
whatwg-url "^13.0.0"
1453514535

14536-
mongodb@5.9.0:
14537-
version "5.9.0"
14538-
resolved "https://registry.yarnpkg.com/mongodb/-/mongodb-5.9.0.tgz#5a22065fa8cfaf1d58bf2e3c451cd2c4bfa983a2"
14539-
integrity sha512-g+GCMHN1CoRUA+wb1Agv0TI4YTSiWr42B5ulkiAfLLHitGK1R+PkSAf3Lr5rPZwi/3F04LiaZEW0Kxro9Fi2TA==
14536+
mongodb@5.9.2:
14537+
version "5.9.2"
14538+
resolved "https://registry.yarnpkg.com/mongodb/-/mongodb-5.9.2.tgz#39a73b9fbc87ac9d9c1aaf8aab5c5bb69e2b913e"
14539+
integrity sha512-H60HecKO4Bc+7dhOv4sJlgvenK4fQNqqUIlXxZYQNbfEWSALGAwGoyJd/0Qwk4TttFXUOHJ2ZJQe/52ScaUwtQ==
1454014540
dependencies:
1454114541
bson "^5.5.0"
1454214542
mongodb-connection-string-url "^2.6.0"
@@ -14575,14 +14575,14 @@ mongoose@*:
1457514575
ms "2.1.3"
1457614576
sift "17.1.3"
1457714577

14578-
mongoose@7.6.2:
14579-
version "7.6.2"
14580-
resolved "https://registry.yarnpkg.com/mongoose/-/mongoose-7.6.2.tgz#c55c8c41352a6e5223bd7b60aa2715331e1d2b65"
14581-
integrity sha512-OVx6RWbfNOzBbfTvXoOkgZmaizdXDU/B/KbBjietXQoInSg/OSULjOavXJzL51XWFkbefqkOvbeE07DfvW6FkQ==
14578+
mongoose@7.8.3:
14579+
version "7.8.3"
14580+
resolved "https://registry.yarnpkg.com/mongoose/-/mongoose-7.8.3.tgz#d6d3305268fc93a425c4a5f41478b0c1771a5b1c"
14581+
integrity sha512-eFnbkKgyVrICoHB6tVJ4uLanS7d5AIo/xHkEbQeOv6g2sD7gh/1biRwvFifsmbtkIddQVNr3ROqHik6gkknN3g==
1458214582
dependencies:
1458314583
bson "^5.5.0"
1458414584
kareem "2.5.1"
14585-
mongodb "5.9.0"
14585+
mongodb "5.9.2"
1458614586
mpath "0.9.0"
1458714587
mquery "5.0.0"
1458814588
ms "2.1.3"

0 commit comments

Comments
 (0)