File tree 2 files changed +10
-10
lines changed
2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 61
61
"@nestjs/config" : " ^2.2.0" ,
62
62
"@nestjs/core" : " 9.3.9" ,
63
63
"@nestjs/platform-express" : " ^9.0.0" ,
64
- "@nestjs/schedule" : " 2.2.0 " ,
64
+ "@nestjs/schedule" : " 2.2.1 " ,
65
65
"@nestjs/schematics" : " ^9.0.3" ,
66
66
"@nestjs/testing" : " ^9.0.0" ,
67
67
"@semantic-release/changelog" : " ^6.0.0" ,
Original file line number Diff line number Diff line change 1168
1168
multer "1.4.4-lts.1"
1169
1169
tslib "2.5.0"
1170
1170
1171
-
1172
- version "2.2.0 "
1173
- resolved "https://registry.yarnpkg.com/@nestjs/schedule/-/schedule-2.2.0 .tgz#6e6e55648d9fa03dfc861354d00da2985161753b "
1174
- integrity sha512-wrDnUONTxBkD6lTWh9ecYk/kvJTbA3PylotjBoRsECmcS1SNvgInFXuL38UnHiFnXM3CHSFnzRLB259Bc1mOdQ ==
1171
+
1172
+ version "2.2.1 "
1173
+ resolved "https://registry.yarnpkg.com/@nestjs/schedule/-/schedule-2.2.1 .tgz#404e79133e50e4b70dec3b7c194d6b796485cb13 "
1174
+ integrity sha512-7jev9Q3aFnRajKAi/At+9rzwflZNN10SA5PcdCvxc35GFfTdM2a6O5GA7tiIbLuOOzdjPYPbC3RxP4tpXOHVWw ==
1175
1175
dependencies :
1176
- cron "2.2 .0"
1176
+ cron "2.3 .0"
1177
1177
uuid "9.0.0"
1178
1178
1179
1179
" @nestjs/schematics@^9.0.0" , "@nestjs/schematics@^9.0.3":
@@ -3143,10 +3143,10 @@ create-require@^1.1.0:
3143
3143
resolved "https://registry.yarnpkg.com/create-require/-/create-require-1.1.1.tgz#c1d7e8f1e5f6cfc9ff65f9cd352d37348756c333"
3144
3144
integrity sha512-dcKFX3jn0MpIaXjisoRvexIJVEKzaq7z2rZKxf+MSr9TkdmHmsU4m2lcLojrj/FHl8mk5VxMmYA+ftRkP/3oKQ==
3145
3145
3146
- cron@2.2 .0 :
3147
- version "2.2 .0"
3148
- resolved "https://registry.yarnpkg.com/cron/-/cron-2.2 .0.tgz#605ae5048e9715a22db12e9fe2563a92740b9fed "
3149
- integrity sha512-GPiI3OgMv83XRtEUc2gUdaLvJhO3XbLN288layOBkDTupg0RK5IECNGpkykIMHg+muVR2bxt29b0xvCAcBrjYQ ==
3146
+ cron@2.3 .0 :
3147
+ version "2.3 .0"
3148
+ resolved "https://registry.yarnpkg.com/cron/-/cron-2.3 .0.tgz#20df6da18d4f7d2f8937def2eb5fc0d1a320c526 "
3149
+ integrity sha512-ZN5HP8zDY41sJolMsbc+GksRATcbvkPKF5wR/qc8FrV4NBVi9ORQa1HmYa5GydaysUB80X9XpRlRkooa5uEtTA ==
3150
3150
dependencies :
3151
3151
luxon "^3.2.1"
3152
3152
You can’t perform that action at this time.
0 commit comments