Skip to content

Commit 5f0d070

Browse files
chore(deps): bump the minor-or-patch group across 1 directory with 2 updates (#441)
Bumps the minor-or-patch group with 2 updates in the /examples/autocomplete directory: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) and [typescript](https://github.com/microsoft/TypeScript). Updates `@types/node` from 24.1.0 to 24.3.0 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) 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: "@types/node" dependency-version: 24.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-or-patch - dependency-name: typescript dependency-version: 5.9.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-or-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7ea5dad commit 5f0d070

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

examples/autocomplete/package-lock.json

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

examples/autocomplete/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
},
1111
"dependencies": {
1212
"@nginx/reference-lib": "file:../../reference-lib",
13-
"@types/node": "^24.1.0",
13+
"@types/node": "^24.3.0",
1414
"ts-node": "^10.9.2",
15-
"typescript": "^5.8.3"
15+
"typescript": "^5.9.2"
1616
}
1717
}

0 commit comments

Comments
 (0)