|
59 | 59 | ] |
60 | 60 | }, |
61 | 61 | "dependencies": { |
62 | | - "@aws-sdk/client-dynamodb": "^3.835.0", |
63 | | - "@aws-sdk/client-sqs": "^3.835.0", |
64 | | - "@nestjs/axios": "^4.0.0", |
| 62 | + "@aws-sdk/client-dynamodb": "^3.859.0", |
| 63 | + "@aws-sdk/client-sqs": "^3.859.0", |
| 64 | + "@nestjs/axios": "^4.0.1", |
65 | 65 | "@nestjs/class-transformer": "^0.4.0", |
66 | 66 | "@nestjs/class-validator": "^0.13.4", |
67 | | - "@nestjs/common": "^11.1.3", |
| 67 | + "@nestjs/common": "^11.1.5", |
68 | 68 | "@nestjs/config": "^4.0.2", |
69 | | - "@nestjs/core": "^11.1.3", |
70 | | - "@nestjs/microservices": "^11.1.3", |
71 | | - "@nestjs/platform-express": "^11.1.3", |
| 69 | + "@nestjs/core": "^11.1.5", |
| 70 | + "@nestjs/microservices": "^11.1.5", |
| 71 | + "@nestjs/platform-express": "^11.1.5", |
72 | 72 | "@nestjs/swagger": "^11.1.5", |
73 | 73 | "@nestjs/terminus": "^11.0.0", |
74 | 74 | "@nestjs/typeorm": "^11.0.0", |
75 | | - "axios": "^1.10.0", |
| 75 | + "axios": "^1.11.0", |
76 | 76 | "axios-retry": "^4.5.0", |
77 | 77 | "camunda-external-task-client-js": "^2.3.1", |
78 | 78 | "class-transformer": "^0.5.1", |
79 | | - "cross-env": "^7.0.3", |
| 79 | + "cross-env": "^10.0.0", |
80 | 80 | "dynamoose": "^4.0.4", |
81 | 81 | "dynamoose-logger": "^4.0.4", |
82 | 82 | "fast-redact": "^3.5.0", |
83 | 83 | "lodash": "^4.17.21", |
84 | | - "luxon": "^3.6.1", |
| 84 | + "luxon": "^3.7.1", |
85 | 85 | "minimatch": "^10.0.3", |
86 | | - "mongodb": "^6.17.0", |
| 86 | + "mongodb": "^6.18.0", |
87 | 87 | "mysql": "^2.18.1", |
88 | | - "mysql2": "^3.14.0", |
| 88 | + "mysql2": "^3.14.3", |
89 | 89 | "pg": "^8.16.3", |
90 | | - "redis": "^5.5.6", |
| 90 | + "redis": "^5.7.0", |
91 | 91 | "reflect-metadata": "^0.2.2", |
92 | 92 | "rxjs": "^7.8.2", |
93 | | - "testcontainers": "^11.0.3", |
| 93 | + "testcontainers": "^11.5.0", |
94 | 94 | "typeorm": "^0.3.25", |
95 | 95 | "uuid": "^11.1.0" |
96 | 96 | }, |
97 | 97 | "devDependencies": { |
98 | 98 | "@automock/jest": "^2.1.0", |
99 | | - "@babel/core": "^7.27.7", |
100 | | - "@babel/parser": "^7.27.7", |
| 99 | + "@babel/core": "^7.28.0", |
| 100 | + "@babel/parser": "^7.28.0", |
101 | 101 | "@babel/plugin-proposal-class-properties": "^7.18.6", |
102 | | - "@babel/plugin-proposal-decorators": "^7.25.9", |
| 102 | + "@babel/plugin-proposal-decorators": "^7.28.0", |
103 | 103 | "@babel/plugin-proposal-object-rest-spread": "^7.20.7", |
104 | 104 | "@babel/plugin-proposal-optional-chaining": "^7.21.0", |
105 | | - "@babel/plugin-syntax-decorators": "^7.25.9", |
106 | | - "@babel/preset-typescript": "^7.27.0", |
107 | | - "@babel/traverse": "^7.27.7", |
108 | | - "@commitlint/cli": "^19.8.0", |
109 | | - "@commitlint/config-conventional": "^19.8.0", |
| 105 | + "@babel/plugin-syntax-decorators": "^7.27.1", |
| 106 | + "@babel/preset-typescript": "^7.27.1", |
| 107 | + "@babel/traverse": "^7.28.0", |
| 108 | + "@commitlint/cli": "^19.8.1", |
| 109 | + "@commitlint/config-conventional": "^19.8.1", |
110 | 110 | "@elastic/elasticsearch-mock": "^2.1.0", |
111 | | - "@jest/globals": "^30.0.3", |
112 | | - "@nestjs/cli": "^11.0.7", |
113 | | - "@nestjs/schematics": "^11.0.5", |
114 | | - "@nestjs/testing": "^11.1.3", |
| 111 | + "@jest/globals": "^30.0.5", |
| 112 | + "@nestjs/cli": "^11.0.10", |
| 113 | + "@nestjs/schematics": "^11.0.7", |
| 114 | + "@nestjs/testing": "^11.1.5", |
115 | 115 | "@pika/cli": "^0.2.0", |
116 | 116 | "@pika/pack": "^0.5.0", |
117 | 117 | "@pika/plugin-build-node": "^0.9.2", |
118 | 118 | "@pika/plugin-build-types": "^0.9.2", |
119 | 119 | "@pika/plugin-standard-pkg": "^0.9.2", |
120 | 120 | "@pika/plugin-ts-standard-pkg": "^0.9.2", |
121 | | - "@types/bcrypt": "^5.0.2", |
| 121 | + "@types/bcrypt": "^6.0.0", |
122 | 122 | "@types/camunda-external-task-client-js": "^1.3.6", |
123 | 123 | "@types/cookie": "^0.6.0", |
124 | 124 | "@types/cookie-signature": "^1.1.2", |
|
129 | 129 | "@types/glob": "^8.1.0", |
130 | 130 | "@types/inline-css": "^3.0.3", |
131 | 131 | "@types/jest": "^30.0.0", |
132 | | - "@types/lodash": "^4.17.19", |
133 | | - "@types/luxon": "^3.6.2", |
| 132 | + "@types/lodash": "^4.17.20", |
| 133 | + "@types/luxon": "^3.7.1", |
134 | 134 | "@types/mocha": "^10.0.10", |
135 | | - "@types/node": "^24.0.6", |
| 135 | + "@types/node": "^24.2.0", |
136 | 136 | "@types/nodemailer": "^6.4.17", |
137 | 137 | "@types/pug": "^2.0.10", |
138 | 138 | "@types/supertest": "^6.0.3", |
139 | 139 | "@types/uuid": "^10.0.0", |
140 | | - "@typescript-eslint/eslint-plugin": "^8.35.0", |
141 | | - "@typescript-eslint/parser": "^8.35.0", |
| 140 | + "@typescript-eslint/eslint-plugin": "^8.38.0", |
| 141 | + "@typescript-eslint/parser": "^8.38.0", |
142 | 142 | "conventional-changelog-conventionalcommits": "^7.0.2", |
143 | 143 | "eslint": "^8.57.1", |
144 | | - "eslint-config-prettier": "^10.1.5", |
145 | | - "eslint-plugin-prettier": "^5.5.1", |
| 144 | + "eslint-config-prettier": "^10.1.8", |
| 145 | + "eslint-plugin-prettier": "^5.5.3", |
146 | 146 | "husky": "^9.1.7", |
147 | | - "jest": "^30.0.3", |
| 147 | + "jest": "^30.0.5", |
148 | 148 | "jest-extended": "^6.0.0", |
149 | 149 | "jest-junit": "^16.0.0", |
150 | 150 | "jest-mock-extended": "^4.0.0", |
151 | 151 | "jest-sonar-reporter": "^2.0.0", |
152 | 152 | "lerna": "^8.2.2", |
153 | | - "lint-staged": "^16.1.2", |
| 153 | + "lint-staged": "^16.1.4", |
154 | 154 | "nock": "^13.5.6", |
155 | 155 | "nodemailer-mock": "^2.0.9", |
156 | 156 | "pika-plugin-add-properties": "^1.0.2", |
157 | 157 | "pika-plugin-package.json": "^1.0.2", |
158 | 158 | "plop": "^4.0.1", |
159 | 159 | "prettier": "^3.6.2", |
160 | 160 | "rimraf": "^6.0.1", |
161 | | - "supertest": "^7.1.1", |
162 | | - "testcontainers": "^11.0.3", |
163 | | - "ts-jest": "^29.4.0", |
| 161 | + "supertest": "^7.1.4", |
| 162 | + "testcontainers": "^11.5.0", |
| 163 | + "ts-jest": "^29.4.1", |
164 | 164 | "ts-loader": "^9.5.2", |
165 | 165 | "ts-node": "^10.9.2", |
166 | 166 | "tsconfig-paths": "^4.2.0", |
167 | | - "turbo": "^2.5.4", |
168 | | - "typescript": "^5.8.3" |
| 167 | + "turbo": "^2.5.5", |
| 168 | + "typescript": "^5.9.2" |
169 | 169 | }, |
170 | 170 | "packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e" |
171 | 171 | } |
0 commit comments