chore(deps): bump the npm_and_yarn group across 1 directory with 2 updates - #779
Conversation
…dates Bumps the npm_and_yarn group with 2 updates in the /internal/dev_server/ui directory: [dompurify](https://github.com/cure53/DOMPurify) and [uuid](https://github.com/uuidjs/uuid). Updates `dompurify` from 3.2.4 to 3.4.13 - [Release notes](https://github.com/cure53/DOMPurify/releases) - [Commits](cure53/DOMPurify@3.2.4...3.4.13) Removes `uuid` --- updated-dependencies: - dependency-name: dompurify dependency-version: 3.4.13 dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: uuid dependency-version: dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
| @@ -9252,6 +10228,12 @@ | |||
| "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.7.0.tgz", | |||
| "integrity": "sha512-gLXCKdN1/j47AiHiOkJN69hJmcbGTHI0ImLmbYLHykhgeN0jVGola9yVjFgzCUklsZQMW55o+dW7IXv3RCXDzA==" | |||
| }, | |||
| "node_modules/turbo-stream": { | |||
There was a problem hiding this comment.
High severity vulnerability may affect your project—review required:
Line 10231 lists a dependency (turbo-stream) with a known High severity vulnerability.
ℹ️ Why this matters
Affected versions of react-router and turbo-stream are vulnerable to Allocation of Resources Without Limits or Throttling. React Router Framework Mode uses turbo-stream to serialize loader/action data into Single Fetch responses. The underlying serialization algorithm becomes a bottleneck on certain data shapes, so an attacker who can influence the serialized data can cause excessive resource consumption and a Denial of Service.
To resolve this comment:
Check if you use React Router Framework Mode with Single Fetch enabled (the default in v7 Framework Mode, or opt-in via future.unstable_singleFetch in Remix v2.9.0+) and not Declarative or Data mode.
- If you're affected, upgrade this dependency to at least version 3.0.0 at internal/dev_server/ui/package-lock.json.
- If you're not affected, comment
/fp we don't use this [condition]
💬 Ignore this finding
To ignore this, reply with:
/fp <comment>for false positive/ar <comment>for acceptable risk/other <comment>for all other reasons
You can view more details on this finding in the Semgrep AppSec Platform here.
| "integrity": "sha512-RBvlC0wwmDxyPjA+i1e09KuVQEGcJJz/w/bQ1Hxbz2I4NDetFOvrtIBknRhmO2gBUdOrIkMnYZWiGIjdBcNRVA==", | ||
| "license": "MIT" | ||
| }, | ||
| "node_modules/@launchpad-ui/navigation/node_modules/react-router": { |
There was a problem hiding this comment.
High severity vulnerability may affect your project—review required:
Line 2333 lists a dependency (react-router) with a known High severity vulnerability.
ℹ️ Why this matters
Affected versions of react-router and turbo-stream are vulnerable to Allocation of Resources Without Limits or Throttling. React Router Framework Mode uses turbo-stream to serialize loader/action data into Single Fetch responses. The underlying serialization algorithm becomes a bottleneck on certain data shapes, so an attacker who can influence the serialized data can cause excessive resource consumption and a Denial of Service.
To resolve this comment:
Check if you use React Router Framework Mode with Single Fetch enabled (the default in v7 Framework Mode, or opt-in via future.unstable_singleFetch in Remix v2.9.0+) and not Declarative or Data mode.
- If you're affected, upgrade this dependency to at least version 7.14.0 at internal/dev_server/ui/package-lock.json.
- If you're not affected, comment
/fp we don't use this [condition]
💬 Ignore this finding
To ignore this, reply with:
/fp <comment>for false positive/ar <comment>for acceptable risk/other <comment>for all other reasons
You can view more details on this finding in the Semgrep AppSec Platform here.
Bumps the npm_and_yarn group with 2 updates in the /internal/dev_server/ui directory: dompurify and uuid.
Updates
dompurifyfrom 3.2.4 to 3.4.13Release notes
Sourced from dompurify's releases.
... (truncated)
Commits
3067f77release: 3.4.13 (#1562)a9ca1e5release: 3.4.12 (#1537)0cae518release: 3.4.11 (#1494)6ee5716release: 3.4.10 (#1478)5210247release: 3.4.9 (#1459)bcdd828release: 3.4.8 (#1439)ca30f07release: 3.4.7 (#1414)bb7739erelease: 3.4.6 (#1394)011b0c7release: 3.4.5 (#1382)5817ad9release: 3.4.4 (#1374)Install script changes
This version adds
preparescript that runs during installation. Review the package contents before updating.Removes
uuidDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditionsYou can disable automated security fix PRs for this repo from the Security Alerts page.
Note
Overview
Updates
internal/dev_server/uidependency resolution via the lockfile only—package.jsonis unchanged.DOMPurify is pulled forward from 3.2.4 to 3.4.13 on the transitive path used by
@launchpad-ui/markdown(isomorphic-dompurify). That brings in recent sanitization hardening (e.g.IN_PLACE, hooks, DOM clobbering fixes) without any app source edits.uuidis removed from the resolved tree, so it is no longer installed as a transitive dependency for this UI package.Reviewed by Cursor Bugbot for commit aee99e9. Bugbot is set up for automated code reviews on this repo. Configure here.