Skip to content

Commit f76de87

Browse files
authored
Merge pull request #320 from owieth/dependabot/npm_and_yarn/mongodb-6.20.0
build(deps): bump mongodb from 6.19.0 to 6.20.0
2 parents d79c872 + 3b3816a commit f76de87

3 files changed

Lines changed: 42 additions & 40 deletions

File tree

package-lock.json

Lines changed: 15 additions & 13 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
@@ -27,7 +27,7 @@
2727
"http-status-codes": "^2.3.0",
2828
"jsonwebtoken": "^9.0.2",
2929
"lucide-react": "^0.542.0",
30-
"mongodb": "^6.19.0",
30+
"mongodb": "^6.20.0",
3131
"mongoose": "^8.18.1",
3232
"next": "^15.5.3",
3333
"next-auth": "^4.24.11",

yarn.lock

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -741,10 +741,10 @@
741741
resolved "https://registry.yarnpkg.com/@img/sharp-win32-x64/-/sharp-win32-x64-0.34.3.tgz#d20c89bd41b1dd3d76d8575714aaaa3c43204b6a"
742742
integrity sha512-OWwz05d++TxzLEv4VnsTz5CmZ6mI6S05sfQGEMrNrQcOEERbX46332IvE7pO/EUiw7jUrrS40z/M7kPyjfl04g==
743743

744-
"@mongodb-js/saslprep@^1.1.9":
745-
version "1.1.9"
746-
resolved "https://registry.yarnpkg.com/@mongodb-js/saslprep/-/saslprep-1.1.9.tgz#e974bab8eca9faa88677d4ea4da8d09a52069004"
747-
integrity sha512-tVkljjeEaAhCqTzajSdgbQ6gE6f3oneVwa3iXR6csiEwXXOFsiC6Uh9iAjAhXPtqa/XMDHWjjeNH/77m/Yq2dw==
744+
"@mongodb-js/saslprep@^1.1.9", "@mongodb-js/saslprep@^1.3.0":
745+
version "1.3.0"
746+
resolved "https://registry.yarnpkg.com/@mongodb-js/saslprep/-/saslprep-1.3.0.tgz#75bb770b4b0908047b6c6ac2ec841047660e1c82"
747+
integrity sha512-zlayKCsIjYb7/IdfqxorK5+xUMyi4vOKcFy10wKJYc63NSdKI8mNME+uJqfatkPmOSMMUiojrL58IePKBm3gvQ==
748748
dependencies:
749749
sparse-bitfield "^3.0.3"
750750

@@ -3575,22 +3575,22 @@ minimist@^1.2.0, minimist@^1.2.6:
35753575
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.8.tgz#c1a464e7693302e082a075cee0c057741ac4772c"
35763576
integrity sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==
35773577

3578-
mongodb-connection-string-url@^3.0.0:
3579-
version "3.0.0"
3580-
resolved "https://registry.yarnpkg.com/mongodb-connection-string-url/-/mongodb-connection-string-url-3.0.0.tgz#b4f87f92fd8593f3b9365f592515a06d304a1e9c"
3581-
integrity sha512-t1Vf+m1I5hC2M5RJx/7AtxgABy1cZmIPQRMXw+gEIPn/cZNF3Oiy+l0UIypUwVB5trcWHq3crg2g3uAR9aAwsQ==
3578+
mongodb-connection-string-url@^3.0.0, mongodb-connection-string-url@^3.0.2:
3579+
version "3.0.2"
3580+
resolved "https://registry.yarnpkg.com/mongodb-connection-string-url/-/mongodb-connection-string-url-3.0.2.tgz#e223089dfa0a5fa9bf505f8aedcbc67b077b33e7"
3581+
integrity sha512-rMO7CGo/9BFwyZABcKAWL8UJwH/Kc2x0g72uhDWzG48URRax5TCIcJ7Rc3RZqffZzO/Gwff/jyKwCU9TN8gehA==
35823582
dependencies:
35833583
"@types/whatwg-url" "^11.0.2"
3584-
whatwg-url "^13.0.0"
3584+
whatwg-url "^14.1.0 || ^13.0.0"
35853585

3586-
mongodb@^6.19.0:
3587-
version "6.19.0"
3588-
resolved "https://registry.yarnpkg.com/mongodb/-/mongodb-6.19.0.tgz#d28df0ae4cb3bea4381206e2d9efc3c7b77531fe"
3589-
integrity sha512-H3GtYujOJdeKIMLKBT9PwlDhGrQfplABNF1G904w6r5ZXKWyv77aB0X9B+rhmaAwjtllHzaEkvi9mkGVZxs2Bw==
3586+
mongodb@^6.20.0:
3587+
version "6.20.0"
3588+
resolved "https://registry.yarnpkg.com/mongodb/-/mongodb-6.20.0.tgz#5212dcf512719385287aa4574265352eefb01d8e"
3589+
integrity sha512-Tl6MEIU3K4Rq3TSHd+sZQqRBoGlFsOgNrH5ltAcFBV62Re3Fd+FcaVf8uSEQFOJ51SDowDVttBTONMfoYWrWlQ==
35903590
dependencies:
3591-
"@mongodb-js/saslprep" "^1.1.9"
3591+
"@mongodb-js/saslprep" "^1.3.0"
35923592
bson "^6.10.4"
3593-
mongodb-connection-string-url "^3.0.0"
3593+
mongodb-connection-string-url "^3.0.2"
35943594

35953595
mongodb@~6.18.0:
35963596
version "6.18.0"
@@ -3947,7 +3947,7 @@ proxy-from-env@^1.1.0:
39473947
resolved "https://registry.yarnpkg.com/proxy-from-env/-/proxy-from-env-1.1.0.tgz#e102f16ca355424865755d2c9e8ea4f24d58c3e2"
39483948
integrity sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==
39493949

3950-
punycode@^2.1.0, punycode@^2.3.0:
3950+
punycode@^2.1.0, punycode@^2.3.1:
39513951
version "2.3.1"
39523952
resolved "https://registry.yarnpkg.com/punycode/-/punycode-2.3.1.tgz#027422e2faec0b25e1549c3e1bd8309b9133b6e5"
39533953
integrity sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==
@@ -4481,12 +4481,12 @@ to-regex-range@^5.0.1:
44814481
dependencies:
44824482
is-number "^7.0.0"
44834483

4484-
tr46@^4.1.1:
4485-
version "4.1.1"
4486-
resolved "https://registry.yarnpkg.com/tr46/-/tr46-4.1.1.tgz#281a758dcc82aeb4fe38c7dfe4d11a395aac8469"
4487-
integrity sha512-2lv/66T7e5yNyhAAC4NaKe5nVavzuGJQVVtRYLyQ2OI8tsJ61PMLlelehb0wi2Hx6+hT/OJUWZcw8MjlSRnxvw==
4484+
tr46@^5.1.0:
4485+
version "5.1.1"
4486+
resolved "https://registry.yarnpkg.com/tr46/-/tr46-5.1.1.tgz#96ae867cddb8fdb64a49cc3059a8d428bcf238ca"
4487+
integrity sha512-hdF5ZgjTqgAntKkklYw0R03MG2x/bSzTtkxmIRw/sTNV8YXsCJ1tfLAX23lhxhHJlEf3CRCOCGGWw3vI3GaSPw==
44884488
dependencies:
4489-
punycode "^2.3.0"
4489+
punycode "^2.3.1"
44904490

44914491
ts-api-utils@^1.3.0:
44924492
version "1.3.0"
@@ -4689,12 +4689,12 @@ webidl-conversions@^7.0.0:
46894689
resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-7.0.0.tgz#256b4e1882be7debbf01d05f0aa2039778ea080a"
46904690
integrity sha512-VwddBukDzu71offAQR975unBIGqfKZpM+8ZX6ySk8nYhVoo5CYaZyzt3YBvYtRtO+aoGlqxPg/B87NGVZ/fu6g==
46914691

4692-
whatwg-url@^13.0.0:
4693-
version "13.0.0"
4694-
resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-13.0.0.tgz#b7b536aca48306394a34e44bda8e99f332410f8f"
4695-
integrity sha512-9WWbymnqj57+XEuqADHrCJ2eSXzn8WXIW/YSGaZtb2WKAInQ6CHfaUUcTyyver0p8BDg5StLQq8h1vtZuwmOig==
4692+
"whatwg-url@^14.1.0 || ^13.0.0":
4693+
version "14.2.0"
4694+
resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-14.2.0.tgz#4ee02d5d725155dae004f6ae95c73e7ef5d95663"
4695+
integrity sha512-De72GdQZzNTUBBChsXueQUnPKDkg/5A5zp7pFDuQAj5UFoENpiACU0wlCvzpAGnTkj++ihpKwKyYewn/XNUbKw==
46964696
dependencies:
4697-
tr46 "^4.1.1"
4697+
tr46 "^5.1.0"
46984698
webidl-conversions "^7.0.0"
46994699

47004700
which-boxed-primitive@^1.0.2:

0 commit comments

Comments
 (0)