Fix: Update production dependencies, configure workspace overrides, and declare TypeScript toolchain - #32
Open
Sahveli01 wants to merge 1 commit into
Open
Conversation
…nd declare TypeScript toolchain ### Description This PR updates workspace configuration and dependency manifests within the `quick-auth` workspace to patch known supply-chain vulnerabilities and ensure build correctness. **Vulnerabilities & Security Defects Remediated:** * **Supply-Chain Security (`package.json`, `pnpm-lock.yaml`, `pnpm-workspace.yaml`):** Upgraded `hono` to `4.13.2` and enforced `ws` version `8.21.3` via workspace overrides to mitigate high-severity advisories. * **Toolchain Correctness (`package.json`):** Added explicit `typescript` (`^5.8.3`) to devDependencies to ensure reliable execution of typechecking scripts.
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.
Description
This PR updates workspace configuration and dependency manifests within the
quick-authworkspace to patch known supply-chain vulnerabilities and ensure build correctness.Vulnerabilities & Security Defects Remediated:
package.json,pnpm-lock.yaml,pnpm-workspace.yaml): Upgradedhonoto4.13.2and enforcedwsversion8.21.3via workspace overrides to mitigate high-severity advisories.package.json): Added explicittypescript(^5.8.3) to devDependencies to ensure reliable execution of typechecking scripts.