Skip to content

Commit

Permalink
fix(deps): update dependency node-cron to v3.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 12, 2023
1 parent a7beb2e commit f867b99
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"discord.js": "14.13.0",
"module-alias": "2.2.3",
"mongodb": "4.17.1",
"node-cron": "3.0.2",
"node-cron": "3.0.3",
"parse-duration": "1.1.0",
"pdf2json": "^3.0.3",
"pretty-ms": "7.0.1",
Expand All @@ -49,7 +49,7 @@
"@sapphire/ts-config": "^5.0.0",
"@types/common-tags": "1.8.4",
"@types/node": "17.0.45",
"@types/node-cron": "3.0.8",
"@types/node-cron": "3.0.11",
"@types/ws": "8.5.9",
"@typescript-eslint/eslint-plugin": "6.10.0",
"@typescript-eslint/parser": "6.10.0",
Expand Down
20 changes: 10 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1664,10 +1664,10 @@ __metadata:
languageName: node
linkType: hard

"@types/node-cron@npm:3.0.8":
version: 3.0.8
resolution: "@types/node-cron@npm:3.0.8"
checksum: e45f3fb8e0f3ed57bb6bc7b365a3fd50a93e64c0751381bb6db5d8e758f8b54b6af61bf68c72fc5be3b550c01f06b16dca56c05e9507cd3f345c39f44f250ec2
"@types/node-cron@npm:3.0.11":
version: 3.0.11
resolution: "@types/node-cron@npm:3.0.11"
checksum: a73f69bcca52a5f3b1671cfb00a8e4a1d150d0aef36a611564a2f94e66b6981bade577e267ceeeca6fcee241768902d55eb8cf3a81f9ef4ed767a23112fdb16d
languageName: node
linkType: hard

Expand Down Expand Up @@ -4052,12 +4052,12 @@ __metadata:
languageName: node
linkType: hard

"node-cron@npm:3.0.2":
version: 3.0.2
resolution: "node-cron@npm:3.0.2"
"node-cron@npm:3.0.3":
version: 3.0.3
resolution: "node-cron@npm:3.0.3"
dependencies:
uuid: 8.3.2
checksum: dd21585c0d4069a0752022dad9b8380a4393c4783ec78355ffa99ff32b018c3743a35d4ebf9d7c7863949e94e302b440f58c884eb4960e71c7260d817e2d3f25
checksum: 351c37491ebf717d0ae69cc941465de118e5c2ef5d48bc3f87c98556241b060f100402c8a618c7b86f9f626b44756b20d8b5385b70e52f80716f21e55db0f1c5
languageName: node
linkType: hard

Expand Down Expand Up @@ -4862,7 +4862,7 @@ __metadata:
"@skyra/env-utilities": ^1.2.1
"@types/common-tags": 1.8.4
"@types/node": 17.0.45
"@types/node-cron": 3.0.8
"@types/node-cron": 3.0.11
"@types/ws": 8.5.9
"@typescript-eslint/eslint-plugin": 6.10.0
"@typescript-eslint/parser": 6.10.0
Expand All @@ -4878,7 +4878,7 @@ __metadata:
eslint-plugin-deprecation: 1.5.0
module-alias: 2.2.3
mongodb: 4.17.1
node-cron: 3.0.2
node-cron: 3.0.3
npm-run-all: 4.1.5
parse-duration: 1.1.0
pdf2json: ^3.0.3
Expand Down

0 comments on commit f867b99

Please sign in to comment.