Skip to content

Commit fd72be5

Browse files
Bump the node group with 4 updates
Bumps the node group with 4 updates: [zod](https://github.com/colinhacks/zod), [eslint](https://github.com/eslint/eslint), [eslint-plugin-n](https://github.com/eslint-community/eslint-plugin-n) and [typescript](https://github.com/microsoft/TypeScript). Updates `zod` from 3.25.76 to 4.0.14 - [Release notes](https://github.com/colinhacks/zod/releases) - [Commits](colinhacks/zod@v3.25.76...v4.0.14) Updates `eslint` from 9.31.0 to 9.32.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v9.31.0...v9.32.0) Updates `eslint-plugin-n` from 17.21.0 to 17.21.3 - [Release notes](https://github.com/eslint-community/eslint-plugin-n/releases) - [Changelog](https://github.com/eslint-community/eslint-plugin-n/blob/master/CHANGELOG.md) - [Commits](eslint-community/eslint-plugin-n@v17.21.0...v17.21.3) Updates `typescript` from 5.8.3 to 5.9.2 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release-publish.yml) - [Commits](microsoft/TypeScript@v5.8.3...v5.9.2) --- updated-dependencies: - dependency-name: zod dependency-version: 4.0.14 dependency-type: direct:production update-type: version-update:semver-major dependency-group: node - dependency-name: eslint dependency-version: 9.32.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: node - dependency-name: eslint-plugin-n dependency-version: 17.21.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: node - dependency-name: typescript dependency-version: 5.9.2 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: node ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 75eb614 commit fd72be5

File tree

2 files changed

+114
-108
lines changed

2 files changed

+114
-108
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,23 +32,23 @@
3232
"js-yaml": "^4.1.0",
3333
"untildify": "^5.0.0",
3434
"which": "^5.0.0",
35-
"zod": "^3.25.76"
35+
"zod": "^4.0.14"
3636
},
3737
"devDependencies": {
3838
"@types/js-yaml": "^4.0.9",
3939
"@types/node": "^24.1.0",
4040
"@types/which": "^3.0.4",
4141
"@typescript-eslint/eslint-plugin": "^8.38.0",
4242
"@typescript-eslint/parser": "^8.38.0",
43-
"eslint": "^9.31.0",
43+
"eslint": "^9.32.0",
4444
"eslint-config-prettier": "^10.1.8",
4545
"eslint-config-standard": "^17.1.0",
4646
"eslint-plugin-import": "^2.32.0",
47-
"eslint-plugin-n": "^17.21.0",
47+
"eslint-plugin-n": "^17.21.3",
4848
"eslint-plugin-prettier": "^5.5.3",
4949
"eslint-plugin-promise": "^7.2.1",
5050
"prettier": "^3.6.2",
5151
"tsup": "^8.5.0",
52-
"typescript": "^5.8.3"
52+
"typescript": "^5.9.2"
5353
}
5454
}

0 commit comments

Comments
 (0)