Skip to content

Commit e089ade

Browse files
chore(deps): bump the other-dependencies group with 3 updates
Bumps the other-dependencies group with 3 updates: [undici](https://github.com/nodejs/undici), [ts-jest](https://github.com/kulshekhar/ts-jest) and [typescript](https://github.com/microsoft/TypeScript). Updates `undici` from 7.12.0 to 7.13.0 - [Release notes](https://github.com/nodejs/undici/releases) - [Commits](nodejs/undici@v7.12.0...v7.13.0) Updates `ts-jest` from 29.4.0 to 29.4.1 - [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.0...v29.4.1) 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: undici dependency-version: 7.13.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: other-dependencies - dependency-name: ts-jest dependency-version: 29.4.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: other-dependencies - dependency-name: typescript dependency-version: 5.9.2 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: other-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 670ea97 commit e089ade

File tree

2 files changed

+76
-91
lines changed

2 files changed

+76
-91
lines changed

package-lock.json

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

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"@actions/core": "1.11.1",
1515
"@actions/github": "^6.0.1",
1616
"form-data": "4.0.4",
17-
"undici": "7.12.0"
17+
"undici": "7.14.0"
1818
},
1919
"devDependencies": {
2020
"@types/jest": "29.5.14",
@@ -25,7 +25,7 @@
2525
"eslint": "8.38.0",
2626
"jest": "29.7.0",
2727
"prettier": "^3.6.2",
28-
"ts-jest": "29.4.0",
29-
"typescript": "5.8.3"
28+
"ts-jest": "29.4.1",
29+
"typescript": "5.9.2"
3030
}
3131
}

0 commit comments

Comments
 (0)