mirror of
https://github.com/apricote/Listory.git
synced 2026-01-13 21:21:02 +00:00
chore(deps): update dependency nestjs-typeorm-paginate to v2.6.2
This commit is contained in:
parent
152bf1689c
commit
a3c4d74763
2 changed files with 41 additions and 9 deletions
48
package-lock.json
generated
48
package-lock.json
generated
|
|
@ -28,7 +28,7 @@
|
|||
"cookie-parser": "1.4.5",
|
||||
"date-fns": "2.23.0",
|
||||
"nest-raven": "7.2.0",
|
||||
"nestjs-typeorm-paginate": "2.6.0",
|
||||
"nestjs-typeorm-paginate": "2.6.2",
|
||||
"passport": "0.4.1",
|
||||
"passport-jwt": "4.0.0",
|
||||
"passport-spotify": "1.1.0",
|
||||
|
|
@ -11130,14 +11130,33 @@
|
|||
}
|
||||
},
|
||||
"node_modules/nestjs-typeorm-paginate": {
|
||||
"version": "2.6.0",
|
||||
"resolved": "https://registry.npmjs.org/nestjs-typeorm-paginate/-/nestjs-typeorm-paginate-2.6.0.tgz",
|
||||
"integrity": "sha512-MsSbpANJaAWeg/OIB75VtU9xvfMKSCz+JFf5y8rQQteS4OZPjQgw1QA1uFIrKyL+z5d06L9jqliqhUdCt1ZOHQ==",
|
||||
"version": "2.6.2",
|
||||
"resolved": "https://registry.npmjs.org/nestjs-typeorm-paginate/-/nestjs-typeorm-paginate-2.6.2.tgz",
|
||||
"integrity": "sha512-FgPR1vP+/Vurwx9Q9HfnF6P4GfljpXvJ74PR8unVnZKcRN9DYaAi3APndeGAgZKme8tTeVxhPNwoSFSHvc3KZw==",
|
||||
"hasInstallScript": true,
|
||||
"dependencies": {
|
||||
"chalk": "^4.1.2"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@nestjs/common": "^6.1.1 || ^5.6.2 || ^7.0.0 || ^8.0.0",
|
||||
"typeorm": "^0.2.12"
|
||||
}
|
||||
},
|
||||
"node_modules/nestjs-typeorm-paginate/node_modules/chalk": {
|
||||
"version": "4.1.2",
|
||||
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
|
||||
"integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
|
||||
"dependencies": {
|
||||
"ansi-styles": "^4.1.0",
|
||||
"supports-color": "^7.1.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=10"
|
||||
},
|
||||
"funding": {
|
||||
"url": "https://github.com/chalk/chalk?sponsor=1"
|
||||
}
|
||||
},
|
||||
"node_modules/no-case": {
|
||||
"version": "3.0.4",
|
||||
"resolved": "https://registry.npmjs.org/no-case/-/no-case-3.0.4.tgz",
|
||||
|
|
@ -23617,10 +23636,23 @@
|
|||
}
|
||||
},
|
||||
"nestjs-typeorm-paginate": {
|
||||
"version": "2.6.0",
|
||||
"resolved": "https://registry.npmjs.org/nestjs-typeorm-paginate/-/nestjs-typeorm-paginate-2.6.0.tgz",
|
||||
"integrity": "sha512-MsSbpANJaAWeg/OIB75VtU9xvfMKSCz+JFf5y8rQQteS4OZPjQgw1QA1uFIrKyL+z5d06L9jqliqhUdCt1ZOHQ==",
|
||||
"requires": {}
|
||||
"version": "2.6.2",
|
||||
"resolved": "https://registry.npmjs.org/nestjs-typeorm-paginate/-/nestjs-typeorm-paginate-2.6.2.tgz",
|
||||
"integrity": "sha512-FgPR1vP+/Vurwx9Q9HfnF6P4GfljpXvJ74PR8unVnZKcRN9DYaAi3APndeGAgZKme8tTeVxhPNwoSFSHvc3KZw==",
|
||||
"requires": {
|
||||
"chalk": "^4.1.2"
|
||||
},
|
||||
"dependencies": {
|
||||
"chalk": {
|
||||
"version": "4.1.2",
|
||||
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
|
||||
"integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
|
||||
"requires": {
|
||||
"ansi-styles": "^4.1.0",
|
||||
"supports-color": "^7.1.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"no-case": {
|
||||
"version": "3.0.4",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue