diff --git a/extensions/cron/package.json b/extensions/cron/package.json index 335d26fcbc2b..4fd09f1d678c 100644 --- a/extensions/cron/package.json +++ b/extensions/cron/package.json @@ -40,7 +40,7 @@ "@loopback/core": "^6.0.0" }, "dependencies": { - "@types/cron": "^2.4.0", + "@types/cron": "^2.4.3", "@types/debug": "^4.1.12", "cron": "^2.4.4", "debug": "^4.3.7", diff --git a/package-lock.json b/package-lock.json index bbba6ea55d0b..69ad6c0bc324 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1308,7 +1308,7 @@ "version": "0.12.7", "license": "MIT", "dependencies": { - "@types/cron": "^2.4.0", + "@types/cron": "^2.4.3", "@types/debug": "^4.1.12", "cron": "^2.4.4", "debug": "^4.3.7", @@ -8856,10 +8856,11 @@ } }, "node_modules/@types/cron": { - "version": "2.4.0", - "resolved": "https://registry.npmjs.org/@types/cron/-/cron-2.4.0.tgz", - "integrity": "sha512-5bBaAkqvSFBX8JMi/xCofNzG5E594TNsApMz68dLd/sQYz/HGQqgcxGHTRjOvD4G3Y+YF1Oo3S7QdCvKt1KAJQ==", + "version": "2.4.3", + "resolved": "https://registry.npmjs.org/@types/cron/-/cron-2.4.3.tgz", + "integrity": "sha512-ViRBkoZD9Rk0hGeMdd2GHGaOaZuH9mDmwsE5/Zo53Ftwcvh7h9VJc8lIt2wdgEwS4EW5lbtTX6vlE0idCLPOyA==", "deprecated": "This is a stub types definition. cron provides its own type definitions, so you do not need this installed.", + "license": "MIT", "dependencies": { "cron": "*" }