Skip to content

Commit

Permalink
Bump cron from 3.3.2 to 3.4.0 (#840)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jan 10, 2025
1 parent ee7abfb commit 426d074
Show file tree
Hide file tree
Showing 10 changed files with 21 additions and 21 deletions.
24 changes: 12 additions & 12 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"dependencies": {
"@koa/cors": "^5.0.0",
"@koa/router": "^13.1.0",
"cron": "^3.3.2",
"cron": "^3.4.0",
"joi": "^17.13.3",
"jsonwebtoken": "^9.0.2",
"knex": "^3.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/clients/bme280/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"dependencies": {
"base-client": "file:../base-client",
"bme280-sensor": "^0.1.7",
"cron": "^3.3.2",
"cron": "^3.4.0",
"logger": "file:../../logger"
},
"volta": {
Expand Down
2 changes: 1 addition & 1 deletion packages/clients/dht22/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"dependencies": {
"base-client": "file:../base-client",
"cron": "^3.3.2",
"cron": "^3.4.0",
"logger": "file:../../logger",
"node-dht-sensor": "^0.4.3"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/clients/mijia/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"dependencies": {
"@abandonware/noble": "^1.9.2-25",
"base-client": "file:../base-client",
"cron": "^3.3.2",
"cron": "^3.4.0",
"logger": "file:../../logger"
},
"volta": {
Expand Down
2 changes: 1 addition & 1 deletion packages/clients/parasoll/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"dependencies": {
"base-client": "file:../base-client",
"cron": "^3.3.2",
"cron": "^3.4.0",
"dirigera": "^1.3.0",
"logger": "file:../../logger"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/clients/senseair/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"@serialport/parser-inter-byte-timeout": "^13.0.0",
"@serialport/parser-packet-length": "^13.0.0",
"base-client": "file:../base-client",
"cron": "^3.3.2",
"cron": "^3.4.0",
"logger": "file:../../logger",
"serialport": "^13.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/clients/vallhorn/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"dependencies": {
"base-client": "file:../base-client",
"cron": "^3.3.2",
"cron": "^3.4.0",
"dirigera": "^1.3.0",
"logger": "file:../../logger"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/clients/vindstyrka/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"dependencies": {
"base-client": "file:../base-client",
"cron": "^3.3.2",
"cron": "^3.4.0",
"dirigera": "^1.3.0",
"logger": "file:../../logger"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/clients/weather/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"dependencies": {
"base-client": "file:../base-client",
"cron": "^3.3.2",
"cron": "^3.4.0",
"logger": "file:../../logger"
},
"volta": {
Expand Down

0 comments on commit 426d074

Please sign in to comment.