Skip to content

Commit 8fffd0c

Browse files
chore(deps): update dependency @nestjs/schedule to v6
1 parent 278dd42 commit 8fffd0c

File tree

2 files changed

+22
-17
lines changed

2 files changed

+22
-17
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"@nestjs/axios": "^1.0.1",
4747
"@nestjs/common": "^9.0.0",
4848
"@nestjs/core": "^9.0.0",
49-
"@nestjs/schedule": "^2.1.0",
49+
"@nestjs/schedule": "^6.0.0",
5050
"axios": "^1.0.1",
5151
"reflect-metadata": "^0.2.0",
5252
"rxjs": "^7.3.0"
@@ -61,7 +61,7 @@
6161
"@nestjs/config": "^2.2.0",
6262
"@nestjs/core": "9.3.9",
6363
"@nestjs/platform-express": "^9.0.0",
64-
"@nestjs/schedule": "2.2.3",
64+
"@nestjs/schedule": "6.0.1",
6565
"@nestjs/schematics": "^9.0.3",
6666
"@nestjs/testing": "^9.0.0",
6767
"@semantic-release/changelog": "^6.0.0",

yarn.lock

Lines changed: 20 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1194,13 +1194,12 @@
11941194
multer "1.4.4-lts.1"
11951195
tslib "2.5.0"
11961196

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==
12011201
dependencies:
1202-
cron "2.3.1"
1203-
uuid "9.0.0"
1202+
cron "4.3.3"
12041203

12051204
"@nestjs/schematics@^9.0.0", "@nestjs/schematics@^9.0.3":
12061205
version "9.0.4"
@@ -1843,6 +1842,11 @@
18431842
resolved "https://registry.yarnpkg.com/@types/luxon/-/luxon-3.3.0.tgz#a61043a62c0a72696c73a0a305c544c96501e006"
18441843
integrity sha512-uKRI5QORDnrGFYgcdAVnHvEIvEZ8noTpP/Bg+HeUzZghwinDlIS87DEenV5r1YoOF9G4x600YsUXLWZ19rmTmg==
18451844

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+
18461850
"@types/mime@*":
18471851
version "3.0.1"
18481852
resolved "https://registry.yarnpkg.com/@types/mime/-/mime-3.0.1.tgz#5f8f2bca0a5863cb69bc0b0acd88c96cb1d4ae10"
@@ -3210,12 +3214,13 @@ create-require@^1.1.0:
32103214
resolved "https://registry.yarnpkg.com/create-require/-/create-require-1.1.1.tgz#c1d7e8f1e5f6cfc9ff65f9cd352d37348756c333"
32113215
integrity sha512-dcKFX3jn0MpIaXjisoRvexIJVEKzaq7z2rZKxf+MSr9TkdmHmsU4m2lcLojrj/FHl8mk5VxMmYA+ftRkP/3oKQ==
32123216

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==
32173221
dependencies:
3218-
luxon "^3.2.1"
3222+
"@types/luxon" "~3.7.0"
3223+
luxon "~3.7.0"
32193224

32203225
cross-spawn@^7.0.0, cross-spawn@^7.0.2, cross-spawn@^7.0.3:
32213226
version "7.0.3"
@@ -6058,10 +6063,10 @@ lru-cache@^7.4.4, lru-cache@^7.5.1, lru-cache@^7.7.1:
60586063
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-7.14.1.tgz#8da8d2f5f59827edb388e63e459ac23d6d408fea"
60596064
integrity sha512-ysxwsnTKdAx96aTRdhDOCQfDgbHnt8SK0KY8SEjO0wHinhWOFTESbjVCMPbU1uGXg/ch4lifqx0wfjOawU2+WA==
60606065

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==
60656070

60666071
macos-release@^2.5.0:
60676072
version "2.5.0"

0 commit comments

Comments
 (0)