Skip to content

Commit

Permalink
chore(deps): update dependency @nestjs/schedule to v2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 10, 2023
1 parent 1fe23a8 commit 55d45ec
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"@nestjs/config": "^2.2.0",
"@nestjs/core": "9.3.9",
"@nestjs/platform-express": "^9.0.0",
"@nestjs/schedule": "2.2.0",
"@nestjs/schedule": "2.2.1",
"@nestjs/schematics": "^9.0.3",
"@nestjs/testing": "^9.0.0",
"@semantic-release/changelog": "^6.0.0",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1168,12 +1168,12 @@
multer "1.4.4-lts.1"
tslib "2.5.0"

"@nestjs/schedule@2.2.0":
version "2.2.0"
resolved "https://registry.yarnpkg.com/@nestjs/schedule/-/schedule-2.2.0.tgz#6e6e55648d9fa03dfc861354d00da2985161753b"
integrity sha512-wrDnUONTxBkD6lTWh9ecYk/kvJTbA3PylotjBoRsECmcS1SNvgInFXuL38UnHiFnXM3CHSFnzRLB259Bc1mOdQ==
"@nestjs/schedule@2.2.1":
version "2.2.1"
resolved "https://registry.yarnpkg.com/@nestjs/schedule/-/schedule-2.2.1.tgz#404e79133e50e4b70dec3b7c194d6b796485cb13"
integrity sha512-7jev9Q3aFnRajKAi/At+9rzwflZNN10SA5PcdCvxc35GFfTdM2a6O5GA7tiIbLuOOzdjPYPbC3RxP4tpXOHVWw==
dependencies:
cron "2.2.0"
cron "2.3.0"
uuid "9.0.0"

"@nestjs/schematics@^9.0.0", "@nestjs/schematics@^9.0.3":
Expand Down Expand Up @@ -3143,10 +3143,10 @@ create-require@^1.1.0:
resolved "https://registry.yarnpkg.com/create-require/-/create-require-1.1.1.tgz#c1d7e8f1e5f6cfc9ff65f9cd352d37348756c333"
integrity sha512-dcKFX3jn0MpIaXjisoRvexIJVEKzaq7z2rZKxf+MSr9TkdmHmsU4m2lcLojrj/FHl8mk5VxMmYA+ftRkP/3oKQ==

cron@2.2.0:
version "2.2.0"
resolved "https://registry.yarnpkg.com/cron/-/cron-2.2.0.tgz#605ae5048e9715a22db12e9fe2563a92740b9fed"
integrity sha512-GPiI3OgMv83XRtEUc2gUdaLvJhO3XbLN288layOBkDTupg0RK5IECNGpkykIMHg+muVR2bxt29b0xvCAcBrjYQ==
cron@2.3.0:
version "2.3.0"
resolved "https://registry.yarnpkg.com/cron/-/cron-2.3.0.tgz#20df6da18d4f7d2f8937def2eb5fc0d1a320c526"
integrity sha512-ZN5HP8zDY41sJolMsbc+GksRATcbvkPKF5wR/qc8FrV4NBVi9ORQa1HmYa5GydaysUB80X9XpRlRkooa5uEtTA==
dependencies:
luxon "^3.2.1"

Expand Down

0 comments on commit 55d45ec

Please sign in to comment.