Skip to content

Commit

Permalink
chore(deps): bump cron from 3.1.6 to 3.1.7
Browse files Browse the repository at this point in the history
Bumps [cron](https://github.com/kelektiv/node-cron) from 3.1.6 to 3.1.7.
- [Release notes](https://github.com/kelektiv/node-cron/releases)
- [Changelog](https://github.com/kelektiv/node-cron/blob/main/CHANGELOG.md)
- [Commits](kelektiv/node-cron@v3.1.6...v3.1.7)

---
updated-dependencies:
- dependency-name: cron
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Apr 23, 2024
1 parent 757a49e commit fd72ec9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@c8y/client": "^1019.19.7",
"agentkeepalive": "^4.5.0",
"cookie-parse": "^0.4.0",
"cron": "^3.1.6",
"cron": "^3.1.7",
"dotenv": "^16.4.5",
"express": "^4.18.3",
"http-proxy": "^1.18.1",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2283,10 +2283,10 @@
resolved "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.15.tgz"
integrity sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==

"@types/luxon@~3.3.0":
version "3.3.8"
resolved "https://registry.npmjs.org/@types/luxon/-/luxon-3.3.8.tgz"
integrity sha512-jYvz8UMLDgy3a5SkGJne8H7VA7zPV2Lwohjx0V8V31+SqAjNmurWMkk9cQhfvlcnXWudBpK9xPM1n4rljOcHYQ==
"@types/luxon@~3.4.0":
version "3.4.2"
resolved "https://registry.yarnpkg.com/@types/luxon/-/luxon-3.4.2.tgz#e4fc7214a420173cea47739c33cdf10874694db7"
integrity sha512-TifLZlFudklWlMBfhubvgqTXRzLDI5pCbGa4P8a3wPyUQSW+1xQ5eDsreP9DWHX3tjq1ke96uYG/nwundroWcA==

"@types/mime@^1":
version "1.3.5"
Expand Down Expand Up @@ -3595,12 +3595,12 @@ critters@0.0.20:
postcss "^8.4.23"
pretty-bytes "^5.3.0"

cron@^3.1.6:
version "3.1.6"
resolved "https://registry.npmjs.org/cron/-/cron-3.1.6.tgz"
integrity sha512-cvFiQCeVzsA+QPM6fhjBtlKGij7tLLISnTSvFxVdnFGLdz+ZdXN37kNe0i2gefmdD17XuZA6n2uPVwzl4FxW/w==
cron@^3.1.7:
version "3.1.7"
resolved "https://registry.yarnpkg.com/cron/-/cron-3.1.7.tgz#3423d618ba625e78458fff8cb67001672d49ba0d"
integrity sha512-tlBg7ARsAMQLzgwqVxy8AZl/qlTc5nibqYwtNGoCrd+cV+ugI+tvZC1oT/8dFH8W455YrywGykx/KMmAqOr7Jw==
dependencies:
"@types/luxon" "~3.3.0"
"@types/luxon" "~3.4.0"
luxon "~3.4.0"

cross-fetch@3.1.5:
Expand Down

0 comments on commit fd72ec9

Please sign in to comment.