Skip to content

Commit

Permalink
chore: regenerate backend package*.json [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
getlarge authored and github-actions[bot] committed Dec 19, 2023
1 parent 6a26e4e commit 22b3f03
Show file tree
Hide file tree
Showing 10 changed files with 167 additions and 10 deletions.
34 changes: 33 additions & 1 deletion apps/auth/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 6 additions & 1 deletion apps/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,21 +22,26 @@
"@nx/webpack": "17.1.3",
"amqp-connection-manager": "4.1.14",
"amqplib": "0.10.3",
"antlr4ng": "2.0.3",
"axios": "1.5.0",
"class-transformer": "0.5.1",
"class-validator": "0.13.2",
"defekt": "9.3.1",
"dotenv": "16.3.1",
"dotenv-expand": "10.0.0",
"fastify": "4.22.0",
"lodash": "4.17.21",
"lodash-es": "4.17.21",
"mongoose": "6.12.0",
"nestjs-keyset-paginator": "3.0.4",
"nestjs-pino": "3.4.0",
"passport-jwt": "4.0.0",
"pino-http": "8.5.0",
"reflect-metadata": "0.1.13",
"rxjs": "7.8.1",
"ts-mixer": "6.0.1"
"ts-mixer": "6.0.1",
"tslib": "2.6.2",
"webpack-node-externals": "3.0.0"
},
"peerDependencies": {
"ioredis": "4.28.5",
Expand Down
9 changes: 8 additions & 1 deletion apps/expiration/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion apps/expiration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,16 @@
"fastify": "4.22.0",
"ioredis": "4.28.5",
"lodash": "4.17.21",
"lodash-es": "4.17.21",
"mongoose": "6.12.0",
"nestjs-pino": "3.4.0",
"node-nats-streaming": "0.3.2",
"pino-http": "8.5.0",
"reflect-metadata": "0.1.13",
"rxjs": "7.8.1",
"ts-mixer": "6.0.1",
"url": "0.11.1"
"url": "0.11.1",
"webpack-node-externals": "3.0.0"
},
"peerDependencies": {
"nats": "1.4.12",
Expand Down
34 changes: 33 additions & 1 deletion apps/orders/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 6 additions & 1 deletion apps/orders/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,17 @@
"@s1seven/nestjs-tools-amqp-transport": "0.5.1",
"amqp-connection-manager": "4.1.14",
"amqplib": "0.10.3",
"antlr4ng": "2.0.3",
"axios": "1.5.0",
"class-transformer": "0.5.1",
"class-validator": "0.13.2",
"defekt": "9.3.1",
"dotenv": "16.3.1",
"dotenv-expand": "10.0.0",
"events": "3.3.0",
"fastify": "4.22.0",
"lodash": "4.17.21",
"lodash-es": "4.17.21",
"mongoose": "6.12.0",
"mongoose-update-if-current": "1.4.0",
"nestjs-keyset-paginator": "3.0.4",
Expand All @@ -41,7 +44,9 @@
"reflect-metadata": "0.1.13",
"rxjs": "7.8.1",
"sodium-native": "4.0.4",
"ts-mixer": "6.0.1"
"ts-mixer": "6.0.1",
"tslib": "2.6.2",
"webpack-node-externals": "3.0.0"
},
"peerDependencies": {
"ioredis": "4.28.5",
Expand Down
34 changes: 33 additions & 1 deletion apps/payments/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 6 additions & 1 deletion apps/payments/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,17 @@
"@s1seven/nestjs-tools-amqp-transport": "0.5.1",
"amqp-connection-manager": "4.1.14",
"amqplib": "0.10.3",
"antlr4ng": "2.0.3",
"axios": "1.5.0",
"class-transformer": "0.5.1",
"class-validator": "0.13.2",
"defekt": "9.3.1",
"dotenv": "16.3.1",
"dotenv-expand": "10.0.0",
"events": "3.3.0",
"fastify": "4.22.0",
"lodash": "4.17.21",
"lodash-es": "4.17.21",
"mongoose": "6.12.0",
"mongoose-update-if-current": "1.4.0",
"nestjs-keyset-paginator": "3.0.4",
Expand All @@ -42,7 +45,9 @@
"rxjs": "7.8.1",
"sodium-native": "4.0.4",
"stripe": "8.222.0",
"ts-mixer": "6.0.1"
"ts-mixer": "6.0.1",
"tslib": "2.6.2",
"webpack-node-externals": "3.0.0"
},
"peerDependencies": {
"ioredis": "4.28.5",
Expand Down
Loading

0 comments on commit 22b3f03

Please sign in to comment.