Bump the actions group with 2 updates (#265)

Bumps the actions group with 2 updates: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) and [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest).


Updates `@types/node` from 25.9.0 to 25.9.1
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `vitest` from 4.1.6 to 4.1.7
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Changelog](https://github.com/vitest-dev/vitest/blob/main/docs/releases.md)
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.7/packages/vitest)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-version: 25.9.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: actions
- dependency-name: vitest
  dependency-version: 4.1.7
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: actions
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2026-05-26 18:20:48 +12:00 committed by GitHub
parent 8756b858da
commit 69b3385703
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 131 additions and 131 deletions

View file

@ -26,11 +26,11 @@
"@actions/tool-cache": "^4.0.0"
},
"devDependencies": {
"@types/node": "^25.9.0",
"@types/node": "^25.9.1",
"esbuild": "^0.28.0",
"husky": "^9.1.7",
"prettier": "3.8.3",
"typescript": "6.0.3",
"vitest": "^4.1.6"
"vitest": "^4.1.7"
}
}