chore(deps): bump the npm_and_yarn group across 2 directories with 16 updates
Type: Pull Request
State: Open
Association: Unknown
Comments: 2
(about 1 month ago)
(24 days ago)
dependencies no-pr-activity javascript
Bumps the npm_and_yarn group with 14 updates in the / directory:
| Package | From | To |
|---|---|---|
| fastify | 4.29.0 |
5.8.5 |
| undici | 6.20.1 |
6.24.0 |
| ajv | 8.17.1 |
8.20.0 |
| defu | 6.1.4 |
6.1.7 |
| follow-redirects | 1.15.9 |
1.16.0 |
| h3 | 1.13.0 |
1.15.11 |
| handlebars | 4.7.8 |
4.7.9 |
| lodash | 4.17.21 |
4.18.1 |
| markdown-it | 14.1.0 |
14.1.1 |
| node-forge | 1.3.1 |
1.4.0 |
| path-to-regexp | 0.1.12 |
0.1.13 |
| picomatch | 2.3.1 |
2.3.2 |
| rollup | 4.28.1 |
4.60.3 |
| underscore | 1.13.7 |
1.13.8 |
Bumps the npm_and_yarn group with 4 updates in the /sdk directory: brace-expansion, minimatch, picomatch and rollup.
Updates fastify from 4.29.0 to 5.8.5
Release notes
Sourced from fastify's releases.
v5.8.5
⚠️ Security Release
This fixes CVE CVE-2026-33806 https://github.com/fastify/fastify/security/advisories/GHSA-247c-9743-5963.
What's Changed
- chore: Fix port parsing by
@jsumnersin fastify/fastify#6603- chore: upgrade to typescript v6.0.2 by
@Tony133in fastify/fastify#6605- fix: restore trustProxy function for number and string types, add null check for socketAddr by
@mcollinain fastify/fastify#6613- ci: reduce cron scheduled workflows from daily/weekly to monthly by
@Fdawgsin fastify/fastify#6623- chore: Bump pnpm/action-setup from 4.2.0 to 5.0.0 by
@dependabot[bot] in fastify/fastify#6629- chore: Bump markdownlint-cli2 from 0.21.0 to 0.22.0 by
@dependabot[bot] in fastify/fastify#6632- chore: Bump borp from 0.21.0 to 1.0.0 by
@dependabot[bot] in fastify/fastify#6633- chore: Bump actions/dependency-review-action from 4.8.3 to 4.9.0 by
@dependabot[bot] in fastify/fastify#6630- docs(ecosystem): add
@pompelmi/fastify-pluginby@SonoTommyin fastify/fastify#6610New Contributors
@SonoTommymade their first contribution in fastify/fastify#6610Full Changelog: https://github.com/fastify/fastify/compare/v5.8.4...v5.8.5
v5.8.4
Full Changelog: https://github.com/fastify/fastify/compare/v5.8.3...v5.8.4
v5.8.3
⚠️ Security Release
This fixes CVE CVE-2026-3635 https://github.com/fastify/fastify/security/advisories/GHSA-444r-cwp2-x5xf.
What's Changed
- docs(readme): add
@Tony133to plugin team by@Tony133in fastify/fastify#6565- Updated Plugins-Guide.md; Changed "fastify" to "instance" during plugin registration to showcase that it's added as a child by
@kyrylchenkoin fastify/fastify#6566- test: use fastify.test in test case by
@climba03003in fastify/fastify#6568- docs: use fastify.example in documentation by
@climba03003in fastify/fastify#6567- docs: add common performance degradation guidance by
@maxpetrusenkoin fastify/fastify#6520- docs(server): fix camelCase anchor links in TOC by
@Deepvamjain fastify/fastify#6530- ci(link-checker): fix root-relative links resolution by
@barba-rossain fastify/fastify#6535- docs: update syntax markdown, absolute paths and links by
@Tony133in fastify/fastify#6569- docs: clarify content-type parser/schema mismatch is outside threat model by
@mcollinain fastify/fastify#6537- docs: fix incorrect code examples in Reply and Request reference by
@mahmoodhamdiin fastify/fastify#6582- docs: replace redirected npm.im http-errors link by
@mcollinain fastify/fastify#6588- types: Allow port to be null in request type definition by
@TristanBarlowin fastify/fastify#6589- docs: update links by
@Tony133in fastify/fastify#6593- ci(lock-threads): use shared lock-threads workflow by
@Fdawgsin fastify/fastify#6592New Contributors
@kyrylchenkomade their first contribution in fastify/fastify#6566@maxpetrusenkomade their first contribution in fastify/fastify#6520@Deepvamjamade their first contribution in fastify/fastify#6530@barba-rossamade their first contribution in fastify/fastify#6535
... (truncated)
Commits
3983cceBumped v5.8.53ce3ae6Merge commit from forkb06a196docs(ecosystem): add@pompelmi/fastify-plugin(#6610)909c5d5chore: Bump actions/dependency-review-action from 4.8.3 to 4.9.0 (#6630)4db21a3chore: Bump borp from 0.21.0 to 1.0.0 (#6633)0f4e544chore: Bump markdownlint-cli2 from 0.21.0 to 0.22.0 (#6632)33a2fcdchore: Bump pnpm/action-setup from 4.2.0 to 5.0.0 (#6629)fd35d82ci: reduce cron schedules from daily/weekly to monthly (#6623)8dee9befix: restore trustProxy function for number and string types, add null check ...d457aedchore: upgrade to typescript v6.0.2 (#6605)- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by climba03003, a new releaser for fastify since your current version.
Updates undici from 6.20.1 to 6.24.0
Release notes
Sourced from undici's releases.
v6.24.0
Undici v6.24.0 Security Release Notes (LTS)
This release backports fixes for security vulnerabilities affecting the v6 line.
Upgrade guidance
All users on v6 should upgrade to v6.24.0 or later.
Fixed advisories
GHSA-2mjp-6q6p-2qxm / CVE-2026-1525 (Medium)
Inconsistent interpretation of HTTP requests (request/response smuggling class issue).GHSA-f269-vfmq-vjvj / CVE-2026-1528 (High)
Malicious WebSocket 64-bit frame length handling could crash the client.GHSA-4992-7rv2-5pvq / CVE-2026-1527 (Medium)
CRLF injection via theupgradeoption.GHSA-v9p9-hfj2-hcw8 / CVE-2026-2229 (High)
Unhandled exception from invalidserver_max_window_bitsin WebSocket permessage-deflate negotiation.GHSA-vrm6-8vpv-qv8q / CVE-2026-1526 (High)
Unbounded memory consumption in WebSocket permessage-deflate decompression.Not applicable to v6
- GHSA-phc3-fgpg-7m6h / CVE-2026-2581 affects
>= 7.17.0 < 7.24.0only.Affected and patched ranges (v6)
- CVE-2026-1525: affected
< 6.24.0, patched6.24.0- CVE-2026-1528: affected
>= 6.0.0 < 6.24.0, patched6.24.0- CVE-2026-1527: affected
< 6.24.0, patched6.24.0- CVE-2026-2229: affected
< 6.24.0, patched6.24.0- CVE-2026-1526: affected
< 6.24.0, patched6.24.0References
- GitHub Security Advisories: https://github.com/nodejs/undici/security/advisories
- NVD CVE-2026-1525: https://nvd.nist.gov/vuln/detail/CVE-2026-1525
- NVD CVE-2026-1528: https://nvd.nist.gov/vuln/detail/CVE-2026-1528
- NVD CVE-2026-1527: https://nvd.nist.gov/vuln/detail/CVE-2026-1527
- NVD CVE-2026-2229: https://nvd.nist.gov/vuln/detail/CVE-2026-2229
- NVD CVE-2026-1526: https://nvd.nist.gov/vuln/detail/CVE-2026-1526
v6.23.0
⚠️ Security Release
... (truncated)
Commits
8873c94Bumped v6.24.0411bd01test(websocket): use node:assert for Node 18 compatibility844bf59test: fix http2 lint regressions in backporta444e4ftest: stabilize h2 and tls-cert-leak under current test runnerdc032a1fix: h2 CI (#4395)4cd3f4btest: increase bitness intest/fixtures/*.pem(#3659)7df6442fix: adapt websocket frame-limit handling for v6 parser4e0179afix: reject duplicate content-length and host headers5a97f08Fix websocket 64-bit length overflowe43e898fix: validate upgrade header to prevent CRLF injection- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for undici since your current version.
Updates ajv from 8.17.1 to 8.20.0
Release notes
Sourced from ajv's releases.
v8.20.0
What's Changed
- fix: add support for node 22/24, drop node 16/21 by
@jasoniangreenin ajv-validator/ajv#2580- fix: add ES2022.RegExp for RegExpIndicesArray by
@SignpostMarvin ajv-validator/ajv#2604Full Changelog: https://github.com/ajv-validator/ajv/compare/v8.19.0...v8.20.0
v8.19.0
What's Changed
- fix prototype pollution via format keyword using $data ref by
@epoberezkinin ajv-validator/ajv#2607Full Changelog: https://github.com/ajv-validator/ajv/compare/v8.18.0...v8.19.0
v8.18.0
What's Changed
- feat: allow tree-shaking by adding
"sideEffects": falsetopackage.jsonby@josdejongin ajv-validator/ajv#2480- fix: #2482 Infinity and NaN serialise to null by
@jasoniangreenin ajv-validator/ajv#2487- fix: small grammatical error in managing-schemas.md by
@monteiro-renatoin ajv-validator/ajv#2508- fix: typos in schema-language.md by
@monteiro-renatoin ajv-validator/ajv#2507- fix(pattern): use configured RegExp engine with $data keyword to mitigate ReDoS attacks (CVE-2025-69873) by
@epoberezkinin ajv-validator/ajv#2586New Contributors
@josdejongmade their first contribution in ajv-validator/ajv#2480@monteiro-renatomade their first contribution in ajv-validator/ajv#2508Full Changelog: https://github.com/ajv-validator/ajv/compare/v8.17.1...v8.18.0
Commits
0fba0b88.20.09caf8d6fix: add ES2022.RegExp for RegExpIndicesArray; fixes ajv-validator/ajv#2603 (...2065350fix: add support for node 22/24, drop node 16/21 (#2580)154b58d8.19.0e8d2bdctest/fix prototype pollution via $data ref with format keyword (#2607)142ce848.18.0720a23ffix(pattern): use configured RegExp engine with $data keyword to mitigate ReD...82735a1fix: typos in schema-language.md (#2507)b17ec32fix: small grammatical error in managing-schemas.md (#2508)69568d0fix: #2482 Infinity and NaN serialise to null (#2487)- Additional commits viewable in compare view
Updates defu from 6.1.4 to 6.1.7
Release notes
Sourced from defu's releases.
v6.1.7
📦 Build
❤️ Contributors
- Jakub Michálek (
@J-Michalek)- Kricsleo (
@kricsleo)v6.1.6
📦 Build
- Fix mixed types (407b516)
v6.1.5
🩹 Fixes
- Prevent prototype pollution via
__proto__in defaults (#156)- Ignore inherited enumerable properties (11ba022)
✅ Tests
- Add more tests for plain objects (b65f603)
❤️ Contributors
- Pooya Parsa (
@pi0)- Kricsleo (
@kricsleo)
Changelog
Sourced from defu's changelog.
v6.1.7
🩹 Fixes
- defu.d.cts: Export Defu types (#157)
📦 Build
- Correct the
typesexport entry (#160)❤️ Contributors
- Jakub Michálek (
@J-Michalek)- Kricsleo (
@kricsleo)v6.1.6
📦 Build
- Fix mixed types (407b516)
❤️ Contributors
- Pooya Parsa (
@pi0)v6.1.5
🩹 Fixes
- Prevent prototype pollution via
__proto__in defaults (#156)- Ignore inherited enumerable properties (11ba022)
🏡 Chore
✅ Tests
- Add more tests for plain objects (b65f603)
🤖 CI
... (truncated)
Commits
80c0146chore(release): v6.1.740d7ef4fix(defu.d.cts): export Defu types (#157)3d3a7c8build: correct thetypesexport entry (#160)001c290chore(release): v6.1.6407b516build: fix mixed types23e59e6chore(release): v6.1.511ba022fix: ignore inherited enumerable properties3942bfbfix: prevent prototype pollution via__proto__in defaults (#156)d3ef16dchore(deps): update actions/checkout action to v6 (#151)869a053chore(deps): update actions/setup-node action to v6 (#149)- Additional commits viewable in compare view
Updates follow-redirects from 1.15.9 to 1.16.0
Commits
0c23a22Release version 1.16.0 of the npm package.844c4d3Add sensitiveHeaders option.5e8b8d0ci: add Node.js 24.x to the CI matrix7953e22ci: upgrade GitHub Actions to use setup-node@v6 and checkout@v686dc1f8Sanitizing input.21ef28aRelease version 1.15.11 of the npm package.7c88135Roll back tree shaking.6e389baRelease version 1.15.10 of the npm package.5bc496eShake me up before you go-go.694d6b4Bump minimist from 1.2.5 to 1.2.8- See full diff in compare view
Updates h3 from 1.13.0 to 1.15.11
Release notes
Sourced from h3's releases.
v1.15.11
🏡 Chore
v1.15.10
🩹 Fixes
- Preserve percent-encoded req.url in app event handler (#1355)
❤️ Contributors
- Sergio Azócar (
@sergioazoc)v1.15.9
🩹 Fixes
- Preserve
%25in pathname (1103df6)- static: Prevent path traversal via double-encoded dot segments (
%252e%252e) (c56683d)- sse: Sanitize carriage returns in event stream data and comments (ba3c3fe)
v1.15.8
🩹 Fixes
- Preserve
%25in pathname (1103df6)v1.15.7
🩹 Fixes
- static: Narrow path traversal check to match
..as a path segment only (c049dc0)- app: Decode percent-encoded path segments to prevent auth bypass (313ea52)
💅 Refactors
- Remove implicit event handler conversion warning (#1340)
❤️ Contributors
... (truncated)
Changelog
Sourced from h3's changelog.
v1.15.11
🏡 Chore
❤️ Contributors
- Pooya Parsa (
@pi0)v1.15.10
🩹 Fixes
- Preserve percent-encoded req.url in app event handler (#1355)
🏡 Chore
- Update deps (26fec6f)
❤️ Contributors
- Pooya Parsa (
@pi0)- Sergio Azócar (
@sergioazoc)v1.15.9
🩹 Fixes
- Preserve
%25in pathname (1103df6)- static: Prevent path traversal via double-encoded dot segments (
%252e%252e) (c56683d)- sse: Sanitize carriage returns in event stream data and comments (ba3c3fe)
🏡 Chore
❤️ Contributors
- Pooya Parsa (
@pi0)
... (truncated)
Commits
7b9f41fchore(release): v1.15.11d166186chore: update cookie-es4998dd8chore: update deps6125485chore: update defu to 6.1.6b72bb57chore(release): v1.15.10d8ef318remove resolutions for h326fec6fchore: update deps51ca9b3fix: preserve percent-encoded req.url in app event handler (#1355)4e8d43achore(release): v1.15.923045dfchore: update deps- Additional commits viewable in compare view
Updates handlebars from 4.7.8 to 4.7.9
Release notes
Sourced from handlebars's releases.
v4.7.9
- fix: enable shell mode for spawn to resolve Windows EINVAL issue - e0137c2
- fix type "RuntimeOptions" also accepting string partials - eab1d14
- feat(types): set
hashto be aRecord<string, any>- de4414d- fix non-contiguous program indices - 4512766
- refactor: rename i to startPartIndex - e497a35
- security: fix security issues - 68d8df5
- https://github.com/handlebars-lang/handlebars.js/security/advisories/GHSA-2w6w-674q-4c4q
- https://github.com/handlebars-lang/handlebars.js/security/advisories/GHSA-3mfm-83xf-c92r
- https://github.com/handlebars-lang/handlebars.js/security/advisories/GHSA-xhpv-hc6g-r9c6
- https://github.com/handlebars-lang/handlebars.js/security/advisories/GHSA-xjpj-3mr7-gcpf
- https://github.com/handlebars-lang/handlebars.js/security/advisories/GHSA-9cx6-37pm-9jff
- https://github.com/handlebars-lang/handlebars.js/security/advisories/GHSA-2qvq-rjwj-gvw9
- https://github.com/handlebars-lang/handlebars.js/security/advisories/GHSA-7rx3-28cr-v5wh
- https://github.com/handlebars-lang/handlebars.js/security/advisories/GHSA-442j-39wm-28r2
Changelog
Sourced from handlebars's changelog.
v4.7.9 - March 26th, 2026
- fix: enable shell mode for spawn to resolve Windows EINVAL issue - e0137c2
- fix type "RuntimeOptions" also accepting string partials - eab1d14
- feat(types): set
hashto be aRecord<string, any>- de4414d- fix non-contiguous program indices - 4512766
- refactor: rename i to startPartIndex - e497a35
- security: fix security issues - 68d8df5
Commits
dce542cv4.7.98a41389Update release notes68d8df5Fix security issuesb2a0831Fix browser tests9f98c16Fix release script45443b4Revert "Improve partial indenting performance"8841a5fFix CI errors with lintinge0137c2fix: enable shell mode for spawn to resolve Windows EINVAL issuee914d60Improve rendering performance7de4b41Upgrade GitHub Actions checkout and setup-node on 4.x branch- Additional commits viewable in compare view
Updates lodash from 4.17.21 to 4.18.1
Release notes
Sourced from lodash's releases.
4.18.1
Bugs
Fixes a
ReferenceErrorissue inlodashlodash-eslodash-amdandlodash.templatewhen using thetemplateandfromPairsfunctions from the modular builds. See lodash/lodash#6167These defects were related to how lodash distributions are built from the main branch using https://github.com/lodash-archive/lodash-cli. When internal dependencies change inside lodash functions, equivalent updates need to be made to a mapping in the lodash-cli. (hey, it was ahead of its time once upon a time!). We know this, but we missed it in the last release. It's the kind of thing that passes in CI, but fails bc the build is not the same thing you tested.
There is no diff on main for this, but you can see the diffs for each of the npm packages on their respective branches:
lodash: https://github.com/lodash/lodash/compare/4.18.0-npm...4.18.1-npmlodash-es: https://github.com/lodash/lodash/compare/4.18.0-es...4.18.1-eslodash-amd: https://github.com/lodash/lodash/compare/4.18.0-amd...4.18.1-amdlodash.templatehttps://github.com/lodash/lodash/compare/4.18.0-npm-packages...4.18.1-npm-packages4.18.0
v4.18.0
Full Changelog: https://github.com/lodash/lodash/compare/4.17.23...4.18.0
Security
_.unset/_.omit: Fixed prototype pollution viaconstructor/prototypepath traversal (GHSA-f23m-r3pf-42rh, fe8d32e). Previously, array-wrapped path segments and primitive roots could bypass the existing guards, allowing deletion of properties from built-in prototypes. Nowconstructorandprototypeare blocked unconditionally as non-terminal path keys, matchingbaseSet. Calls that previously returnedtrueand deleted the property now returnfalseand leave the target untouched.
_.template: Fixed code injection viaimportskeys (GHSA-r5fr-rjxr-66jc, CVE-2026-4800, 879aaa9). Fixes an incomplete patch for CVE-2021-23337. Thevariableoption was validated againstreForbiddenIdentifierCharsbutimportsKeyswas left unguarded, allowing code injection via the sameFunction()constructor sink.importskeys containing forbidden identifier characters now throw"Invalid imports option passed into _.template".Docs
- Add security notice for
_.templatein threat model and API docs (#6099)- Document
lower > upperbehavior in_.random(#6115)- Fix quotes in
_.compactjsdoc (#6090)
lodash.*modular packagesWe have also regenerated and published a select number of the
lodash.*modular packages.These modular packages had fallen out of sync significantly from the minor/patch updates to lodash. Specifically, we have brought the following packages up to parity w/ the latest lodash release because they have had CVEs on them in the past:
Commits
cb0b9b9release(patch): bump main to 4.18.1 (#6177)75535f5chore: prune stale advisory refs (#6170)62e91bcdocs: remove n_ Node.js < 6 REPL note from README (#6165)59be2derelease(minor): bump to 4.18.0 (#6161)af63457fix: broken tests for _.template 879aaa91073a76fix: linting issues879aaa9fix: validate imports keys in _.templatefe8d32efix: block prototype pollution in baseUnset via constructor/prototype traversal18ba0a3refactor(fromPairs): use baseAssignValue for consistent assignment (#6153)b819080ci: add dist sync validation workflow (#6137)- Additional commits viewable in compare view
Updates markdown-it from 14.1.0 to 14.1.1
Changelog
Sourced from markdown-it's changelog.
[14.1.1] - 2026-01-11
Security
- Fixed regression from v13 in linkify inline rule. Specific patterns could cause high CPU use. Thanks to
@ltduc147for report.
Commits
b4a9b6514.1.1 released4b4bbcaFixed perf regression in linkify-it wrapperd2782d8Add supplementary example-driven documentation (#1092)- See full diff in compare view
Updates node-forge from 1.3.1 to 1.4.0
Changelog
Sourced from node-forge's changelog.
1.4.0 - 2026-03-24
Security
- HIGH: Denial of Service in
BigInteger.modInverse()
- A Denial of Service (DoS) vulnerability exists due to an infinite loop in the
BigInteger.modInverse()function (inherited from the bundled jsbn library). WhenmodInverse()is called with a zero value as input, the internal Extended Euclidean Algorithm enters an unreachable exit condition, causing the process to hang indefinitely and consume 100% CPU.- Reported by Kr0emer.
- CVE ID: CVE-2026-33891
- GHSA ID: GHSA-5gfm-wpxj-wjgq
- HIGH: Signature forgery in RSA-PKCS due to ASN.1 extra field.
- RSASSA PKCS#1 v1.5 signature verification accepts forged signatures for low public exponent keys (e=3). Attackers can forge signatures by stuffing "garbage" bytes within the ASN.1 structure in order to construct a signature that passes verification, enabling Bleichenbacher style forgery. This issue is similar to CVE-2022-24771, but adds bytes in an addition field within the ASN.1 structure, rather than outside of it.
- Additionally, forge does not validate that signatures include a minimum of 8 bytes of padding as defined by the specification, providing attackers additional space to construct Bleichenbacher forgeries.
- Reported as part of a U.C. Berkeley security research project by:
- Austin Chu, Sohee Kim, and Corban Villa.
- CVE ID: CVE-2026-33894
- GHSA ID: GHSA-ppp5-5v6c-4jwp
- HIGH: Signature forgery in Ed25519 due to missing S < L check.
- Ed25519 signature verification accepts forged non-canonical signatures where the scalar S is not reduced modulo the group order (S >= L). A valid signature and its S + L variant both verify in forge, while Node.js crypto.verify (OpenSSL-backed) rejects the S + L variant, as defined by the specification. This class of signature malleability has been exploited in practice to bypass authentication and authorization logic (see CVE-2026-25793, CVE-2022-35961). Applications relying on signature uniqueness (i.e., dedup by signature bytes, replay tracking, signed-object canonicalization checks) may be bypassed.
- Reported as part of a U.C. Berkeley security research project by:
- Austin Chu, Sohee Kim, and Corban Villa.
- CVE ID: CVE-2026-33895
- GHSA ID: GHSA-q67f-28xg-22rw
- HIGH:
basicConstraintsbypass in certificate chain verification.
pki.verifyCertificateChain()does not enforce RFC 5280basicConstraintsrequirements when an intermediate certificate lacks both thebasicConstraintsandkeyUsageextensions. This allows any leaf certificate (without these extensions) to act as a CA and sign other certificates, which node-forge will accept as valid.- Reported by Doruk Tan Ozturk (
@peaktwilight) - doruk.ch- CVE ID: CVE-2026-33896
- GHSA ID: GHSA-2328-f5f3-gj25
... (truncated)
Commits
fa385f9Release 1.4.0.07d4e16Update changelog.cb90fd9Update changelog.963e7c5Add unit test for "pseudonym"f0b6f5bAdd pseudonym OID3df48a3Fix missing CVE ID.2e49283Add x509basicConstraintscheck.bdecf11Add canonical signature scaler check for S < L.af094e6Add RSA padding and DigestInfo length checks.796eeb1Improve jsbn fix.- Additional commits viewable in compare view
Updates path-to-regexp from 0.1.12 to 0.1.13
Release notes
Sourced from path-to-regexp's releases.
0.1.13
Important
Full Changelog: https://github.com/pillarjs/path-to-regexp/compare/v0.1.12...v.0.1.13
Changelog
Sourced from path-to-regexp's changelog.
0.1.13 / 2026-03-26
0.1.7 / 2015-07-28
- Fixed regression with escaped round brackets and matching groups.
0.1.6 / 2015-06-19
- Replace
indexfeature by outputting all parameters, unnamed and named.0.1.5 / 2015-05-08
- Add an index property for position in match result.
0.1.4 / 2015-03-05
- Add license information
0.1.3 / 2014-07-06
- Better array support
- Improved support for trailing slash in non-ending mode
0.1.0 / 2014-03-06
- add options.end
0.0.2 / 2013-02-10
- Update to match current express
- add .license property to component.json
Commits
9fd0c870.1.13 (#425)7ccf02cfix: CVE-2026-4867- See full diff in compare view
Maintainer changes
This version was pushed to npm by ulisesgascon, a new releaser for path-to-regexp since your current version.
Updates picomatch from 2.3.1 to 2.3.2
Release notes
Sourced from picomatch's releases.
2.3.2
This is a security release fixing several security relevant issues.
What's Changed
- fix: exception when glob pattern contains constructor by
@Jason3Sin micromatch/picomatch#144- Fix for CVE-2026-33671
- Fix for CVE-2026-33672
Full Changelog: https://github.com/micromatch/picomatch/compare/2.3.1...2.3.2
Changelog
Sourced from picomatch's changelog.
Release history
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Changelogs are for humans, not machines.
- There should be an entry for every single version.
- The same types of changes should be grouped.
- Versions and sections should be linkable.
- The latest version comes first.
- The release date of each versions is displayed.
- Mention whether you follow Semantic Versioning.
Changelog entries are classified using the following labels (from keep-a-changelog):
Addedfor new features.Changedfor changes in existing functionality.Deprecatedfor soon-to-be removed features.Removedfor now removed features.Fixedfor any bug fixes.Securityin case of vulnerabilities.4.0.0 (2024-02-07)
Fixes
- Fix bad text values in parse #126, thanks to
@connor4312Changed
- Remove process global to work outside of node #129, thanks to
@styfle- Add sideEffects to package.json #128, thanks to
@frandiox- Removed
os, make compatible browser environment. See #124, thanks to@gwsbhqt3.0.1
Fixes
... (truncated)
Commits
Updates rollup f...
Description has been truncated
Package Dependencies
Security Advisories
Command Injection in lodash
Improper Verification of Cryptographic Signature in node-forge
OpenZeppelin Contracts vulnerable to ECDSA signature malleability
node-forge has an Interpretation Conflict vulnerability via its ASN.1 Validator Desynchronization
Blocklist Bypass possible via ECDSA Signature Malleability
ajv has ReDoS when using `$data` option
lodash vulnerable to Code Injection via `_.template` imports key names
lodash vulnerable to Prototype Pollution via array path bypass in `_.unset` and `_.omit`
Handlebars.js has a Prototype Method Access Control Gap via Missing __lookupSetter__ Blocklist Entry
Handlebars.js has a Property Access Validation Bypass in container.lookup
path-to-regexp vulnerable to Regular Expression Denial of Service via multiple route parameters
Handlebars.js has JavaScript Injection in CLI Precompiler via Unescaped Names and Options
Handlebars.js has JavaScript Injection via AST Type Confusion when passing an object as dynamic partial
Handlebars.js has Denial of Service via Malformed Decorator Syntax in Template Compilation
Handlebars.js has JavaScript Injection via AST Type Confusion by tampering @partial-block
Handlebars.js has JavaScript Injection via AST Type Confusion
Handlebars.js has Prototype Pollution Leading to XSS through Partial Template Injection
Forge has a basicConstraints bypass in its certificate chain verification (RFC 5280 violation)
Forge has signature forgery in Ed25519 due to missing S > L check
Forge has signature forgery in RSA-PKCS due to ASN.1 extra field
Forge has Denial of Service via Infinite Loop in BigInteger.modInverse() with Zero Input
Picomatch: Method Injection in POSIX Character Classes causes incorrect Glob Matching
Picomatch has a ReDoS vulnerability via extglob quantifiers
fastify: request.protocol and request.host Spoofable via X-Forwarded-Proto/Host from Untrusted Connections
Undici has Unbounded Memory Consumption in WebSocket permessage-deflate Decompression
Undici has Unhandled Exception in WebSocket Client Due to Invalid server_max_window_bits Validation
Undici has CRLF Injection in undici via `upgrade` option
Undici has Unbounded Memory Consumption in its DeduplicationHandler via Response Buffering that leads to DoS
Undici: Malicious WebSocket 64-bit length overflows parser and crashes the client
Undici has an HTTP Request/Response Smuggling issue
Fastify has a Body Schema Validation Bypass via Leading Space in Content-Type Header
Technical Details
| ID: | 15803225 |
| UUID: | 4396438199 |
| Node ID: | PR_kwDOJEmqjs7ZBgAc |
| Host: | GitHub |
| Repository: | thirdweb-dev/engine |