Skip to content

Commit af9b7a5

Browse files
committed
chore: update dependencies
1 parent 8f47819 commit af9b7a5

4 files changed

Lines changed: 155 additions & 192 deletions

File tree

.env.test

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
NODE_ENV=test
2+
TZ="America/Sao_Paulo"
23

34
# SERVER
45
SERVER_BASE_URI=/api/v1

.github/workflows/push-workflow.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ jobs:
88
- uses: actions/setup-node@v4
99
with:
1010
node-version: 20
11-
- run: yarn install
12-
- run: yarn test
11+
- run: yarn install --frozen-lockfile
12+
- run: yarn test:ci

package.json

Lines changed: 32 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
"consumer:dev:legacy": "tsnd -r tsconfig-paths/register --respawn --transpile-only --ignore-watch node_modules --no-notify src/main/consumer.ts",
3838
"consumer:debug:legacy": "tsnd -r tsconfig-paths/register --respawn --transpile-only --ignore-watch node_modules --no-notify --inspect --poll --watch --clear src/main/consumer.ts",
3939
"test": "dotenv -e .env.test -- jest --detectOpenHandles --passWithNoTests --silent --noStackTrace --runInBand",
40+
"test:ci": "yarn test --forceExit",
4041
"test:verbose": "dotenv -e .env.test -- jest --detectOpenHandles --passWithNoTests --verbose",
4142
"test:unit": "yarn test --watch -c jest-unit.config.ts",
4243
"test:integration": "yarn test --watch -c jest-integration.config.ts",
@@ -54,16 +55,16 @@
5455
"author": "badass-team",
5556
"license": "ISC",
5657
"devDependencies": {
57-
"@babel/cli": "^7.24.5",
58-
"@babel/core": "^7.24.5",
59-
"@babel/node": "^7.23.9",
58+
"@babel/cli": "^7.24.8",
59+
"@babel/core": "^7.25.2",
60+
"@babel/node": "^7.25.0",
6061
"@babel/plugin-proposal-class-properties": "^7.18.6",
6162
"@babel/plugin-proposal-decorators": "^7.24.7",
6263
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
63-
"@babel/plugin-transform-modules-commonjs": "^7.24.7",
64-
"@babel/plugin-transform-typescript": "^7.7.0",
65-
"@babel/preset-env": "^7.24.5",
66-
"@babel/preset-typescript": "^7.24.1",
64+
"@babel/plugin-transform-modules-commonjs": "^7.24.8",
65+
"@babel/plugin-transform-typescript": "^7.25.2",
66+
"@babel/preset-env": "^7.25.4",
67+
"@babel/preset-typescript": "^7.24.7",
6768
"@italog/codegen": "^1.6.0",
6869
"@types/amqplib": "^0.10.5",
6970
"@types/cors": "^2.8.17",
@@ -87,27 +88,27 @@
8788
"eslint-import-resolver-typescript": "^3.6.1",
8889
"eslint-plugin-import": "^2.29.1",
8990
"eslint-plugin-import-helpers": "^1.3.1",
90-
"eslint-plugin-prettier": "^5.1.3",
91-
"git-commit-msg-linter": "^5.0.7",
92-
"husky": "^9.0.11",
91+
"eslint-plugin-prettier": "^5.2.1",
92+
"git-commit-msg-linter": "^5.0.8",
93+
"husky": "^9.1.5",
9394
"jest": "^29.7.0",
94-
"lint-staged": "^15.2.2",
95-
"mongodb-memory-server": "^9.2.0",
96-
"prettier": "^3.2.5",
97-
"rimraf": "^5.0.7",
95+
"lint-staged": "^15.2.9",
96+
"mongodb-memory-server": "^10.0.0",
97+
"prettier": "^3.3.3",
98+
"rimraf": "^6.0.1",
9899
"supertest": "^7.0.0",
99100
"ts-jest": "^29.2.5",
100101
"ts-node-dev": "^2.0.0",
101102
"tsconfig-paths": "^4.2.0",
102-
"tsx": "^4.10.2",
103-
"typescript": "^5.4.5",
104-
"yaml": "^2.4.2",
103+
"tsx": "^4.17.0",
104+
"typescript": "^5.5.4",
105+
"yaml": "^2.5.0",
105106
"yargs": "13.2"
106107
},
107108
"dependencies": {
108109
"@badass-team-code/formatted-cases-words": "^1.0.0",
109110
"@elastic/ecs-winston-format": "^1.5.3",
110-
"@elastic/elasticsearch": "^8.13.1",
111+
"@elastic/elasticsearch": "^8.15.0",
111112
"@fastify/cors": "^9.0.1",
112113
"@fastify/helmet": "^11.1.1",
113114
"@fastify/static": "^7.0.4",
@@ -116,32 +117,36 @@
116117
"agendash": "^4.0.0",
117118
"agentkeepalive": "^4.5.0",
118119
"amqplib": "^0.10.4",
119-
"axios": "^1.6.8",
120+
"axios": "^1.7.5",
120121
"cors": "^2.8.5",
121122
"cpf-cnpj-validator": "^1.0.3",
122123
"date-fns": "^3.6.0",
123124
"dotenv": "^16.4.5",
124-
"elastic-apm-node": "^4.5.4",
125-
"fastify": "^4.27.0",
125+
"elastic-apm-node": "^4.7.3",
126+
"fastify": "^4.28.1",
126127
"fastify-plugin": "^4.5.1",
127128
"form-data": "^4.0.0",
128129
"helmet": "^7.1.0",
129130
"knex": "^3.1.0",
130131
"memjs": "^1.3.2",
131-
"mongodb": "^6.6.1",
132-
"mongoose": "^8.3.4",
132+
"mongodb": "^6.8.0",
133+
"mongoose": "^8.5.4",
133134
"node-schedule": "^2.1.1",
134135
"reflect-metadata": "^0.2.2",
135136
"sqlite3": "^5.1.7",
136137
"string-template": "^1.0.0",
137-
"tedious": "18.2.0",
138+
"tedious": "19.0.0",
138139
"uuid": "^9.0.1",
139-
"winston": "^3.13.0",
140+
"winston": "^3.14.2",
140141
"winston-daily-rotate-file": "^5.0.0",
141142
"winston-elasticsearch": "^0.19.0",
142-
"winston-transport": "^4.7.0",
143+
"winston-transport": "^4.7.1",
143144
"yup": "^1.4.0"
144145
},
146+
"resolutions": {
147+
"wrap-ansi": "7.0.0",
148+
"string-width": "4.1.0"
149+
},
145150
"buildDependencies": {
146151
"@babel/cli": "^7.22.9",
147152
"@babel/core": "^7.22.10",
@@ -158,4 +163,4 @@
158163
"tsconfig-paths": "^4.2.0",
159164
"typescript": "^5.1.6"
160165
}
161-
}
166+
}

0 commit comments

Comments
 (0)