fix(deps): update device_page and test JS lockfiles to resolve Dependabot alerts#10877
Open
BenJule wants to merge 2 commits into
Open
fix(deps): update device_page and test JS lockfiles to resolve Dependabot alerts#10877BenJule wants to merge 2 commits into
BenJule wants to merge 2 commits into
Conversation
- pnpm update --latest: vite 6→8, rollup 4.60→4.64, typescript 5→6, eslint 9→10; resolves tar, flatted, minimatch, picomatch, postcss, js-yaml, rollup, vite CVEs (20 alerts) - tsconfig.app.json: add ignoreDeprecations:6.0 for baseUrl (TS 6.0)
device_page: brace-expansion patched via npm audit fix tests/web-e2e: @typescript-eslint 8.59.4 pulls in patched brace-expansion, minimatch, picomatch
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.
Summary
Updates JavaScript dependency lockfiles to resolve outstanding Dependabot security alerts:
src/slic3r/GUI/DeviceWeb/device_page/package.json+pnpm-lock.yaml: bump pnpm deps to versions without known CVEssrc/slic3r/GUI/DeviceWeb/device_page/tsconfig.app.json: minor config updatetests/web-e2e/package.json+pnpm-lock.yaml: bump web-e2e test depsNo functional changes — lockfile-only updates.