|
1194 | 1194 | multer "1.4.4-lts.1" |
1195 | 1195 | tslib "2.5.0" |
1196 | 1196 |
|
1197 | | -"@nestjs/schedule@2.2.3": |
1198 | | - version "2.2.3" |
1199 | | - resolved "https://registry.yarnpkg.com/@nestjs/schedule/-/schedule-2.2.3.tgz#905912b43fc83323a4f992f43515c42b4b5be0c9" |
1200 | | - integrity sha512-PxoGdoBwZQ6SzGfFcERTk7mDxrmesNt2cfqKgtLsFpjYNpV6ZYlKw9Ku8C0ZIjdhy0tBbysj+Fsi3sYua6o6Eg== |
| 1197 | +"@nestjs/schedule@6.0.1": |
| 1198 | + version "6.0.1" |
| 1199 | + resolved "https://registry.yarnpkg.com/@nestjs/schedule/-/schedule-6.0.1.tgz#048b34e5c16d2d9fa14a9df2bfa2d3b7fa8ef168" |
| 1200 | + integrity sha512-v3yO6cSPAoBSSyH67HWnXHzuhPhSNZhRmLY38JvCt2sqY8sPMOODpcU1D79iUMFf7k16DaMEbL4Mgx61ZhiC8Q== |
1201 | 1201 | dependencies: |
1202 | | - cron "2.3.1" |
1203 | | - uuid "9.0.0" |
| 1202 | + cron "4.3.3" |
1204 | 1203 |
|
1205 | 1204 | "@nestjs/schematics@^9.0.0", "@nestjs/schematics@^9.0.3": |
1206 | 1205 | version "9.0.4" |
|
1843 | 1842 | resolved "https://registry.yarnpkg.com/@types/luxon/-/luxon-3.3.0.tgz#a61043a62c0a72696c73a0a305c544c96501e006" |
1844 | 1843 | integrity sha512-uKRI5QORDnrGFYgcdAVnHvEIvEZ8noTpP/Bg+HeUzZghwinDlIS87DEenV5r1YoOF9G4x600YsUXLWZ19rmTmg== |
1845 | 1844 |
|
| 1845 | +"@types/luxon@~3.7.0": |
| 1846 | + version "3.7.1" |
| 1847 | + resolved "https://registry.yarnpkg.com/@types/luxon/-/luxon-3.7.1.tgz#ef51b960ff86801e4e2de80c68813a96e529d531" |
| 1848 | + integrity sha512-H3iskjFIAn5SlJU7OuxUmTEpebK6TKB8rxZShDslBMZJ5u9S//KM1sbdAisiSrqwLQncVjnpi2OK2J51h+4lsg== |
| 1849 | + |
1846 | 1850 | "@types/mime@*": |
1847 | 1851 | version "3.0.1" |
1848 | 1852 | resolved "https://registry.yarnpkg.com/@types/mime/-/mime-3.0.1.tgz#5f8f2bca0a5863cb69bc0b0acd88c96cb1d4ae10" |
@@ -3210,12 +3214,13 @@ create-require@^1.1.0: |
3210 | 3214 | resolved "https://registry.yarnpkg.com/create-require/-/create-require-1.1.1.tgz#c1d7e8f1e5f6cfc9ff65f9cd352d37348756c333" |
3211 | 3215 | integrity sha512-dcKFX3jn0MpIaXjisoRvexIJVEKzaq7z2rZKxf+MSr9TkdmHmsU4m2lcLojrj/FHl8mk5VxMmYA+ftRkP/3oKQ== |
3212 | 3216 |
|
3213 | | -cron@2.3.1: |
3214 | | - version "2.3.1" |
3215 | | - resolved "https://registry.yarnpkg.com/cron/-/cron-2.3.1.tgz#71caa566ffef60ada9183b8677df4afa9a214ad7" |
3216 | | - integrity sha512-1eRRlIT0UfIqauwbG9pkg3J6CX9A6My2ytJWqAXoK0T9oJnUZTzGBNPxao0zjodIbPgf8UQWjE62BMb9eVllSQ== |
| 3217 | +cron@4.3.3: |
| 3218 | + version "4.3.3" |
| 3219 | + resolved "https://registry.yarnpkg.com/cron/-/cron-4.3.3.tgz#d37cfcbc73ba34a50d9d9ce9b653ae60837377d7" |
| 3220 | + integrity sha512-B/CJj5yL3sjtlun6RtYHvoSB26EmQ2NUmhq9ZiJSyKIM4K/fqfh9aelDFlIayD2YMeFZqWLi9hHV+c+pq2Djkw== |
3217 | 3221 | dependencies: |
3218 | | - luxon "^3.2.1" |
| 3222 | + "@types/luxon" "~3.7.0" |
| 3223 | + luxon "~3.7.0" |
3219 | 3224 |
|
3220 | 3225 | cross-spawn@^7.0.0, cross-spawn@^7.0.2, cross-spawn@^7.0.3: |
3221 | 3226 | version "7.0.3" |
@@ -6058,10 +6063,10 @@ lru-cache@^7.4.4, lru-cache@^7.5.1, lru-cache@^7.7.1: |
6058 | 6063 | resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-7.14.1.tgz#8da8d2f5f59827edb388e63e459ac23d6d408fea" |
6059 | 6064 | integrity sha512-ysxwsnTKdAx96aTRdhDOCQfDgbHnt8SK0KY8SEjO0wHinhWOFTESbjVCMPbU1uGXg/ch4lifqx0wfjOawU2+WA== |
6060 | 6065 |
|
6061 | | -luxon@^3.2.1: |
6062 | | - version "3.2.1" |
6063 | | - resolved "https://registry.yarnpkg.com/luxon/-/luxon-3.2.1.tgz#14f1af209188ad61212578ea7e3d518d18cee45f" |
6064 | | - integrity sha512-QrwPArQCNLAKGO/C+ZIilgIuDnEnKx5QYODdDtbFaxzsbZcc/a7WFq7MhsVYgRlwawLtvOUESTlfJ+hc/USqPg== |
| 6066 | +luxon@~3.7.0: |
| 6067 | + version "3.7.2" |
| 6068 | + resolved "https://registry.yarnpkg.com/luxon/-/luxon-3.7.2.tgz#d697e48f478553cca187a0f8436aff468e3ba0ba" |
| 6069 | + integrity sha512-vtEhXh/gNjI9Yg1u4jX/0YVPMvxzHuGgCm6tC5kZyb08yjGWGnqAjGJvcXbqQR2P3MyMEFnRbpcdFS6PBcLqew== |
6065 | 6070 |
|
6066 | 6071 | macos-release@^2.5.0: |
6067 | 6072 | version "2.5.0" |
|
0 commit comments