Skip to content

Commit c25b693

Browse files
devdeps: bump the dev-patch group with 4 updates
Bumps the dev-patch group with 4 updates: [@vitest/eslint-plugin](https://github.com/vitest-dev/eslint-plugin-vitest), [prettier](https://github.com/prettier/prettier), [rimraf](https://github.com/isaacs/rimraf) and [ts-jest](https://github.com/kulshekhar/ts-jest). Updates `@vitest/eslint-plugin` from 1.6.9 to 1.6.16 - [Release notes](https://github.com/vitest-dev/eslint-plugin-vitest/releases) - [Commits](vitest-dev/eslint-plugin-vitest@v1.6.9...v1.6.16) Updates `prettier` from 3.8.1 to 3.8.3 - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](prettier/prettier@3.8.1...3.8.3) Updates `rimraf` from 6.1.2 to 6.1.3 - [Changelog](https://github.com/isaacs/rimraf/blob/main/CHANGELOG.md) - [Commits](isaacs/rimraf@v6.1.2...v6.1.3) Updates `ts-jest` from 29.4.5 to 29.4.9 - [Release notes](https://github.com/kulshekhar/ts-jest/releases) - [Changelog](https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md) - [Commits](kulshekhar/ts-jest@v29.4.5...v29.4.9) --- updated-dependencies: - dependency-name: "@vitest/eslint-plugin" dependency-version: 1.6.16 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-patch - dependency-name: prettier dependency-version: 3.8.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-patch - dependency-name: rimraf dependency-version: 6.1.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-patch - dependency-name: ts-jest dependency-version: 29.4.9 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6a9664d commit c25b693

2 files changed

Lines changed: 89 additions & 85 deletions

File tree

package-lock.json

Lines changed: 85 additions & 81 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,18 +59,18 @@
5959
"@types/multer": "^1.4.12",
6060
"@types/supertest": "^6.0.2",
6161
"@vitest/coverage-v8": "^4.0.18",
62-
"@vitest/eslint-plugin": "^1.6.9",
62+
"@vitest/eslint-plugin": "^1.6.16",
6363
"@vitest/ui": "^4.0.18",
6464
"copyfiles": "^2.4.1",
6565
"cross-env": "^10.1.0",
6666
"eslint": "^9.39.2",
6767
"eslint-plugin-jest": "^28.11.0",
6868
"husky": "^9.1.7",
69-
"prettier": "^3.8.1",
69+
"prettier": "^3.8.3",
7070
"pretty-quick": "^4.2.2",
71-
"rimraf": "^6.1.2",
71+
"rimraf": "^6.1.3",
7272
"supertest": "^7.2.2",
73-
"ts-jest": "^29.2.6",
73+
"ts-jest": "^29.4.9",
7474
"tsc-alias": "^1.8.11",
7575
"typescript": "^5.9.3",
7676
"vitest": "^4.0.18"

0 commit comments

Comments
 (0)