Skip to content

Commit

Permalink
chore(deps): update dependency @nestjs/schedule to v2.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jun 12, 2023
1 parent d30601a commit 5bf2c38
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
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.2",
"@nestjs/schedule": "2.2.3",
"@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
Expand Up @@ -1168,12 +1168,12 @@
multer "1.4.4-lts.1"
tslib "2.5.0"

"@nestjs/schedule@2.2.2":
version "2.2.2"
resolved "https://registry.yarnpkg.com/@nestjs/schedule/-/schedule-2.2.2.tgz#45eab2485172317cd80eafda55842aeda37b6713"
integrity sha512-e9z1bbFwi4QsPkR2ix72OABhBlfRQcl4ZjF8LShlefOskR4ySN4rUzJilH+1rk8vORYDyGDurVdeduPyyfSQRg==
"@nestjs/schedule@2.2.3":
version "2.2.3"
resolved "https://registry.yarnpkg.com/@nestjs/schedule/-/schedule-2.2.3.tgz#905912b43fc83323a4f992f43515c42b4b5be0c9"
integrity sha512-PxoGdoBwZQ6SzGfFcERTk7mDxrmesNt2cfqKgtLsFpjYNpV6ZYlKw9Ku8C0ZIjdhy0tBbysj+Fsi3sYua6o6Eg==
dependencies:
cron "2.3.0"
cron "2.3.1"
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.3.0:
version "2.3.0"
resolved "https://registry.yarnpkg.com/cron/-/cron-2.3.0.tgz#20df6da18d4f7d2f8937def2eb5fc0d1a320c526"
integrity sha512-ZN5HP8zDY41sJolMsbc+GksRATcbvkPKF5wR/qc8FrV4NBVi9ORQa1HmYa5GydaysUB80X9XpRlRkooa5uEtTA==
cron@2.3.1:
version "2.3.1"
resolved "https://registry.yarnpkg.com/cron/-/cron-2.3.1.tgz#71caa566ffef60ada9183b8677df4afa9a214ad7"
integrity sha512-1eRRlIT0UfIqauwbG9pkg3J6CX9A6My2ytJWqAXoK0T9oJnUZTzGBNPxao0zjodIbPgf8UQWjE62BMb9eVllSQ==
dependencies:
luxon "^3.2.1"

Expand Down

0 comments on commit 5bf2c38

Please sign in to comment.