chore(deps-dev): bump @types/node from 20.14.10 to 25.8.0 in the types group across 1 directory#8
Open
dependabot[bot] wants to merge 1 commit into
Open
Conversation
Author
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
furkankoykiran
added a commit
that referenced
this pull request
May 18, 2026
CodeQL flagged the fetch on prompt-client.ts:63 as a `js/file-access-to-http` finding (alerts #11 + #12 on PR #9). The flag is technically accurate but by-design: this CLI exists to read locally-stored project config + API credential and POST them to the configured Contextify server. There is no untrusted intermediary; the URL is constructed from the operator-controlled serverUrl in resolveConfig. Inline lgtm[js/file-access-to-http] suppression with a short rationale above the call. Scope is intentionally narrow — does not touch the same pre-existing pattern in src/commands/prompt.ts (alerts #8 + #9). That pattern was present on main before this PR and should be cleaned up in a separate security-hygiene pass, not bundled into the compile release.
Bumps the types group with 1 update in the / directory: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node). Updates `@types/node` from 20.14.10 to 25.8.0 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-version: 25.8.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: types ... Signed-off-by: dependabot[bot] <support@github.com>
12cc197 to
2a02bf6
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the types group with 1 update in the / directory: @types/node.
Updates
@types/nodefrom 20.14.10 to 25.8.0Commits