Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
rudemex committed Jul 2, 2024
1 parent 6bf442d commit f8055ac
Show file tree
Hide file tree
Showing 20 changed files with 137 additions and 137 deletions.
64 changes: 32 additions & 32 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,16 +64,16 @@
"@nestjs/axios": "^3.0.2",
"@nestjs/class-transformer": "^0.4.0",
"@nestjs/class-validator": "^0.13.4",
"@nestjs/common": "^10.3.8",
"@nestjs/config": "^3.2.2",
"@nestjs/core": "^10.3.8",
"@nestjs/microservices": "^10.3.8",
"@nestjs/platform-express": "^10.3.8",
"@nestjs/swagger": "^7.3.1",
"@nestjs/common": "^10.3.10",
"@nestjs/config": "^3.2.3",
"@nestjs/core": "^10.3.10",
"@nestjs/microservices": "^10.3.10",
"@nestjs/platform-express": "^10.3.10",
"@nestjs/swagger": "^7.4.0",
"@nestjs/terminus": "^10.2.3",
"@nestjs/typeorm": "^10.0.2",
"axios": "^1.7.2",
"axios-retry": "^4.3.0",
"axios-retry": "^4.4.1",
"camunda-external-task-client-js": "^2.3.1",
"class-transformer": "^0.5.1",
"cross-env": "^7.0.3",
Expand All @@ -82,35 +82,35 @@
"fast-redact": "^3.5.0",
"lodash": "^4.17.21",
"luxon": "^3.4.4",
"minimatch": "^9.0.4",
"mongodb": "^6.7.0",
"minimatch": "^9.0.5",
"mongodb": "^6.8.0",
"mysql": "^2.18.1",
"mysql2": "^3.10.0",
"pg": "^8.11.5",
"redis": "^4.6.14",
"mysql2": "^3.10.2",
"pg": "^8.12.0",
"redis": "^4.6.15",
"reflect-metadata": "^0.2.2",
"rxjs": "^7.8.1",
"testcontainers": "^10.10.0",
"typeorm": "^0.3.20",
"uuid": "^9.0.1"
"uuid": "^10.0.0"
},
"devDependencies": {
"@automock/jest": "^2.1.0",
"@babel/core": "^7.24.6",
"@babel/parser": "^7.24.6",
"@babel/core": "^7.24.7",
"@babel/parser": "^7.24.7",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-decorators": "^7.24.6",
"@babel/plugin-proposal-decorators": "^7.24.7",
"@babel/plugin-proposal-object-rest-spread": "^7.20.7",
"@babel/plugin-proposal-optional-chaining": "^7.21.0",
"@babel/plugin-syntax-decorators": "^7.24.6",
"@babel/preset-typescript": "^7.24.6",
"@babel/traverse": "^7.24.6",
"@babel/plugin-syntax-decorators": "^7.24.7",
"@babel/preset-typescript": "^7.24.7",
"@babel/traverse": "^7.24.7",
"@commitlint/cli": "^17.8.1",
"@commitlint/config-conventional": "^17.8.1",
"@elastic/elasticsearch-mock": "^2.0.0",
"@nestjs/cli": "^10.3.2",
"@nestjs/schematics": "^10.1.1",
"@nestjs/testing": "^10.3.8",
"@nestjs/cli": "^10.4.0",
"@nestjs/schematics": "^10.1.2",
"@nestjs/testing": "^10.3.10",
"@pika/cli": "^0.2.0",
"@pika/pack": "^0.5.0",
"@pika/plugin-build-node": "^0.9.2",
Expand All @@ -128,17 +128,17 @@
"@types/glob": "^8.1.0",
"@types/inline-css": "^3.0.3",
"@types/jest": "^29.5.12",
"@types/lodash": "^4.17.4",
"@types/lodash": "^4.17.6",
"@types/luxon": "^3.4.2",
"@types/mocha": "^10.0.6",
"@types/mocha": "^10.0.7",
"@types/mochawesome": "^6.2.4",
"@types/node": "^20.14.0",
"@types/node": "^20.14.9",
"@types/nodemailer": "^6.4.15",
"@types/pug": "^2.0.10",
"@types/supertest": "^6.0.2",
"@types/uuid": "^9.0.8",
"@typescript-eslint/eslint-plugin": "^7.11.0",
"@typescript-eslint/parser": "^7.11.0",
"@types/uuid": "^10.0.0",
"@typescript-eslint/eslint-plugin": "^7.15.0",
"@typescript-eslint/parser": "^7.15.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
Expand All @@ -149,19 +149,19 @@
"jest-mock-extended": "^3.0.7",
"jest-sonar-reporter": "^2.0.0",
"lerna": "^4.0.0",
"lint-staged": "^15.2.5",
"mocha": "^10.4.0",
"lint-staged": "^15.2.7",
"mocha": "^10.6.0",
"mochawesome": "^7.1.3",
"mochawesome-merge": "^4.3.0",
"mochawesome-report-generator": "^6.2.0",
"nock": "^13.5.4",
"nodemailer-mock": "^2.0.6",
"plop": "^4.0.1",
"prettier": "^3.3.0",
"prettier": "^3.3.2",
"rimraf": "^5.0.7",
"supertest": "^7.0.0",
"testcontainers": "^10.10.0",
"ts-jest": "^29.1.4",
"ts-jest": "^29.1.5",
"ts-loader": "^9.5.1",
"ts-node": "^10.9.2",
"tsconfig-paths": "^4.2.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/archetype/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@
"directory": "../../dist/archetype"
},
"peerDependencies": {
"@nestjs/common": "^10.3.8",
"@nestjs/core": "^10.3.8",
"@nestjs/platform-express": "^10.3.8",
"@nestjs/common": "^10.3.10",
"@nestjs/core": "^10.3.10",
"@nestjs/platform-express": "^10.3.10",
"reflect-metadata": "^0.2.2",
"rxjs": "^7.8.1"
},
Expand Down
10 changes: 5 additions & 5 deletions packages/camunda/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,16 +36,16 @@
"directory": "../../dist/camunda"
},
"peerDependencies": {
"@nestjs/common": "^10.3.8",
"@nestjs/core": "^10.3.8",
"@nestjs/microservices": "^10.3.8",
"@nestjs/platform-express": "^10.3.8",
"@nestjs/common": "^10.3.10",
"@nestjs/core": "^10.3.10",
"@nestjs/microservices": "^10.3.10",
"@nestjs/platform-express": "^10.3.10",
"camunda-external-task-client-js": "^2.3.1",
"reflect-metadata": "^0.2.2",
"rxjs": "^7.8.1"
},
"dependencies": {
"@nestjs/microservices": "^10.3.8",
"@nestjs/microservices": "^10.3.10",
"camunda-external-task-client-js": "^2.3.1"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/commons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"jest-mock-extended": "^3.0.7",
"jest-sonar-reporter": "^2.0.0",
"terser-webpack-plugin": "^5.3.10",
"webpack-merge": "^5.9.0",
"webpack-merge": "^6.0.1",
"webpack-node-externals": "^3.0.0"
},
"dependencies": {
Expand All @@ -50,7 +50,7 @@
"jest-mock-extended": "^3.0.7",
"jest-sonar-reporter": "^2.0.0",
"terser-webpack-plugin": "^5.3.10",
"webpack-merge": "^5.9.0",
"webpack-merge": "^6.0.1",
"webpack-node-externals": "^3.0.0"
},
"devDependencies": {
Expand Down
10 changes: 5 additions & 5 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,15 @@
"peerDependencies": {
"@nestjs/class-transformer": "^0.4.0",
"@nestjs/class-validator": "^0.13.4",
"@nestjs/common": "^10.3.8",
"@nestjs/core": "^10.3.8",
"@nestjs/platform-express": "^10.3.8",
"@nestjs/common": "^10.3.10",
"@nestjs/core": "^10.3.10",
"@nestjs/platform-express": "^10.3.10",
"class-transformer": "^0.5.1",
"class-validator": "^0.14.1",
"cookie": "^0.6.0",
"cookie-signature": "^1.2.1",
"csrf": "^3.1.0",
"joi": "^17.11.1",
"joi": "^17.13.3",
"reflect-metadata": "^0.2.2",
"rxjs": "^7.8.1"
},
Expand All @@ -58,7 +58,7 @@
"cookie": "^0.6.0",
"cookie-signature": "^1.2.1",
"csrf": "^3.1.0",
"joi": "^17.11.1"
"joi": "^17.13.3"
},
"devDependencies": {
"@tresdoce-nestjs-toolkit/config": "^0.4.0-beta.3",
Expand Down
6 changes: 3 additions & 3 deletions packages/dynamoose/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@
},
"peerDependencies": {
"@aws-sdk/client-dynamodb": "^3.577.0",
"@nestjs/common": "^10.3.8",
"@nestjs/core": "^10.3.8",
"@nestjs/platform-express": "^10.3.8",
"@nestjs/common": "^10.3.10",
"@nestjs/core": "^10.3.10",
"@nestjs/platform-express": "^10.3.10",
"dynamoose": "^4.0.0",
"dynamoose-logger": "^4.0.0",
"reflect-metadata": "^0.2.2",
Expand Down
10 changes: 5 additions & 5 deletions packages/elk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,15 @@
"directory": "../../dist/elk"
},
"peerDependencies": {
"@elastic/elasticsearch": "^8.13.1",
"@nestjs/common": "^10.3.8",
"@nestjs/core": "^10.3.8",
"@nestjs/platform-express": "^10.3.8",
"@elastic/elasticsearch": "^8.14.0",
"@nestjs/common": "^10.3.10",
"@nestjs/core": "^10.3.10",
"@nestjs/platform-express": "^10.3.10",
"reflect-metadata": "^0.2.2",
"rxjs": "^7.8.1"
},
"dependencies": {
"@elastic/elasticsearch": "^8.13.1",
"@elastic/elasticsearch": "^8.14.0",
"@tresdoce-nestjs-toolkit/utils": "^1.2.0-beta.3"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/filters/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@
},
"peerDependencies": {
"@nestjs/class-validator": "^0.13.4",
"@nestjs/common": "^10.3.8",
"@nestjs/core": "^10.3.8",
"@nestjs/platform-express": "^10.3.8",
"@nestjs/common": "^10.3.10",
"@nestjs/core": "^10.3.10",
"@nestjs/platform-express": "^10.3.10",
"reflect-metadata": "^0.2.2",
"rxjs": "^7.8.1"
},
Expand Down
14 changes: 7 additions & 7 deletions packages/health/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@
},
"peerDependencies": {
"@nestjs/axios": "^3.0.2",
"@nestjs/common": "^10.3.8",
"@nestjs/core": "^10.3.8",
"@nestjs/microservices": "^10.3.8",
"@nestjs/platform-express": "^10.3.8",
"@nestjs/swagger": "^7.3.1",
"@nestjs/common": "^10.3.10",
"@nestjs/core": "^10.3.10",
"@nestjs/microservices": "^10.3.10",
"@nestjs/platform-express": "^10.3.10",
"@nestjs/swagger": "^7.4.0",
"@nestjs/terminus": "^10.2.3",
"@nestjs/typeorm": "^10.0.2",
"lodash": "^4.17.21",
Expand All @@ -51,8 +51,8 @@
},
"dependencies": {
"@nestjs/axios": "^3.0.2",
"@nestjs/microservices": "^10.3.8",
"@nestjs/swagger": "^7.3.1",
"@nestjs/microservices": "^10.3.10",
"@nestjs/swagger": "^7.4.0",
"@nestjs/terminus": "^10.2.3",
"@nestjs/typeorm": "^10.0.2",
"lodash": "^4.17.21",
Expand Down
12 changes: 6 additions & 6 deletions packages/http-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,19 +36,19 @@
"directory": "../../dist/http-client"
},
"peerDependencies": {
"@nestjs/common": "^10.3.8",
"@nestjs/config": "^3.2.2",
"@nestjs/core": "^10.3.8",
"@nestjs/platform-express": "^10.3.8",
"@nestjs/common": "^10.3.10",
"@nestjs/config": "^3.2.3",
"@nestjs/core": "^10.3.10",
"@nestjs/platform-express": "^10.3.10",
"axios": "^1.7.2",
"axios-retry": "^4.3.0",
"axios-retry": "^4.4.1",
"lodash": "^4.17.21",
"reflect-metadata": "^0.2.2",
"rxjs": "^7.8.1"
},
"dependencies": {
"axios": "^1.7.2",
"axios-retry": "^4.3.0",
"axios-retry": "^4.4.1",
"lodash": "^4.17.21"
},
"devDependencies": {
Expand Down
14 changes: 7 additions & 7 deletions packages/mailer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,25 +37,25 @@
},
"peerDependencies": {
"@css-inline/css-inline": "^0.14.1",
"@nestjs/common": "^10.3.8",
"@nestjs/core": "^10.3.8",
"@nestjs/platform-express": "^10.3.8",
"@nestjs/common": "^10.3.10",
"@nestjs/core": "^10.3.10",
"@nestjs/platform-express": "^10.3.10",
"ejs": "^3.1.2",
"glob": "10.4.1",
"glob": "10.4.2",
"handlebars": "^4.7.6",
"mjml": "^4.14.0",
"nodemailer": "6.9.13",
"nodemailer": "6.9.14",
"pug": "^3.0.3",
"reflect-metadata": "^0.2.2",
"rxjs": "^7.8.1"
},
"dependencies": {
"@css-inline/css-inline": "^0.14.1",
"ejs": "^3.1.2",
"glob": "10.4.1",
"glob": "10.4.2",
"handlebars": "^4.7.6",
"mjml": "^4.14.0",
"nodemailer": "6.9.13",
"nodemailer": "6.9.14",
"pug": "^3.0.3"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/paas/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@
"directory": "../../dist/paas"
},
"peerDependencies": {
"@nestjs/common": "^10.3.8",
"@nestjs/core": "^10.3.8",
"@nestjs/platform-express": "^10.3.8",
"@nestjs/common": "^10.3.10",
"@nestjs/core": "^10.3.10",
"@nestjs/platform-express": "^10.3.10",
"reflect-metadata": "^0.2.2",
"rxjs": "^7.8.1"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/qrcode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@
"directory": "../../dist/qrcode"
},
"peerDependencies": {
"@nestjs/common": "^10.3.8",
"@nestjs/core": "^10.3.8",
"@nestjs/platform-express": "^10.3.8",
"@nestjs/common": "^10.3.10",
"@nestjs/core": "^10.3.10",
"@nestjs/platform-express": "^10.3.10",
"qrcode": "^1.5.3",
"reflect-metadata": "^0.2.2",
"rxjs": "^7.8.1"
Expand Down
14 changes: 7 additions & 7 deletions packages/redis/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,17 +36,17 @@
"directory": "../../dist/redis"
},
"peerDependencies": {
"@nestjs/common": "^10.3.8",
"@nestjs/core": "^10.3.8",
"@nestjs/platform-express": "^10.3.8",
"redis": "^4.6.14",
"@nestjs/common": "^10.3.10",
"@nestjs/core": "^10.3.10",
"@nestjs/platform-express": "^10.3.10",
"redis": "^4.6.15",
"reflect-metadata": "^0.2.2",
"rxjs": "^7.8.1",
"uuid": "^9.0.1"
"uuid": "^10.0.0"
},
"dependencies": {
"redis": "^4.6.14",
"uuid": "^9.0.1"
"redis": "^4.6.15",
"uuid": "^10.0.0"
},
"devDependencies": {
"@tresdoce-nestjs-toolkit/config": "^0.4.0-beta.3",
Expand Down
Loading

0 comments on commit f8055ac

Please sign in to comment.