@nestjs/schedule
Advanced tools
Comparing version 3.0.1 to 3.0.2
{ | ||
"name": "@nestjs/schedule", | ||
"version": "3.0.1", | ||
"version": "3.0.2", | ||
"description": "Nest - modern, fast, powerful node.js web framework (@schedule)", | ||
@@ -21,33 +21,33 @@ "author": "Kamil Mysliwiec", | ||
"dependencies": { | ||
"cron": "2.3.1", | ||
"cron": "2.4.0", | ||
"uuid": "9.0.0" | ||
}, | ||
"devDependencies": { | ||
"@commitlint/cli": "17.6.5", | ||
"@commitlint/config-angular": "17.6.5", | ||
"@nestjs/common": "10.0.0", | ||
"@nestjs/core": "10.0.0", | ||
"@nestjs/platform-express": "10.0.0", | ||
"@nestjs/testing": "10.0.0", | ||
"@commitlint/cli": "17.6.7", | ||
"@commitlint/config-angular": "17.6.7", | ||
"@nestjs/common": "10.1.3", | ||
"@nestjs/core": "10.1.3", | ||
"@nestjs/platform-express": "10.1.3", | ||
"@nestjs/testing": "10.1.3", | ||
"@types/cron": "2.0.1", | ||
"@types/jest": "29.5.2", | ||
"@types/node": "18.16.18", | ||
"@types/sinon": "10.0.15", | ||
"@types/jest": "29.5.3", | ||
"@types/node": "18.17.2", | ||
"@types/sinon": "10.0.16", | ||
"@types/uuid": "9.0.2", | ||
"@typescript-eslint/eslint-plugin": "5.59.11", | ||
"@typescript-eslint/parser": "5.59.11", | ||
"eslint": "8.43.0", | ||
"eslint-config-prettier": "8.8.0", | ||
"eslint-plugin-import": "2.27.5", | ||
"@typescript-eslint/eslint-plugin": "6.2.1", | ||
"@typescript-eslint/parser": "6.2.1", | ||
"eslint": "8.46.0", | ||
"eslint-config-prettier": "8.10.0", | ||
"eslint-plugin-import": "2.28.0", | ||
"husky": "8.0.3", | ||
"jest": "29.5.0", | ||
"lint-staged": "13.2.2", | ||
"prettier": "2.8.8", | ||
"jest": "29.6.2", | ||
"lint-staged": "13.2.3", | ||
"prettier": "3.0.1", | ||
"reflect-metadata": "0.1.13", | ||
"release-it": "15.11.0", | ||
"release-it": "16.1.3", | ||
"rimraf": "5.0.1", | ||
"rxjs": "7.8.1", | ||
"sinon": "15.1.2", | ||
"ts-jest": "29.1.0", | ||
"typescript": "5.1.3" | ||
"sinon": "15.2.0", | ||
"ts-jest": "29.1.1", | ||
"typescript": "5.1.6" | ||
}, | ||
@@ -54,0 +54,0 @@ "peerDependencies": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
45817
+ Addedcron@2.4.0(transitive)
- Removedcron@2.3.1(transitive)
Updatedcron@2.4.0