Skip to content

Commit 46cdba7

Browse files
build(deps-dev): bump the npm group with 3 updates (#4185)
Bumps the npm group with 3 updates: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node), [typescript](https://github.com/microsoft/TypeScript) and [undici](https://github.com/nodejs/undici). Updates `@types/node` from 18.19.128 to 18.19.129 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `typescript` from 5.9.2 to 5.9.3 - [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.9.2...v5.9.3) Updates `undici` from 6.21.3 to 6.22.0 - [Release notes](https://github.com/nodejs/undici/releases) - [Commits](nodejs/undici@v6.21.3...v6.22.0) --- updated-dependencies: - dependency-name: "@types/node" dependency-version: 18.19.129 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm - dependency-name: typescript dependency-version: 5.9.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm - dependency-name: undici dependency-version: 6.22.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b937339 commit 46cdba7

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

package-lock.json

Lines changed: 12 additions & 12 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
@@ -41,7 +41,7 @@
4141
},
4242
"devDependencies": {
4343
"@types/jest": "^29.5.14",
44-
"@types/node": "^18.19.128",
44+
"@types/node": "^18.19.129",
4545
"@typescript-eslint/eslint-plugin": "^7.18.0",
4646
"@typescript-eslint/parser": "^7.18.0",
4747
"@vercel/ncc": "^0.38.4",
@@ -57,7 +57,7 @@
5757
"js-yaml": "^4.1.0",
5858
"prettier": "^3.6.2",
5959
"ts-jest": "^29.4.4",
60-
"typescript": "^5.9.2",
61-
"undici": "^6.21.3"
60+
"typescript": "^5.9.3",
61+
"undici": "^6.22.0"
6262
}
6363
}

0 commit comments

Comments
 (0)