Skip to content

Commit 2ba5059

Browse files
committed
chore: update dev dependencies
1 parent fc4338e commit 2ba5059

File tree

4 files changed

+198
-368
lines changed

4 files changed

+198
-368
lines changed

integration/rabbitmq/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"@nestjs/testing": "^11.1.3",
2828
"@types/express": "5.0.3",
2929
"@types/jest": "^27.0.3",
30-
"@types/node": "^22.15.29",
30+
"@types/node": "^22.16.5",
3131
"@types/supertest": "6.0.3",
3232
"amqplib": "0.10.8",
3333
"jest": "^27.4.3",

mise.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[tools]
2-
pnpm = "10.12.4"
2+
pnpm = "10.13.1"
33
node = "22.17.0"

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,26 +15,26 @@
1515
"@commitlint/config-conventional": "^19.8.1",
1616
"@commitlint/prompt": "^19.8.1",
1717
"@eslint/eslintrc": "^3.3.1",
18-
"@eslint/js": "^9.30.0",
18+
"@eslint/js": "^9.32.0",
1919
"@nestjs/testing": "^11.1.3",
2020
"@types/express": "5.0.3",
2121
"@types/jest": "^27.0.3",
22-
"@types/lodash": "^4.17.17",
23-
"@types/node": "^22.15.34",
22+
"@types/lodash": "^4.17.20",
23+
"@types/node": "^22.16.5",
2424
"@types/supertest": "^6.0.3",
2525
"@typescript-eslint/eslint-plugin": "^8.33.0",
2626
"@typescript-eslint/parser": "8.34.0",
2727
"all-contributors-cli": "^6.26.1",
2828
"commitizen": "^4.3.1",
2929
"cz-conventional-changelog": "^3.3.0",
30-
"eslint": "^9.30.0",
30+
"eslint": "^9.32.0",
3131
"eslint-config-prettier": "^10.1.5",
3232
"eslint-plugin-prettier": "^5.5.1",
3333
"globals": "^16.2.0",
3434
"husky": "^9.1.7",
3535
"jest": "^27.4.3",
36-
"lerna": "^8.2.2",
37-
"lint-staged": "^16.1.0",
36+
"lerna": "^8.2.3",
37+
"lint-staged": "^16.1.2",
3838
"prettier": "^3.5.3",
3939
"rimraf": "^6.0.1",
4040
"supertest": "^7.1.1",

0 commit comments

Comments
 (0)