Skip to content

Commit a5380a6

Browse files
fix(deps): bump the all group with 4 updates (#190)
Bumps the all group with 4 updates: [debug](https://github.com/debug-js/debug), [@nihalgonsalves/esconfig](https://github.com/nihalgonsalves/esconfig), [lefthook](https://github.com/evilmartians/lefthook) and [prettier](https://github.com/prettier/prettier). Updates `debug` from 4.3.4 to 4.3.5 - [Release notes](https://github.com/debug-js/debug/releases) - [Commits](debug-js/debug@4.3.4...4.3.5) Updates `@nihalgonsalves/esconfig` from 0.9.11 to 0.9.13 - [Release notes](https://github.com/nihalgonsalves/esconfig/releases) - [Changelog](https://github.com/nihalgonsalves/esconfig/blob/main/CHANGELOG.md) - [Commits](nihalgonsalves/esconfig@esconfig-v0.9.11...esconfig-v0.9.13) Updates `lefthook` from 1.6.13 to 1.6.15 - [Release notes](https://github.com/evilmartians/lefthook/releases) - [Changelog](https://github.com/evilmartians/lefthook/blob/master/CHANGELOG.md) - [Commits](evilmartians/lefthook@v1.6.13...v1.6.15) Updates `prettier` from 3.2.5 to 3.3.0 - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](prettier/prettier@3.2.5...3.3.0) --- updated-dependencies: - dependency-name: debug dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: "@nihalgonsalves/esconfig" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all - dependency-name: lefthook dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all - dependency-name: prettier dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 177ab7a commit a5380a6

File tree

2 files changed

+565
-119
lines changed

2 files changed

+565
-119
lines changed

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,13 @@
3030
"esbuild": "~0.21.4"
3131
},
3232
"dependencies": {
33-
"debug": "^4.3.4",
33+
"debug": "^4.3.5",
3434
"zod": "^3.23.8"
3535
},
3636
"devDependencies": {
3737
"@commitlint/cli": "^19.3.0",
3838
"@commitlint/config-conventional": "^19.2.2",
39-
"@nihalgonsalves/esconfig": "^0.9.11",
39+
"@nihalgonsalves/esconfig": "^0.9.13",
4040
"@types/debug": "^4.1.12",
4141
"@types/node": "18",
4242
"@vitest/coverage-v8": "^1.6.0",
@@ -45,8 +45,8 @@
4545
"esbuild": "~0.21.4",
4646
"eslint": "^8.57.0",
4747
"eslint-plugin-vitest": "~0.4.1",
48-
"lefthook": "^1.6.13",
49-
"prettier": "^3.2.5",
48+
"lefthook": "^1.6.15",
49+
"prettier": "^3.3.0",
5050
"typescript": "^5.4.5",
5151
"vitest": "^1.6.0"
5252
},

0 commit comments

Comments
 (0)