diff --git a/package-lock.json b/package-lock.json index 5c9e55c..8e0c8bd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "ISC", "dependencies": { "bcrypt": "^5.1.1", - "cron": "^3.1.6", + "cron": "^3.1.7", "dotenv": "^16.4.5", "express": "^4.19.2", "gitignore": "^0.7.0", @@ -1151,9 +1151,10 @@ } }, "node_modules/@types/luxon": { - "version": "3.3.8", - "resolved": "https://registry.npmjs.org/@types/luxon/-/luxon-3.3.8.tgz", - "integrity": "sha512-jYvz8UMLDgy3a5SkGJne8H7VA7zPV2Lwohjx0V8V31+SqAjNmurWMkk9cQhfvlcnXWudBpK9xPM1n4rljOcHYQ==" + "version": "3.4.2", + "resolved": "https://registry.npmjs.org/@types/luxon/-/luxon-3.4.2.tgz", + "integrity": "sha512-TifLZlFudklWlMBfhubvgqTXRzLDI5pCbGa4P8a3wPyUQSW+1xQ5eDsreP9DWHX3tjq1ke96uYG/nwundroWcA==", + "license": "MIT" }, "node_modules/@types/node": { "version": "20.12.7", @@ -1901,11 +1902,12 @@ } }, "node_modules/cron": { - "version": "3.1.6", - "resolved": "https://registry.npmjs.org/cron/-/cron-3.1.6.tgz", - "integrity": "sha512-cvFiQCeVzsA+QPM6fhjBtlKGij7tLLISnTSvFxVdnFGLdz+ZdXN37kNe0i2gefmdD17XuZA6n2uPVwzl4FxW/w==", + "version": "3.1.7", + "resolved": "https://registry.npmjs.org/cron/-/cron-3.1.7.tgz", + "integrity": "sha512-tlBg7ARsAMQLzgwqVxy8AZl/qlTc5nibqYwtNGoCrd+cV+ugI+tvZC1oT/8dFH8W455YrywGykx/KMmAqOr7Jw==", + "license": "MIT", "dependencies": { - "@types/luxon": "~3.3.0", + "@types/luxon": "~3.4.0", "luxon": "~3.4.0" } }, diff --git a/package.json b/package.json index df87a41..2d5f96e 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "license": "ISC", "dependencies": { "bcrypt": "^5.1.1", - "cron": "^3.1.6", + "cron": "^3.1.7", "dotenv": "^16.4.5", "express": "^4.19.2", "gitignore": "^0.7.0",