mirror of
https://github.com/apricote/Listory.git
synced 2026-01-13 21:21:02 +00:00
chore(deps): update dependency @nestjs/schedule to v1.0.2
This commit is contained in:
parent
ddd9be1f8d
commit
de87689722
2 changed files with 8 additions and 8 deletions
14
package-lock.json
generated
14
package-lock.json
generated
|
|
@ -18,7 +18,7 @@
|
|||
"@nestjs/jwt": "8.0.0",
|
||||
"@nestjs/passport": "8.0.1",
|
||||
"@nestjs/platform-express": "8.1.2",
|
||||
"@nestjs/schedule": "1.0.1",
|
||||
"@nestjs/schedule": "1.0.2",
|
||||
"@nestjs/serve-static": "2.2.2",
|
||||
"@nestjs/swagger": "5.1.4",
|
||||
"@nestjs/terminus": "8.0.1",
|
||||
|
|
@ -1964,9 +1964,9 @@
|
|||
"integrity": "sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw=="
|
||||
},
|
||||
"node_modules/@nestjs/schedule": {
|
||||
"version": "1.0.1",
|
||||
"resolved": "https://registry.npmjs.org/@nestjs/schedule/-/schedule-1.0.1.tgz",
|
||||
"integrity": "sha512-EU2tB4rxuEgum8JlorAFvXkU982EYZm/IBa7n6kgkyps5BbxQSFf7iR1CLkP9zODO9ApZTWk5z3q9L3O7vrkoQ==",
|
||||
"version": "1.0.2",
|
||||
"resolved": "https://registry.npmjs.org/@nestjs/schedule/-/schedule-1.0.2.tgz",
|
||||
"integrity": "sha512-GGRehpSm0nCthYNxAGdTzondPrRvurtKnkQCzIb3Tccqq6PhfS2QiHMwDaCel5/4jhYbR/lZR9UsVr6KSJc2Xg==",
|
||||
"dependencies": {
|
||||
"cron": "1.7.2",
|
||||
"uuid": "8.3.2"
|
||||
|
|
@ -13022,9 +13022,9 @@
|
|||
}
|
||||
},
|
||||
"@nestjs/schedule": {
|
||||
"version": "1.0.1",
|
||||
"resolved": "https://registry.npmjs.org/@nestjs/schedule/-/schedule-1.0.1.tgz",
|
||||
"integrity": "sha512-EU2tB4rxuEgum8JlorAFvXkU982EYZm/IBa7n6kgkyps5BbxQSFf7iR1CLkP9zODO9ApZTWk5z3q9L3O7vrkoQ==",
|
||||
"version": "1.0.2",
|
||||
"resolved": "https://registry.npmjs.org/@nestjs/schedule/-/schedule-1.0.2.tgz",
|
||||
"integrity": "sha512-GGRehpSm0nCthYNxAGdTzondPrRvurtKnkQCzIb3Tccqq6PhfS2QiHMwDaCel5/4jhYbR/lZR9UsVr6KSJc2Xg==",
|
||||
"requires": {
|
||||
"cron": "1.7.2",
|
||||
"uuid": "8.3.2"
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@
|
|||
"@nestjs/jwt": "8.0.0",
|
||||
"@nestjs/passport": "8.0.1",
|
||||
"@nestjs/platform-express": "8.1.2",
|
||||
"@nestjs/schedule": "1.0.1",
|
||||
"@nestjs/schedule": "1.0.2",
|
||||
"@nestjs/serve-static": "2.2.2",
|
||||
"@nestjs/swagger": "5.1.4",
|
||||
"@nestjs/terminus": "8.0.1",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue