|
2662 | 2662 | "@jridgewell/resolve-uri" "3.1.0"
|
2663 | 2663 | "@jridgewell/sourcemap-codec" "1.4.14"
|
2664 | 2664 |
|
| 2665 | +"@mongodb-js/saslprep@^1.1.0": |
| 2666 | + version "1.1.9" |
| 2667 | + resolved "https://registry.yarnpkg.com/@mongodb-js/saslprep/-/saslprep-1.1.9.tgz#e974bab8eca9faa88677d4ea4da8d09a52069004" |
| 2668 | + integrity sha512-tVkljjeEaAhCqTzajSdgbQ6gE6f3oneVwa3iXR6csiEwXXOFsiC6Uh9iAjAhXPtqa/XMDHWjjeNH/77m/Yq2dw== |
| 2669 | + dependencies: |
| 2670 | + sparse-bitfield "^3.0.3" |
| 2671 | + |
2665 | 2672 |
|
2666 | 2673 | version "14.2.22"
|
2667 | 2674 | resolved "https://registry.yarnpkg.com/@next/env/-/env-14.2.22.tgz#8898ae47595badbfacebfc1585f42a4e06a97301"
|
@@ -7380,34 +7387,34 @@ module-details-from-path@^1.0.3:
|
7380 | 7387 | resolved "https://registry.yarnpkg.com/module-details-from-path/-/module-details-from-path-1.0.3.tgz#114c949673e2a8a35e9d35788527aa37b679da2b"
|
7381 | 7388 | integrity sha512-ySViT69/76t8VhE1xXHK6Ch4NcDd26gx0MzKXLO+F7NOtnqH68d9zF94nT8ZWSxXh8ELOERsnJO/sWt1xZYw5A==
|
7382 | 7389 |
|
7383 |
| -mongodb-connection-string-url@^2.5.4: |
| 7390 | +mongodb-connection-string-url@^2.6.0: |
7384 | 7391 | version "2.6.0"
|
7385 | 7392 | resolved "https://registry.yarnpkg.com/mongodb-connection-string-url/-/mongodb-connection-string-url-2.6.0.tgz#57901bf352372abdde812c81be47b75c6b2ec5cf"
|
7386 | 7393 | integrity sha512-WvTZlI9ab0QYtTYnuMLgobULWhokRjtC7db9LtcVfJ+Hsnyr5eo6ZtNAt3Ly24XZScGMelOcGtm7lSn0332tPQ==
|
7387 | 7394 | dependencies:
|
7388 | 7395 | "@types/whatwg-url" "^8.2.1"
|
7389 | 7396 | whatwg-url "^11.0.0"
|
7390 | 7397 |
|
7391 |
| -mongodb@4.16.0: |
7392 |
| - version "4.16.0" |
7393 |
| - resolved "https://registry.yarnpkg.com/mongodb/-/mongodb-4.16.0.tgz#8b0043de7b577c6a7e0ce44a2ca7315b9c0a7927" |
7394 |
| - integrity sha512-0EB113Fsucaq1wsY0dOhi1fmZOwFtLOtteQkiqOXGklvWMnSH3g2QS53f0KTP+/6qOkuoXE2JksubSZNmxeI+g== |
| 7398 | +mongodb@4.17.2: |
| 7399 | + version "4.17.2" |
| 7400 | + resolved "https://registry.yarnpkg.com/mongodb/-/mongodb-4.17.2.tgz#237c0534e36a3449bd74c6bf6d32f87a1ca7200c" |
| 7401 | + integrity sha512-mLV7SEiov2LHleRJPMPrK2PMyhXFZt2UQLC4VD4pnth3jMjYKHhtqfwwkkvS/NXuo/Fp3vbhaNcXrIDaLRb9Tg== |
7395 | 7402 | dependencies:
|
7396 | 7403 | bson "^4.7.2"
|
7397 |
| - mongodb-connection-string-url "^2.5.4" |
| 7404 | + mongodb-connection-string-url "^2.6.0" |
7398 | 7405 | socks "^2.7.1"
|
7399 | 7406 | optionalDependencies:
|
7400 | 7407 | "@aws-sdk/credential-providers" "^3.186.0"
|
7401 |
| - saslprep "^1.0.3" |
| 7408 | + "@mongodb-js/saslprep" "^1.1.0" |
7402 | 7409 |
|
7403 |
| -mongoose@6.11.3: |
7404 |
| - version "6.11.3" |
7405 |
| - resolved "https://registry.yarnpkg.com/mongoose/-/mongoose-6.11.3.tgz#26e5de0437c470f09c5a71a188a75718efc6c84a" |
7406 |
| - integrity sha512-M1Y5PjttgV51YDa30u7GVMVypQSlNZF/jUhlzTBAmaz5C9FvOr8eih/VLhhO7xtTSlcVTFQS1dqlQNMbtfUowQ== |
| 7410 | +mongoose@6.13.5: |
| 7411 | + version "6.13.5" |
| 7412 | + resolved "https://registry.yarnpkg.com/mongoose/-/mongoose-6.13.5.tgz#33e628d259787221e8c6ecc740189896f35c7edc" |
| 7413 | + integrity sha512-podJEaIF/5N2mQymkyyUzN2NeL/68MOyYjf3O0zsgCU2B2Omnhg6NhGHVavt9ZH/VxOrwKE9XphbuHDFK+T06g== |
7407 | 7414 | dependencies:
|
7408 | 7415 | bson "^4.7.2"
|
7409 | 7416 | kareem "2.5.1"
|
7410 |
| - mongodb "4.16.0" |
| 7417 | + mongodb "4.17.2" |
7411 | 7418 | mpath "0.9.0"
|
7412 | 7419 | mquery "4.0.3"
|
7413 | 7420 | ms "2.1.3"
|
@@ -8901,13 +8908,6 @@ sanitize-html@^2.12.1:
|
8901 | 8908 | parse-srcset "^1.0.2"
|
8902 | 8909 | postcss "^8.3.11"
|
8903 | 8910 |
|
8904 |
| -saslprep@^1.0.3: |
8905 |
| - version "1.0.3" |
8906 |
| - resolved "https://registry.yarnpkg.com/saslprep/-/saslprep-1.0.3.tgz#4c02f946b56cf54297e347ba1093e7acac4cf226" |
8907 |
| - integrity sha512-/MY/PEMbk2SuY5sScONwhUDsV2p77Znkb/q3nSVstq/yQzYJOH/Azh29p9oJLsl3LnQwSvZDKagDGBsBwSooag== |
8908 |
| - dependencies: |
8909 |
| - sparse-bitfield "^3.0.3" |
8910 |
| - |
8911 | 8911 | scheduler@^0.23.0:
|
8912 | 8912 | version "0.23.0"
|
8913 | 8913 | resolved "https://registry.yarnpkg.com/scheduler/-/scheduler-0.23.0.tgz#ba8041afc3d30eb206a487b6b384002e4e61fdfe"
|
|
0 commit comments