Skip to content

Upgrade vulnerable dependencies#131

Merged
soareswallace merged 1 commit into
masterfrom
upgrade-dependencies
May 14, 2026
Merged

Upgrade vulnerable dependencies#131
soareswallace merged 1 commit into
masterfrom
upgrade-dependencies

Conversation

@soareswallace
Copy link
Copy Markdown
Contributor

No description provided.

@soareswallace soareswallace self-assigned this May 14, 2026
Copilot AI review requested due to automatic review settings May 14, 2026 13:28
@soareswallace soareswallace force-pushed the upgrade-dependencies branch from be69e68 to 7cf017d Compare May 14, 2026 13:29
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR upgrades dependencies flagged as vulnerable by updating direct dependencies (qs, vite) and refreshing the pnpm-lock.yaml to pull in patched transitive versions (notably esbuild).

Changes:

  • Bump qs to ^6.14.2 (lock resolves 6.15.1).
  • Bump vite to ^7.3.2 (lock resolves 7.3.3) and update dependent lockfile entries.
  • Refresh lockfile transitive updates (e.g., esbuild 0.27.7, plus rollup platform metadata).

Reviewed changes

Copilot reviewed 2 out of 3 changed files in this pull request and generated 1 comment.

File Description
package.json Updates direct dependency ranges for qs and vite.
pnpm-lock.yaml Regenerates lockfile to resolve updated direct deps and upgraded transitive packages.
Files not reviewed (1)
  • pnpm-lock.yaml: Language not supported

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread package.json
Comment on lines 51 to 56
"nock": "^14.0.10",
"typescript": "^5.9.2",
"typescript-eslint": "^8.43.0",
"vite": "^7.1.5",
"vite": "^7.3.2",
"vite-plugin-dts": "^4.5.4",
"vitest": "^3.2.4"
Comment thread package.json
"author": "Incognia (https://incognia.com)",
"repository": "https://github.com/inloco/incognia-node",
"version": "6.6.5",
"version": "6.6.6",
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The number of the beast

@soareswallace soareswallace merged commit 1b10f04 into master May 14, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants