Skip to content

Commit 150bc04

Browse files
chore(deps): bump mongoose from 7.6.3 to 8.0.0 in /questions
Bumps [mongoose](https://github.com/Automattic/mongoose) from 7.6.3 to 8.0.0. - [Release notes](https://github.com/Automattic/mongoose/releases) - [Changelog](https://github.com/Automattic/mongoose/blob/master/CHANGELOG.md) - [Commits](Automattic/mongoose@7.6.3...8.0.0) --- updated-dependencies: - dependency-name: mongoose dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2dd205f commit 150bc04

File tree

2 files changed

+17
-37
lines changed

2 files changed

+17
-37
lines changed

questions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"cors": "^2.8.5",
1818
"express": "^4.18.2",
1919
"firebase-admin": "^11.11.0",
20-
"mongoose": "^7.5.1"
20+
"mongoose": "^8.0.0"
2121
},
2222
"devDependencies": {
2323
"@types/body-parser": "^1.19.2",

questions/yarn.lock

Lines changed: 16 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -620,10 +620,10 @@ braces@~3.0.2:
620620
dependencies:
621621
fill-range "^7.0.1"
622622

623-
bson@^5.5.0:
624-
version "5.5.1"
625-
resolved "https://registry.yarnpkg.com/bson/-/bson-5.5.1.tgz#f5849d405711a7f23acdda9a442375df858e6833"
626-
integrity sha512-ix0EwukN2EpC0SRWIj/7B5+A6uQMQy6KMREI9qQqvgpkV2frH63T0UDVd1SYedL6dNCmDBYB3QtXi4ISk9YT+g==
623+
bson@^6.2.0:
624+
version "6.2.0"
625+
resolved "https://registry.yarnpkg.com/bson/-/bson-6.2.0.tgz#4b6acafc266ba18eeee111373c2699304a9ba0a3"
626+
integrity sha512-ID1cI+7bazPDyL9wYy9GaQ8gEEohWvcUl/Yf0dIdutJxnmInEEyCsb4awy/OiBfall7zBA179Pahi3vCdFze3Q==
627627

628628
629629
version "1.0.1"
@@ -1318,11 +1318,6 @@ inherits@2, [email protected], inherits@^2.0.3:
13181318
resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.4.tgz#0fa2c64f932917c3433a0ded55363aae37416b7c"
13191319
integrity sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==
13201320

1321-
ip@^2.0.0:
1322-
version "2.0.0"
1323-
resolved "https://registry.yarnpkg.com/ip/-/ip-2.0.0.tgz#4cf4ab182fee2314c75ede1276f8c80b479936da"
1324-
integrity sha512-WKa+XuLG1A1R0UWhl2+1XQSi+fZWMsYKffMZTTYsiZaUD8k2yDAj5atimTUD2TZkyCkNEeYE5NhFZmupOGtjYQ==
1325-
13261321
13271322
version "1.9.1"
13281323
resolved "https://registry.yarnpkg.com/ipaddr.js/-/ipaddr.js-1.9.1.tgz#bff38543eeb8984825079ff3a2a8e6cbd46781b3"
@@ -1684,25 +1679,23 @@ mongodb-connection-string-url@^2.6.0:
16841679
"@types/whatwg-url" "^8.2.1"
16851680
whatwg-url "^11.0.0"
16861681

1687-
mongodb@5.9.0:
1688-
version "5.9.0"
1689-
resolved "https://registry.yarnpkg.com/mongodb/-/mongodb-5.9.0.tgz#5a22065fa8cfaf1d58bf2e3c451cd2c4bfa983a2"
1690-
integrity sha512-g+GCMHN1CoRUA+wb1Agv0TI4YTSiWr42B5ulkiAfLLHitGK1R+PkSAf3Lr5rPZwi/3F04LiaZEW0Kxro9Fi2TA==
1682+
mongodb@6.2.0:
1683+
version "6.2.0"
1684+
resolved "https://registry.yarnpkg.com/mongodb/-/mongodb-6.2.0.tgz#2c9dcb3eeaf528ed850e94b3df392de6c6b0d7ab"
1685+
integrity sha512-d7OSuGjGWDZ5usZPqfvb36laQ9CPhnWkAGHT61x5P95p/8nMVeH8asloMwW6GcYFeB0Vj4CB/1wOTDG2RA9BFA==
16911686
dependencies:
1692-
bson "^5.5.0"
1693-
mongodb-connection-string-url "^2.6.0"
1694-
socks "^2.7.1"
1695-
optionalDependencies:
16961687
"@mongodb-js/saslprep" "^1.1.0"
1688+
bson "^6.2.0"
1689+
mongodb-connection-string-url "^2.6.0"
16971690

1698-
mongoose@*, mongoose@^7.5.1:
1699-
version "7.6.3"
1700-
resolved "https://registry.yarnpkg.com/mongoose/-/mongoose-7.6.3.tgz#b06507dd164ad4426013eeb266d54aa1e5178092"
1701-
integrity sha512-moYP2qWCOdWRDeBxqB/zYwQmQnTBsF5DoolX5uPyI218BkiA1ujGY27P0NTd4oWIX+LLkZPw0LDzlc/7oh1plg==
1691+
mongoose@*, mongoose@^8.0.0:
1692+
version "8.0.0"
1693+
resolved "https://registry.yarnpkg.com/mongoose/-/mongoose-8.0.0.tgz#f14175eebfaf5256855d7cbd58bf862819b3fd12"
1694+
integrity sha512-PzwkLgm1Jhj0NQdgGfnFsu0QP9V1sBFgbavEgh/IPAUzKAagzvEhuaBuAQOQGjczVWnpIU9tBqyd02cOTgsPlA==
17021695
dependencies:
1703-
bson "^5.5.0"
1696+
bson "^6.2.0"
17041697
kareem "2.5.1"
1705-
mongodb "5.9.0"
1698+
mongodb "6.2.0"
17061699
mpath "0.9.0"
17071700
mquery "5.0.0"
17081701
ms "2.1.3"
@@ -2112,19 +2105,6 @@ simple-update-notifier@^2.0.0:
21122105
dependencies:
21132106
semver "^7.5.3"
21142107

2115-
smart-buffer@^4.2.0:
2116-
version "4.2.0"
2117-
resolved "https://registry.yarnpkg.com/smart-buffer/-/smart-buffer-4.2.0.tgz#6e1d71fa4f18c05f7d0ff216dd16a481d0e8d9ae"
2118-
integrity sha512-94hK0Hh8rPqQl2xXc3HsaBoOXKV20MToPkcXvwbISWLEs+64sBq5kFgn2kJDHb1Pry9yrP0dxrCI9RRci7RXKg==
2119-
2120-
socks@^2.7.1:
2121-
version "2.7.1"
2122-
resolved "https://registry.yarnpkg.com/socks/-/socks-2.7.1.tgz#d8e651247178fde79c0663043e07240196857d55"
2123-
integrity sha512-7maUZy1N7uo6+WVEX6psASxtNlKaNVMlGQKkG/63nEDdLOWNbiUMoLK7X4uYoLhQstau72mLgfEWcXcwsaHbYQ==
2124-
dependencies:
2125-
ip "^2.0.0"
2126-
smart-buffer "^4.2.0"
2127-
21282108
source-map@~0.6.1:
21292109
version "0.6.1"
21302110
resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.6.1.tgz#74722af32e9614e9c287a8d0bbde48b5e2f1a263"

0 commit comments

Comments
 (0)