Skip to content
This repository was archived by the owner on Nov 14, 2025. It is now read-only.

Commit dcc1ca8

Browse files
chore: update dev dependencies (#175)
* chore: update dev dependencies - Updated @types/node from 24.4.0 to 24.5.1 - Updated @typescript-eslint/eslint-plugin from 8.43.0 to 8.44.0 - Updated @typescript-eslint/parser from 8.43.0 to 8.44.0 - Updated changelog-github-custom from 1.2.4 to 1.2.5 - All tests passing, no breaking changes * Update package.json Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * fix: correct zod version in package.json to match lockfile --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent b94be08 commit dcc1ca8

File tree

3 files changed

+377
-324
lines changed

3 files changed

+377
-324
lines changed

.changeset/small-pigs-wonder.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
---
2+
---

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -94,11 +94,11 @@
9494
"@commitlint/cli": "^19.8.1",
9595
"@commitlint/config-conventional": "^19.8.1",
9696
"@cyclonedx/cdxgen": "11.7.0",
97-
"@types/node": "^24.4.0",
98-
"@typescript-eslint/eslint-plugin": "^8.43.0",
99-
"@typescript-eslint/parser": "^8.43.0",
97+
"@types/node": "^24.5.1",
98+
"@typescript-eslint/eslint-plugin": "^8.44.0",
99+
"@typescript-eslint/parser": "^8.44.0",
100100
"@vitest/coverage-v8": "^3.2.4",
101-
"changelog-github-custom": "^1.2.4",
101+
"changelog-github-custom": "^1.2.5",
102102
"depcheck": "^1.4.7",
103103
"eslint": "^9.35.0",
104104
"eslint-config-prettier": "^10.1.8",

0 commit comments

Comments
 (0)