|
5406 | 5406 | load-esm "1.0.3" |
5407 | 5407 | tslib "2.8.1" |
5408 | 5408 |
|
5409 | | -"@nestjs/core@^10.0.0": |
5410 | | - version "10.4.15" |
5411 | | - resolved "https://registry.yarnpkg.com/@nestjs/core/-/core-10.4.15.tgz#1343a3395d5c54e9b792608cb75eef39053806d5" |
5412 | | - integrity sha512-UBejmdiYwaH6fTsz2QFBlC1cJHM+3UDeLZN+CiP9I1fRv2KlBZsmozGLbV5eS1JAVWJB4T5N5yQ0gjN8ZvcS2w== |
5413 | | - dependencies: |
5414 | | - uid "2.0.2" |
5415 | | - "@nuxtjs/opencollective" "0.3.2" |
5416 | | - fast-safe-stringify "2.1.1" |
5417 | | - iterare "1.2.1" |
5418 | | - path-to-regexp "3.3.0" |
5419 | | - tslib "2.8.1" |
5420 | | - |
5421 | | -"@nestjs/core@^11": |
5422 | | - version "11.1.6" |
5423 | | - resolved "https://registry.yarnpkg.com/@nestjs/core/-/core-11.1.6.tgz#9d54882f121168b2fa2b07fa1db0858161a80626" |
5424 | | - integrity sha512-siWX7UDgErisW18VTeJA+x+/tpNZrJewjTBsRPF3JVxuWRuAB1kRoiJcxHgln8Lb5UY9NdvklITR84DUEXD0Cg== |
| 5409 | +"@nestjs/core@^11", "@nestjs/core@^11.1.18": |
| 5410 | + version "11.1.18" |
| 5411 | + resolved "https://registry.yarnpkg.com/@nestjs/core/-/core-11.1.18.tgz#cf3585bc34fd5fd62d3903b89a5512c456b66eef" |
| 5412 | + integrity sha512-wR3DtGyk/LUAiPtbXDuWJJwVkWElKBY0sqnTzf9d4uM3+X18FRZhK7WFc47czsIGOdWuRsMeLYV+1Z9dO4zDEQ== |
5425 | 5413 | dependencies: |
5426 | 5414 | uid "2.0.2" |
5427 | 5415 | "@nuxt/opencollective" "0.4.1" |
5428 | 5416 | fast-safe-stringify "2.1.1" |
5429 | 5417 | iterare "1.2.1" |
5430 | | - path-to-regexp "8.2.0" |
| 5418 | + path-to-regexp "8.4.2" |
5431 | 5419 | tslib "2.8.1" |
5432 | 5420 |
|
5433 | 5421 | "@nestjs/platform-express@^11": |
|
5853 | 5841 | vite-plugin-checker "^0.10.0" |
5854 | 5842 | vue-bundle-renderer "^2.1.1" |
5855 | 5843 |
|
5856 | | -"@nuxtjs/opencollective@0.3.2": |
5857 | | - version "0.3.2" |
5858 | | - resolved "https://registry.yarnpkg.com/@nuxtjs/opencollective/-/opencollective-0.3.2.tgz#620ce1044f7ac77185e825e1936115bb38e2681c" |
5859 | | - integrity sha512-um0xL3fO7Mf4fDxcqx9KryrB7zgRM5JSlvGN5AGkP6JLM5XEKyjeAiPbNxdXVXQ16isuAhYpvP88NgL2BGd6aA== |
5860 | | - dependencies: |
5861 | | - chalk "^4.1.0" |
5862 | | - consola "^2.15.0" |
5863 | | - node-fetch "^2.6.1" |
5864 | | - |
5865 | 5844 | "@nx/nx-darwin-arm64@22.5.0": |
5866 | 5845 | version "22.5.0" |
5867 | 5846 | resolved "https://registry.yarnpkg.com/@nx/nx-darwin-arm64/-/nx-darwin-arm64-22.5.0.tgz#290f2ed933b08284492307a6d079b887513dcbff" |
@@ -13919,11 +13898,6 @@ connect@^3.6.6, connect@^3.7.0: |
13919 | 13898 | parseurl "~1.3.3" |
13920 | 13899 | utils-merge "1.0.1" |
13921 | 13900 |
|
13922 | | -consola@^2.15.0: |
13923 | | - version "2.15.3" |
13924 | | - resolved "https://registry.yarnpkg.com/consola/-/consola-2.15.3.tgz#2e11f98d6a4be71ff72e0bdf07bd23e12cb61550" |
13925 | | - integrity sha512-9vAdYbHj6x2fLKC4+oPH0kFzY/orMZyG2Aj+kNylHxKGJ/Ed4dpNyAQYwJOdqO4zdM7XpVHmyejQDcQHrnuXbw== |
13926 | | - |
13927 | 13901 | consola@^3.2.3, consola@^3.4.0, consola@^3.4.2: |
13928 | 13902 | version "3.4.2" |
13929 | 13903 | resolved "https://registry.yarnpkg.com/consola/-/consola-3.4.2.tgz#5af110145397bb67afdab77013fdc34cae590ea7" |
@@ -24413,26 +24387,21 @@ path-to-regexp@0.1.12, path-to-regexp@~0.1.12: |
24413 | 24387 | resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-0.1.12.tgz#d5e1a12e478a976d432ef3c58d534b9923164bb7" |
24414 | 24388 | integrity sha512-RA1GjUVMnvYFxuqovrEqZoxxW5NUZqbwKtYz/Tt7nXerk0LbLblQmrsgdeOxV5SFHf0UDggjS/bSeOZwt1pmEQ== |
24415 | 24389 |
|
24416 | | -path-to-regexp@3.3.0: |
24417 | | - version "3.3.0" |
24418 | | - resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-3.3.0.tgz#f7f31d32e8518c2660862b644414b6d5c63a611b" |
24419 | | - integrity sha512-qyCH421YQPS2WFDxDjftfc1ZR5WKQzVzqsp4n9M2kQhVOo/ByahFoUNJfl58kOcEGfQ//7weFTDhm+ss8Ecxgw== |
24420 | | - |
24421 | 24390 | path-to-regexp@6.3.0, path-to-regexp@^6.2.1: |
24422 | 24391 | version "6.3.0" |
24423 | 24392 | resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-6.3.0.tgz#2b6a26a337737a8e1416f9272ed0766b1c0389f4" |
24424 | 24393 | integrity sha512-Yhpw4T9C6hPpgPeA28us07OJeqZ5EzQTkbfwuhsUg0c237RomFoETJgmp2sa3F/41gfLE6G5cqcYwznmeEeOlQ== |
24425 | 24394 |
|
24426 | | -path-to-regexp@8.2.0: |
24427 | | - version "8.2.0" |
24428 | | - resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-8.2.0.tgz#73990cc29e57a3ff2a0d914095156df5db79e8b4" |
24429 | | - integrity sha512-TdrF7fW9Rphjq4RjrW0Kp2AW0Ahwu9sRGTkS6bvDi0SCwZlEZYmcfDbEsTz8RVk0EHIS/Vd1bv3JhG+1xZuAyQ== |
24430 | | - |
24431 | | -path-to-regexp@8.3.0, path-to-regexp@^8.0.0: |
| 24395 | +path-to-regexp@8.3.0: |
24432 | 24396 | version "8.3.0" |
24433 | 24397 | resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-8.3.0.tgz#aa818a6981f99321003a08987d3cec9c3474cd1f" |
24434 | 24398 | integrity sha512-7jdwVIRtsP8MYpdXSwOS0YdD0Du+qOoF/AEPIt88PcCFrZCzx41oxku1jD88hZBwbNUIEfpqvuhjFaMAqMTWnA== |
24435 | 24399 |
|
| 24400 | +path-to-regexp@8.4.2, path-to-regexp@^8.0.0: |
| 24401 | + version "8.4.2" |
| 24402 | + resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-8.4.2.tgz#795c420c4f7ca45c5b887366f622ee0c9852cccd" |
| 24403 | + integrity sha512-qRcuIdP69NPm4qbACK+aDogI5CBDMi1jKe0ry5rSQJz8JVLsC7jV8XpiJjGRLLol3N+R5ihGYcrPLTno6pAdBA== |
| 24404 | + |
24436 | 24405 | path-to-regexp@^1.5.3, path-to-regexp@^1.7.0: |
24437 | 24406 | version "1.9.0" |
24438 | 24407 | resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-1.9.0.tgz#5dc0753acbf8521ca2e0f137b4578b917b10cf24" |
@@ -28591,6 +28560,7 @@ stylus@0.59.0, stylus@^0.59.0: |
28591 | 28560 |
|
28592 | 28561 | sucrase@^3.27.0, sucrase@^3.35.0, sucrase@getsentry/sucrase#es2020-polyfills: |
28593 | 28562 | version "3.36.0" |
| 28563 | + uid fd682f6129e507c00bb4e6319cc5d6b767e36061 |
28594 | 28564 | resolved "https://codeload.github.com/getsentry/sucrase/tar.gz/fd682f6129e507c00bb4e6319cc5d6b767e36061" |
28595 | 28565 | dependencies: |
28596 | 28566 | "@jridgewell/gen-mapping" "^0.3.2" |
|
0 commit comments