Bumps the npm_and_yarn group with 6 updates in the / directory:
| Package |
From |
To |
| dompurify [QUARANTINED_URL: github.com] |
3.4.11 |
3.4.12 |
| fast-uri [QUARANTINED_URL: github.com] |
3.1.2 |
3.1.4 |
| hono [QUARANTINED_URL: github.com] |
4.12.26 |
4.12.31 |
| immutable [QUARANTINED_URL: github.com] |
5.1.5 |
5.1.9 |
| linkify-it [QUARANTINED_URL: github.com] |
5.0.1 |
5.0.2 |
| svgo [QUARANTINED_URL: github.com] |
4.0.1 |
4.0.2 |
Updates dompurify from 3.4.11 to 3.4.12
Release notes
Sourced from dompurify's releases.
DOMPurify 3.4.12
- Fixed an issue where a hook would not get called for custom elements, thanks
@Rikuxx0
- Hardened the handling of hooks removing elements,
@mkrause-bee360
- Added support for a few new SVG attributes, thanks
@cbn-falias & @Develop-KIM
- Hardened the handling of declarative partial updates
- Updated the documentation is several spots, README, wiki, etc.
- Bumped several dependencies where possible
Commits
Updates fast-uri from 3.1.2 to 3.1.4
Release notes
Sourced from fast-uri's releases.
v3.1.4
⚠️ Security Release
Fix for [QUARANTINED_URL: github.com]
Full Changelog: [QUARANTINED_URL: github.com]
v3.1.3
⚠️ Security Release
Full Changelog: [QUARANTINED_URL: github.com]
Commits
Updates hono from 4.12.26 to 4.12.31
Release notes
Sourced from hono's releases.
v4.12.31
What's Changed
Full Changelog: [QUARANTINED_URL: github.com]
v4.12.30
What's Changed
Full Changelog: [QUARANTINED_URL: github.com]
v4.12.29
What's Changed
New Contributors
Full Changelog: [QUARANTINED_URL: github.com]
v4.12.28
What's Changed
... (truncated)
Commits
cadff88 4.12.31
64c613a test(validator): fix misspelled identifier in transform type test (#5136)
aeba9ec fix(sse): emit retry feild when retry is 0 (#5135)
d796450 fix(request): fix multipart boundary mismatch in cloneRawRequest (#5133)
80959d4 fix(utils/body): reuse cached formData in parseBody() (#5131)
21b44b6 refactor(aws-lambada): remove FIXME in @ts-expect-error (#5130)
5f73897 docs(combine): close quote in combine JSDoc example (#5126)
c285f9a chore(benchmark): add app.fetch() overhead benchmark (#5117)
fb9d7bf test(context): assert case-insensitive header names in response helpers (#5116)
b2ae3a2 4.12.30
- Additional commits viewable in compare view
Updates immutable from 5.1.5 to 5.1.9
Release notes
Sourced from immutable's releases.
v5.1.9
What's Changed
Full Changelog: [QUARANTINED_URL: github.com]
v5.1.8
What's Changed
Full Changelog: [QUARANTINED_URL: github.com]
v5.1.7
What's Changed
internal
New Contributors
Full Changelog: [QUARANTINED_URL: github.com]
v5.1.6
What's Changed
... (truncated)
Changelog
Sourced from immutable's changelog.
5.1.9
- fix(List): a
List grown past 32 elements while all its values are undefined no longer reads those values back as null (affected get, iteration, toArray, equals and hashCode)
5.1.8
4.3.9
5.1.7
- fix(Repeat): lastIndexOf returned size instead of size - 1 by
@chatman-media in immutable-js/immutable-js#2227. Fixes CVE CVE-2026-29063
- fix(IndexedCollection):
has(index) on a lazy Seq of unknown size now checks index existence instead of searching for a value equal to the index #2203
- [TypeScript]:
reduce/reduceRight without an initial value now infer the result type from the collection's values when the reducer returns a value (e.g. list.reduce((a, b) => a + b) infers number), matching Array#reduce. Previously an explicit type argument was required. #2205
5.1.6
- fix(reverseFactory): read
reversedSequence.size in __iterator instead of this #2196
Commits
329f7a6 5.1.9
21fabd9 changelog
009164f Merge pull request #2235 from immutable-js/fix/avoid-null-when-setsize33
5b65bfb fix(List): preserve undefined values when grown past 32 elements
50bf39e Update CHANGELOG.md for versions 5.1.8 and 4.3.9
6496539 5.1.8
808a83a Merge commit from fork
e51d49f perf(Map): index large hash-collision buckets for faster lookups
25c58b0 fix typescript in tests
a1a1ee4 Merge commit from fork
- Additional commits viewable in compare view
Updates linkify-it from 5.0.1 to 5.0.2
Changelog
Sourced from linkify-it's changelog.
5.0.2 / 2026-07-02
- Fixed DoS in
mailto: links (restrict user name to 64 chars).
- Restricted user/pass part length in links.
Commits
Updates svgo from 4.0.1 to 4.0.2
Release notes
Sourced from svgo's releases.
v4.0.2
What's Changed
Security
Bug Fixes
Performance
Other Changes
Commits
b2309cf chore: sync version with api
f529cfc Merge commit from fork
581fe68 performance: speed up mergePath child node removal (#2216)
eb4c8b6 docs(removeAttributesBySelector): properly document and check types (#2215)
6fd5872 fix(convertColors): skip convertCase on css custom properties (#2213)
7414f73 fix: properly parse negative (or +) arc radii (#2205)
a8c19aa fix: only call encodeSVGDatauri once and add test case (#2053)
65548f4 fix(convertPathData): properly handle consecutive t commands (#2156)
a41a7c1 fix(convertPathData): introducing isSafeToRemove (#2164)
38625dd test: handle charm icons (#2203)
- See full diff in compare view
Dependabot 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 rebase will rebase this PR
@dependabot recreate will recreate this PR, overwriting any edits that have been made to it
@dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
@dependabot ignore <dependency name> major version will 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 version will 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 conditions
You can disable automated security fix PRs for this repo from the Security Alerts page [QUARANTINED_URL: github.com].
Bumps the npm_and_yarn group with 6 updates in the / directory:
3.4.113.4.123.1.23.1.44.12.264.12.315.1.55.1.95.0.15.0.24.0.14.0.2Updates
dompurifyfrom 3.4.11 to 3.4.12Release notes
Sourced from dompurify's releases.
Commits
a9ca1e5release: 3.4.12 (#1537)Updates
fast-urifrom 3.1.2 to 3.1.4Release notes
Sourced from fast-uri's releases.
Commits
6aeece6Bumped v3.1.42d50fbafix: reject literal backslash in URI authority0549fe3Bumped v3.1.32a6d357Merge commit from forkUpdates
honofrom 4.12.26 to 4.12.31Release notes
Sourced from hono's releases.
... (truncated)
Commits
cadff884.12.3164c613atest(validator): fix misspelled identifier in transform type test (#5136)aeba9ecfix(sse): emit retry feild when retry is0(#5135)d796450fix(request): fix multipart boundary mismatch incloneRawRequest(#5133)80959d4fix(utils/body): reuse cached formData inparseBody()(#5131)21b44b6refactor(aws-lambada): remove FIXME in@ts-expect-error(#5130)5f73897docs(combine): close quote in combine JSDoc example (#5126)c285f9achore(benchmark): add app.fetch() overhead benchmark (#5117)fb9d7bftest(context): assert case-insensitive header names in response helpers (#5116)b2ae3a24.12.30Updates
immutablefrom 5.1.5 to 5.1.9Release notes
Sourced from immutable's releases.
... (truncated)
Changelog
Sourced from immutable's changelog.
Commits
329f7a65.1.921fabd9changelog009164fMerge pull request #2235 from immutable-js/fix/avoid-null-when-setsize335b65bfbfix(List): preserve undefined values when grown past 32 elements50bf39eUpdate CHANGELOG.md for versions 5.1.8 and 4.3.964965395.1.8808a83aMerge commit from forke51d49fperf(Map): index large hash-collision buckets for faster lookups25c58b0fix typescript in testsa1a1ee4Merge commit from forkUpdates
linkify-itfrom 5.0.1 to 5.0.2Changelog
Sourced from linkify-it's changelog.
Commits
50a0c915.0.2 releasedde3b885Update package hooks13effaaAdd package lock39d748dBump c800ce877Drop tlds depsecde823Update benchmark to mitata23c62cdRefactor demo / doc build and publishfd63f3bCI config updatef4ea5afdemo: update bootstrap & layout1454fb6lint: dim warningsUpdates
svgofrom 4.0.1 to 4.0.2Release notes
Sourced from svgo's releases.
Commits
b2309cfchore: sync version with apif529cfcMerge commit from fork581fe68performance: speed up mergePath child node removal (#2216)eb4c8b6docs(removeAttributesBySelector): properly document and check types (#2215)6fd5872fix(convertColors): skip convertCase on css custom properties (#2213)7414f73fix: properly parse negative (or +) arc radii (#2205)a8c19aafix: only call encodeSVGDatauri once and add test case (#2053)65548f4fix(convertPathData): properly handle consecutive t commands (#2156)a41a7c1fix(convertPathData): introducing isSafeToRemove (#2164)38625ddtest: handle charm icons (#2203)Dependabot 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 conditions You can disable automated security fix PRs for this repo from the Security Alerts page [QUARANTINED_URL: github.com].