Skip to content

Commit 9fd9553

Browse files
authored
Merge pull request #17 from BaseMax/dependabot/npm_and_yarn/mongoose-8.9.5
Bump mongoose from 8.8.3 to 8.9.5
2 parents 36429a8 + 1246818 commit 9fd9553

File tree

3 files changed

+49
-62
lines changed

3 files changed

+49
-62
lines changed

package-lock.json

Lines changed: 31 additions & 44 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@
1414
"express": "^4.21.2",
1515
"express-graphql": "^0.12.0",
1616
"graphql": "^15.4.0",
17-
"mongoose": "^8.8.3"
17+
"mongoose": "^8.9.5"
1818
}
1919
}

yarn.lock

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# yarn lockfile v1
33

44

5-
"@mongodb-js/saslprep@^1.1.5":
5+
"@mongodb-js/saslprep@^1.1.9":
66
version "1.1.9"
77
resolved "https://registry.yarnpkg.com/@mongodb-js/saslprep/-/saslprep-1.1.9.tgz#e974bab8eca9faa88677d4ea4da8d09a52069004"
88
integrity sha512-tVkljjeEaAhCqTzajSdgbQ6gE6f3oneVwa3iXR6csiEwXXOFsiC6Uh9iAjAhXPtqa/XMDHWjjeNH/77m/Yq2dw==
@@ -52,10 +52,10 @@ [email protected]:
5252
type-is "~1.6.18"
5353
unpipe "1.0.0"
5454

55-
bson@^6.7.0:
56-
version "6.8.0"
57-
resolved "https://registry.yarnpkg.com/bson/-/bson-6.8.0.tgz#5063c41ba2437c2b8ff851b50d9e36cb7aaa7525"
58-
integrity sha512-iOJg8pr7wq2tg/zSlCCHMi3hMm5JTOxLTagf3zxhcenHsFp+c6uOs6K7W5UE7A4QIJGtqh/ZovFNMP4mOPJynQ==
55+
bson@^6.10.1:
56+
version "6.10.1"
57+
resolved "https://registry.yarnpkg.com/bson/-/bson-6.10.1.tgz#dcd04703178f5ecf5b25de04edd2a95ec79385d3"
58+
integrity sha512-P92xmHDQjSKPLHqFxefqMxASNq/aWJMEZugpCjf+AF/pgcUpMMQCg7t7+ewko0/u8AapvF3luf/FoehddEK+sA==
5959

6060
6161
version "3.1.0"
@@ -414,23 +414,23 @@ mongodb-connection-string-url@^3.0.0:
414414
"@types/whatwg-url" "^11.0.2"
415415
whatwg-url "^13.0.0"
416416

417-
mongodb@~6.10.0:
418-
version "6.10.0"
419-
resolved "https://registry.yarnpkg.com/mongodb/-/mongodb-6.10.0.tgz#20a9f1cf3c6829e75fc39e6d8c1c19f164209c2e"
420-
integrity sha512-gP9vduuYWb9ZkDM546M+MP2qKVk5ZG2wPF63OvSRuUbqCR+11ZCAE1mOfllhlAG0wcoJY5yDL/rV3OmYEwXIzg==
417+
mongodb@~6.12.0:
418+
version "6.12.0"
419+
resolved "https://registry.yarnpkg.com/mongodb/-/mongodb-6.12.0.tgz#8b0bda1b18cbb3f0aec8ab4119c5dc535a43c444"
420+
integrity sha512-RM7AHlvYfS7jv7+BXund/kR64DryVI+cHbVAy9P61fnb1RcWZqOW1/Wj2YhqMCx+MuYhqTRGv7AwHBzmsCKBfA==
421421
dependencies:
422-
"@mongodb-js/saslprep" "^1.1.5"
423-
bson "^6.7.0"
422+
"@mongodb-js/saslprep" "^1.1.9"
423+
bson "^6.10.1"
424424
mongodb-connection-string-url "^3.0.0"
425425

426-
mongoose@^8.8.3:
427-
version "8.8.3"
428-
resolved "https://registry.yarnpkg.com/mongoose/-/mongoose-8.8.3.tgz#066953497c116b876178a843c4ba8f7e88c85987"
429-
integrity sha512-/I4n/DcXqXyIiLRfAmUIiTjj3vXfeISke8dt4U4Y8Wfm074Wa6sXnQrXN49NFOFf2mM1kUdOXryoBvkuCnr+Qw==
426+
mongoose@^8.9.5:
427+
version "8.9.5"
428+
resolved "https://registry.yarnpkg.com/mongoose/-/mongoose-8.9.5.tgz#90a2d70b48a66022a61d7a170ab4fad106b83cba"
429+
integrity sha512-SPhOrgBm0nKV3b+IIHGqpUTOmgVL5Z3OO9AwkFEmvOZznXTvplbomstCnPOGAyungtRXE5pJTgKpKcZTdjeESg==
430430
dependencies:
431-
bson "^6.7.0"
431+
bson "^6.10.1"
432432
kareem "2.6.3"
433-
mongodb "~6.10.0"
433+
mongodb "~6.12.0"
434434
mpath "0.9.0"
435435
mquery "5.0.0"
436436
ms "2.1.3"

0 commit comments

Comments
 (0)