Compare commits

..

No commits in common. "17e185584ab6c5828495a42b02872ff7478d7194" and "36d0320eee2740dabeeb443ac1c690a43cf985c4" have entirely different histories.

4 changed files with 14 additions and 14 deletions

View file

@ -12,7 +12,7 @@ jobs:
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: Setup Node.js - name: Setup Node.js
uses: actions/setup-node@v4 uses: actions/setup-node@v3
with: with:
node-version: 20 node-version: 20
@ -33,7 +33,7 @@ jobs:
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: Setup Node.js - name: Setup Node.js
uses: actions/setup-node@v4 uses: actions/setup-node@v3
with: with:
node-version: 20 node-version: 20

View file

@ -25,7 +25,7 @@ jobs:
version: "v0.11.2" version: "v0.11.2"
- name: Setup Node.js - name: Setup Node.js
uses: actions/setup-node@v4 uses: actions/setup-node@v3
with: with:
node-version: 20 node-version: 20

18
package-lock.json generated
View file

@ -48,7 +48,7 @@
"lodash": "4.17.21", "lodash": "4.17.21",
"nest-raven": "10.0.1", "nest-raven": "10.0.1",
"nestjs-otel": "5.1.5", "nestjs-otel": "5.1.5",
"nestjs-pino": "4.0.0", "nestjs-pino": "3.5.0",
"nestjs-typeorm-paginate": "4.0.4", "nestjs-typeorm-paginate": "4.0.4",
"passport": "0.7.0", "passport": "0.7.0",
"passport-http-bearer": "1.0.1", "passport-http-bearer": "1.0.1",
@ -57,7 +57,7 @@
"pg": "8.11.3", "pg": "8.11.3",
"pg-boss": "9.0.3", "pg-boss": "9.0.3",
"pino": "8.19.0", "pino": "8.19.0",
"pino-http": "9.0.0", "pino-http": "8.6.1",
"reflect-metadata": "0.1.14", "reflect-metadata": "0.1.14",
"rimraf": "5.0.5", "rimraf": "5.0.5",
"rxjs": "7.8.1", "rxjs": "7.8.1",
@ -9564,16 +9564,16 @@
} }
}, },
"node_modules/nestjs-pino": { "node_modules/nestjs-pino": {
"version": "4.0.0", "version": "3.5.0",
"resolved": "https://registry.npmjs.org/nestjs-pino/-/nestjs-pino-4.0.0.tgz", "resolved": "https://registry.npmjs.org/nestjs-pino/-/nestjs-pino-3.5.0.tgz",
"integrity": "sha512-XhCg/R+l3w0BFP6MHyR6lU/BHVEV0tV9z24G0vuA9FD3sv+TQNvnO9uVsF1l/oVspgGfQ9Qulmb2UbsfYlI0+g==", "integrity": "sha512-IWJ3dzLVjg5istcd3Cz3rVO+gmvabfVAT1YmQgzL1HnC2hkc0H6qA6k6SZ7OIwQfewuRejYfPu3TlkxwRrqxHQ==",
"hasInstallScript": true, "hasInstallScript": true,
"engines": { "engines": {
"node": ">= 14" "node": ">= 14"
}, },
"peerDependencies": { "peerDependencies": {
"@nestjs/common": "^8.0.0 || ^9.0.0 || ^10.0.0", "@nestjs/common": "^8.0.0 || ^9.0.0 || ^10.0.0",
"pino-http": "^6.4.0 || ^7.0.0 || ^8.0.0 || ^9.0.0" "pino-http": "^6.4.0 || ^7.0.0 || ^8.0.0"
} }
}, },
"node_modules/nestjs-typeorm-paginate": { "node_modules/nestjs-typeorm-paginate": {
@ -10367,9 +10367,9 @@
} }
}, },
"node_modules/pino-http": { "node_modules/pino-http": {
"version": "9.0.0", "version": "8.6.1",
"resolved": "https://registry.npmjs.org/pino-http/-/pino-http-9.0.0.tgz", "resolved": "https://registry.npmjs.org/pino-http/-/pino-http-8.6.1.tgz",
"integrity": "sha512-Q9QDNEz0vQmbJtMFjOVr2c9yL92vHudjmr3s3m6J1hbw3DBGFZJm3TIj9TWyynZ4GEsEA9SOtni4heRUr6lNOg==", "integrity": "sha512-J0hiJgUExtBXP2BjrK4VB305tHXS31sCmWJ9XJo2wPkLHa1NFPuW4V9wjG27PAc2fmBCigiNhQKpvrx+kntBPA==",
"dependencies": { "dependencies": {
"get-caller-file": "^2.0.5", "get-caller-file": "^2.0.5",
"pino": "^8.17.1", "pino": "^8.17.1",

View file

@ -65,7 +65,7 @@
"lodash": "4.17.21", "lodash": "4.17.21",
"nest-raven": "10.0.1", "nest-raven": "10.0.1",
"nestjs-otel": "5.1.5", "nestjs-otel": "5.1.5",
"nestjs-pino": "4.0.0", "nestjs-pino": "3.5.0",
"nestjs-typeorm-paginate": "4.0.4", "nestjs-typeorm-paginate": "4.0.4",
"passport": "0.7.0", "passport": "0.7.0",
"passport-http-bearer": "1.0.1", "passport-http-bearer": "1.0.1",
@ -74,7 +74,7 @@
"pg": "8.11.3", "pg": "8.11.3",
"pg-boss": "9.0.3", "pg-boss": "9.0.3",
"pino": "8.19.0", "pino": "8.19.0",
"pino-http": "9.0.0", "pino-http": "8.6.1",
"reflect-metadata": "0.1.14", "reflect-metadata": "0.1.14",
"rimraf": "5.0.5", "rimraf": "5.0.5",
"rxjs": "7.8.1", "rxjs": "7.8.1",