Bump the npm_and_yarn group across 4 directories with 30 updates
Type: Pull Request
State: Open
Association: Unknown
Comments: 3
(13 days ago)
(12 days ago)
dependencies javascript
Bumps the npm_and_yarn group with 12 updates in the / directory:
| Package | From | To |
|---|---|---|
| ajv | 6.12.6 |
6.15.0 |
| basic-ftp | 5.0.5 |
5.3.1 |
| flatted | 3.3.2 |
3.4.2 |
| follow-redirects | 1.15.9 |
1.16.0 |
| minimatch | 3.1.2 |
3.1.5 |
| js-yaml | 4.1.0 |
4.1.1 |
| lodash | 4.17.21 |
4.18.1 |
| picomatch | 4.0.2 |
4.0.4 |
| picomatch | 2.3.1 |
2.3.2 |
| parse-uri | 1.0.9 |
1.0.16 |
| postcss | 8.4.49 |
8.5.14 |
| rollup | 4.28.1 |
4.60.3 |
| tmp | 0.0.33 |
removed |
Bumps the npm_and_yarn group with 14 updates in the /cypress directory:
| Package | From | To |
|---|---|---|
| ajv | 6.12.6 |
6.15.0 |
| ajv | 8.16.0 |
8.20.0 |
| follow-redirects | 1.15.6 |
1.16.0 |
| lodash | 4.17.21 |
4.18.1 |
| picomatch | 2.3.1 |
2.3.2 |
| sha.js | 2.4.11 |
2.4.12 |
| tmp | 0.2.3 |
0.2.5 |
| cipher-base | 1.0.4 |
1.0.7 |
| form-data | 2.5.1 |
2.5.5 |
| jws | 3.2.2 |
3.2.3 |
| min-document | 2.19.0 |
2.19.2 |
| parse-git-config | 2.0.3 |
removed |
| pbkdf2 | 3.1.2 |
3.1.5 |
| validator | 13.12.0 |
13.15.35 |
| webpack | 5.92.1 |
5.106.2 |
Bumps the npm_and_yarn group with 9 updates in the /plugins/experimentation directory:
| Package | From | To |
|---|---|---|
| ajv | 6.12.6 |
6.15.0 |
| flatted | 3.2.7 |
3.4.2 |
| minimatch | 3.1.2 |
3.1.5 |
| js-yaml | 4.1.0 |
4.1.1 |
| lodash | 4.17.21 |
4.18.1 |
| picomatch | 2.3.1 |
2.3.2 |
| postcss | 8.4.38 |
8.5.14 |
| handlebars | 4.7.8 |
4.7.9 |
| tar | 6.2.1 |
removed |
Bumps the npm_and_yarn group with 5 updates in the /tools/picker directory:
| Package | From | To |
|---|---|---|
| braces | 3.0.2 |
3.0.3 |
| js-yaml | 4.1.0 |
4.1.1 |
| picomatch | 2.3.1 |
2.3.2 |
| svgo | 2.8.0 |
2.8.2 |
| @parcel/reporter-dev-server | 2.10.1 |
2.16.4 |
Updates ajv from 6.12.6 to 6.15.0
Commits
184bc326.15.0fea46aftest/fix prototype pollution via $data ref with format keyword (#2606)e3af0a76.14.0b552ed6add regExp option to address $data exploit via a regular expression (CVE-2025...72f2286docs: update v7 info231e52bMerge pull request #1320 from philsturgeon/patch-1d3475fcAdd spectral, an AJV util from a sponsor413afe0docs: v7.0.0-beta.311e997bupdate readme for v7- See full diff in compare view
Updates basic-ftp from 5.0.5 to 5.3.1
Release notes
Sourced from basic-ftp's releases.
5.3.1
- Fixed: Protect against unbounded control response, fixes https://github.com/patrickjuchli/basic-ftp/security/advisories/GHSA-rpmf-866q-6p89.
5.3.0
- Changed: Introduced an upper bound for total bytes of directory listing, fixes https://github.com/patrickjuchli/basic-ftp/security/advisories/GHSA-rp42-5vxx-qpwr.
- Added: Option to increase the upper bound for total bytes of directory listing in Client constructor.
5.2.2
- Fixed: Improve control character rejection, fixes https://github.com/patrickjuchli/basic-ftp/security/advisories/GHSA-6v7q-wjvx-w8wg.
5.2.1
- Fixed: Reject control character injection attempts using paths. See https://github.com/patrickjuchli/basic-ftp/security/advisories/GHSA-chqc-8p9q-pq6q.
5.2.0
- Changed: Skip files with invalid name in downloadToDir.
5.1.0
- Added: Add the option to prevent the use of separate transfer host IPs when using PASV. (#259)
Changelog
Sourced from basic-ftp's changelog.
5.3.1
- Fixed: Protect against unbounded control response, fixes https://github.com/patrickjuchli/basic-ftp/security/advisories/GHSA-rpmf-866q-6p89.
5.3.0
- Changed: Introduced an upper bound for total bytes of directory listing, fixes https://github.com/patrickjuchli/basic-ftp/security/advisories/GHSA-rp42-5vxx-qpwr.
- Added: Option to increase the upper bound for total bytes of directory listing in Client constructor.
5.2.2
- Fixed: Improve control character rejection, fixes https://github.com/patrickjuchli/basic-ftp/security/advisories/GHSA-6v7q-wjvx-w8wg.
5.2.1
- Fixed: Reject control character injection attempts using paths. See https://github.com/patrickjuchli/basic-ftp/security/advisories/GHSA-chqc-8p9q-pq6q.
5.2.0
- Changed: Skip files with invalid name in downloadToDir. Fixes security vulnerability CVE-2026-27699, see https://github.com/patrickjuchli/basic-ftp/security/advisories/GHSA-5rq4-664w-9x2c.
5.1.0
- Added: Add the option to prevent the use of separate transfer host IPs when using PASV. (#259)
Commits
980371bGuard against unbounded control response50827c7Adjust changelog to match release notesc9378a8Fix test22abe43Update Github Actions0feaaecFix test6629d7dImprove error message9c3bf4fSet higher default value for max size of directory listingacd3942Bump version1304429Offer maxListingBytes as an option5cb5367Add bounded StringWriter- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by patrickjuchli, a new releaser for basic-ftp since your current version.
Install script changes
This version adds prepare script that runs during installation. Review the package contents before updating.
Updates flatted from 3.3.2 to 3.4.2
Commits
3bf09093.4.2885ddccfix CWE-13210bdba70added flatted-view to the benchmark2a02dce3.4.1fba4e8fMerge pull request #89 from WebReflection/python-fix5fe8648added "when in Rome" also a test for PHP53517adsome minor improvementb3e2a0cFixing recursion issue in Python tooc4b46dbAdd SECURITY.md for security policy and reportingf86d071Create dependabot.yml for version updates- 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 minimatch from 3.1.2 to 3.1.5
Commits
7bba9783.1.5bd25942docs: add warning about ReDoS1a9c27cfix partial matching of globstar patterns1a2e0843.1.4ae24656update lockfileb100374limit recursion for **, improve perf considerably26ffeaalockfile update9eca892lock node version to 1400c323b3.1.330486b2update CI matrix and actions- Additional commits viewable in compare view
Updates js-yaml from 4.1.0 to 4.1.1
Changelog
Sourced from js-yaml's changelog.
[4.1.1] - 2025-11-12
Security
- Fix prototype pollution issue in yaml merge (<<) operator.
Commits
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 mdast-util-to-hast from 13.2.0 to 13.2.1
Release notes
Sourced from mdast-util-to-hast's releases.
13.2.1
Fix
- ab3a795 Fix support for spaces in class names
Types
- efb5312 Refactor to use
@imports- a5bc210 Add declaration maps
Full Changelog: https://github.com/syntax-tree/mdast-util-to-hast/compare/13.2.0...13.2.1
Commits
Updates picomatch from 4.0.2 to 4.0.4
Release notes
Sourced from picomatch's releases.
4.0.4
This is a security release fixing several security relevant issues.
What's Changed
- Fix for CVE-2026-33671
- Fix for CVE-2026-33672
Full Changelog: https://github.com/micromatch/picomatch/compare/4.0.3...4.0.4
4.0.3
What's Changed
- fix: exception when glob pattern contains
constructorby@Jason3Sin micromatch/picomatch#144New Contributors
@Jason3Smade their first contribution in micromatch/picomatch#144Full Changelog: https://github.com/micromatch/picomatch/compare/4.0.2...4.0.3
Commits
e5474fcPublish 4.0.44516eb5Merge commit from fork5eceecdMerge commit from fork0db7dd7Run benchmark again against latest minimatch version (#161)9500377docs: clarify what brace expansion syntax is and isn't supported (#134)2661f23fix typo in globstars.js test name (#138)1798b07docs: fixmakeReexample (#143)9d76bc5chore: undocument removed options (#146)e4d718bRemove unused time-require (#160)38dffebchore(deps): pin dependencies (#158)- Additional commits viewable in compare view
Updates picomatch from 2.3.1 to 2.3.2
Release notes
Sourced from picomatch's releases.
4.0.4
This is a security release fixing several security relevant issues.
What's Changed
- Fix for CVE-2026-33671
- Fix for CVE-2026-33672
Full Changelog: https://github.com/micromatch/picomatch/compare/4.0.3...4.0.4
4.0.3
What's Changed
- fix: exception when glob pattern contains
constructorby@Jason3Sin micromatch/picomatch#144New Contributors
@Jason3Smade their first contribution in micromatch/picomatch#144Full Changelog: https://github.com/micromatch/picomatch/compare/4.0.2...4.0.3
Commits
e5474fcPublish 4.0.44516eb5Merge commit from fork5eceecdMerge commit from fork0db7dd7Run benchmark again against latest minimatch version (#161)9500377docs: clarify what brace expansion syntax is and isn't supported (#134)2661f23fix typo in globstars.js test name (#138)1798b07docs: fixmakeReexample (#143)9d76bc5chore: undocument removed options (#146)e4d718bRemove unused time-require (#160)38dffebchore(deps): pin dependencies (#158)- Additional commits viewable in compare view
Updates on-headers from 1.0.2 to 1.1.0
Release notes
Sourced from on-headers's releases.
1.1.0
Important
What's Changed
- Migrate CI pipeline to GitHub actions by
@carpassein jshttp/on-headers#12- fix README.md badges by
@carpassein jshttp/on-headers#13- add OSSF scorecard action by
@carpassein jshttp/on-headers#14- fix: use
ubuntu-latestas ci runner by@UlisesGasconin jshttp/on-headers#19- ci: apply OSSF Scorecard security best practices by
@UlisesGasconin jshttp/on-headers#20- 👷 add upstream change detection by
@ctcpipin jshttp/on-headers#31- ✨ add script to update known hashes by
@ctcpipin jshttp/on-headers#32- 💚 update CI - add newer node versions by
@ctcpipin jshttp/on-headers#33New Contributors
@carpassemade their first contribution in jshttp/on-headers#12@UlisesGasconmade their first contribution in jshttp/on-headers#19@ctcpipmade their first contribution in jshttp/on-headers#31Full Changelog: https://github.com/jshttp/on-headers/compare/v1.0.2...v1.1.0
Commits
4b017af1.1.0b636f2d♻️ refactor header array code3e2c2d4✨ ignore falsy header keys, matching node behavior172eb41✨ support duplicate headersc6e3849🔒️ fix array handling6893518💚 update CI - add newer node versions56a345d✨ add script to update known hashes175ab21👷 add upstream change detection (#31)ce0b2c8ci: apply OSSF Scorecard security best practices (#20)1a38c54fix: useubuntu-latestas ci runner (#19)- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by ulisesgascon, a new releaser for on-headers since your current version.
Updates parse-uri from 1.0.9 to 1.0.16
Release notes
Sourced from parse-uri's releases.
v1.0.16
What's Changed
- Revert "feat!: spec compliant" by
@Kikobeatsin Kikobeats/parse-uri#20Full Changelog: https://github.com/Kikobeats/parse-uri/compare/v1.0.15...v1.0.16
v1.0.15
Full Changelog: https://github.com/Kikobeats/parse-uri/compare/v1.0.14...v1.0.15
v1.0.14
What's Changed
- feat!: spec compliant by
@Kikobeatsin Kikobeats/parse-uri#19Full Changelog: https://github.com/Kikobeats/parse-uri/compare/v1.0.13...v1.0.14
v1.0.13
What's Changed
- fix: resolve protocols properly by
@Kikobeatsin Kikobeats/parse-uri#18Full Changelog: https://github.com/Kikobeats/parse-uri/compare/v1.0.12...v1.0.13
v1.0.12
What's Changed
- fix: add missing keys by
@Kikobeatsin Kikobeats/parse-uri#17Full Changelog: https://github.com/Kikobeats/parse-uri/compare/v1.0.11...v1.0.12
v1.0.11
What's Changed
- fix: denial of service attacks by
@Kikobeatsin Kikobeats/parse-uri#15Full Changelog: https://github.com/Kikobeats/parse-uri/compare/v1.0.10...v1.0.11
v1.0.10
Full Changelog: https://github.com/Kikobeats/parse-uri/compare/v1.0.9...v1.0.10
Changelog
Sourced from parse-uri's changelog.
1.0.16 (2025-06-28)
1.0.15 (2025-06-28)
1.0.14 (2025-06-28)
1.0.13 (2025-06-28)
1.0.12 (2025-06-28)
1.0.11 (2025-04-04)
1.0.10 (2025-04-03)
Commits
73a5dccchore(release): 1.0.16a241491Merge pull request #20 from Kikobeats/revert-19-next65ab93dchore(release): 1.0.154952b66Revert "feat!: spec compliant"3bfe00echore: updateac427d0chore(release): 1.0.1443735ecMerge pull request #19 from Kikobeats/next35649c4docs: improve benchmarkc3bf754feat!: spec compliantd65f87achore(release): 1.0.13- Additional commits viewable in compare view
Updates postcss from 8.4.49 to 8.5.14
Release notes
Sourced from postcss's releases.
8.5.14
- Fixed custom syntax regression (by
@43081j).8.5.13
- Fixed
postcss-scsscommend regression.8.5.12
- Fixed reading any file via user-generated CSS.
- Added
opts.unsafeMapto disable checks.8.5.11
- Fixed nested brackets parsing performance (by
@offset).8.5.10
- Fixed XSS via unescaped
</style>in non-bundler cases (by@TharVid).8.5.9
- Speed up source map encoding paring in case of the error.
8.5.8
- Fixed
Processor#version.8.5.7
- Improved source map annotation cleaning performance (by CodeAnt AI).
8.5.6
- Fixed
ContainerWithChildrentype discriminating (by@Goodwine).8.5.5
- Fixed
package.json→exportscompatibility with some tools (by@JounQin).8.5.4
- Fixed Parcel compatibility issue (by
@git-sumitchaudhary).8.5.3
- Added more details to
Unknown worderror (by@hiepxanh).- Fixed types (by
@romainmenke).- Fixed docs (by
@catnipan).8.5.2
- Fixed end position of rules with semicolon (by
@romainmenke).8.5.1
- Fixed backwards compatibility for complex cases (by
@romainmenke).8.5 “Duke Alloces”
PostCSS 8.5 brought API to work better with non-CSS sources like HTML, Vue.js/Svelte sources or CSS-in-JS.
... (truncated)
Changelog
Sourced from postcss's changelog.
8.5.14
- Fixed custom syntax regression (by
@43081j).8.5.13
- Fixed
postcss-scsscommend regression.8.5.12
- Fixed reading any file via user-generated CSS.
- Added
opts.unsafeMapto disable checks.8.5.11
- Fixed nested brackets parsing performance (by
@offset).8.5.10
- Fixed XSS via unescaped
</style>in non-bundler cases (by@TharVid).8.5.9
- Speed up source map encoding paring in case of the error.
8.5.8
- Fixed
Processor#version.8.5.7
- Improved source map annotation cleaning performance (by CodeAnt AI).
8.5.6
- Fixed
ContainerWithChildrentype discriminating (by@Goodwine).8.5.5
- Fixed
package.json→exportscompatibility with some tools (by@JounQin).8.5.4
- Fixed Parcel compatibility issue (by
@git-sumitchaudhary).8.5.3
- Added more details to
Unknown worderror (by@hiepxanh).- Fixed types (by
@romainmenke).- Fixed docs (by
@catnipan).
... (truncated)
Commits
3ec1394Release 8.5.14 versionf2bb827Update dependenciesd75953dMerge pull request #2084 from 43081j/raw-raws-rawing68bd213fix: always callrawto retrieve raw valuesaf58cf1Release 8.5.13 versionf227dbdTemporary ignore pnpm 11 configd3abd40Update dependenciesdd06c3eRevert stringifier changes because of the conflict with postcss-scssae889c8Try to fix CIe0093e4Move to pnpm 11- Additional commits viewable in compare view
Updates qs from 6.13.0 to 6.15.1
Changelog
Sourced from qs's changelog.
6.15.1
- [Fix]
parse:parameterLimit: InfinitywiththrowOnLimitExceeded: truesilently drops all parameters- [Deps] update
@ljharb/eslint-config- [Dev Deps] update
@ljharb/eslint-config,iconv-lite- [Tests] increase coverage
6.15.0
- [New]
parse: addstrictMergeoption to wrap object/primitive conflicts in an array (#425, #122)- [Fix]
duplicatesoption should not apply to bracket notation keys (#514)6.14.2
- [Fix]
parse: mark overflow objects for indexed notation exceedingarrayLimit(#546)- [Fix]
arrayLimitmeans max count, not max index, incombine/merge/parseArrayValue- [Fix]
parse: throw onarrayLimitexceeded with indexed notation whenthrowOnLimitExceededis true (#529)- [Fix]
parse: enforcearrayLimitoncomma-parsed values- [Fix]
parse: fix error message to reflect arrayLimit as max index; remove extraneous comments (#545)- [Robustness] avoid
.push, usevoid- [readme] document that
addQueryPrefixdoes not add?to empty output (#418)- [readme] clarify
parseArraysandarrayLimitdocumentation (#543)- [readme] replace runkit CI badge with shields.io check-runs badge
- [meta] fix changelog typo (
arrayLength→arrayLimit)- [actions] fix rebase workflow permissions
6.14.1
- [Fix] ensure
arrayLimitapplies to[]notation as well- [Fix]
parse: when a custom decoder returnsnullfor a key, ignore that key- [Refactor]
parse: extract key segment splitting helper- [meta] add threat model
- [actions] add workflow permissions
- [Tests]
stringify: increase coverage- [Dev Deps] update
eslint,@ljharb/eslint-config,npmignore,es-value-fixtures,for-each,object-inspect6.14.0
- [New]
parse: addthrowOnParameterLimitExceededoption (#517)- [Refactor]
parse: useutils.combinemore- [patch]
parse: add explicitthrowOnLimitExceededdefault- [actions] use shared action; re-add finishers
- [meta] Fix changelog formatting bug
- [Deps] update
side-channel- [Dev Deps] update
es-value-fixtures,has-bigints,has-proto,has-symbols- [Tests] increase coverage
6.13.3
[Fix] fix regressions from robustness refactor [actions] update reusable workflows
6.13.2
... (truncated)
Commits
3f5e1c5v6.15.1c85b67f[Fix]parse:parameterLimit: InfinitywiththrowOnLimitExceeded: trues...4dfa0f0[Deps] update@ljharb/eslint-configdbb05d7[Dev Deps] update@ljharb/eslint-config,iconv-liteb0cfe7c[Tests] increase coveraged9b4c66v6.15.0cb41a54[New]parse: addstrictMergeoption to wrap object/primitive conflicts in...88e1563[Fix]duplicatesoption should not apply to bracket notation keys9d441d2Merge backport release tags v6.0.6–v6.13.3 into main85cc8cav6.12.5- Additional commits viewable in compare view
Updates rollup from 4.28.1 to 4.60.3
Release notes
Sourced from rollup's releases.
v4.60.2
4.60.2
2026-04-18
Bug Fixes
- Resolve a variable rendering bug when generating different formats from the same build (#6350)
Pull Requests
- #6327: docs: fix various typos in source and documentation (
@Abhi3975,@lukastaegert)- #6331: fix(deps): update minor/patch updates (
@renovate[bot])- #6332: chore(deps): update codecov/codecov-action action to v6 (
@renovate[bot])- #6333: chore(deps): update dependency eslint-plugin-unicorn to v64 (
@renovate[bot])- #6334: fix(deps): update rust crate swc_compiler_base to v51 (
@renovate[bot])- #6335: chore(deps): lock file maintenance (
@renovate[bot],@lukastaegert)- #6346: fix(deps): update minor/patch updates (
@renovate[bot])- #6347: chore(deps): update dependency lru-cache to v11 (
@renovate[bot])- #6348: fix(deps): update swc monorepo (major) (
@renovate[bot],@lukastaegert)- #6349: chore(deps): lock file maintenance (
@renovate[bot],@lukastaegert)- #6350: fix: reset variable render names between outputs in the same generate (
@barry3406,@lukastaegert)- #6351: chore(deps): update minor/patch updates (
@renovate[bot])- #6352: chore(deps): update cross-platform-actions/action action to v1 (
@renovate[bot])- #6353: chore(deps): update dependency lru-cache to v11 (
@renovate[bot],@lukastaegert)- #6354: chore(deps): lock file maintenance (
@renovate[bot])- #6355: chore(deps): lock file maintenance (
@renovate[bot])- #6356: chore(deps): lock file maintenance (
@renovate[bot])- #6358: chore: remove cross-env from devDeps (
@K-tecchan)v4.60.1
4.60.1
2026-03-30
Bug Fixes
- Resolve a situation where side effect imports could be dropped due to a caching issue (#6286)
Pull Requests
- #6286: fix: skip dropping side-eff...
Description has been truncated
Package Dependencies
Security Advisories
Command Injection in lodash
on-headers is vulnerable to http response header manipulation
Basic FTP has Path Traversal Vulnerability in its downloadToDir() method
lodash vulnerable to Code Injection via `_.template` imports key names
lodash vulnerable to Prototype Pollution via array path bypass in `_.unset` and `_.omit`
Picomatch: Method Injection in POSIX Character Classes causes incorrect Glob Matching
Picomatch has a ReDoS vulnerability via extglob quantifiers
basic-ftp has FTP Command Injection via CRLF
basic-ftp: Incomplete CRLF Injection Protection Allows Arbitrary FTP Command Execution via Credentials and MKD Commands
basic-ftp vulnerable to denial of service via unbounded memory consumption in Client.list()
Technical Details
| ID: | 15670501 |
| UUID: | 4388394533 |
| Node ID: | PR_kwDONy4jHM7YnOLk |
| Host: | GitHub |
| Repository: | matrix-compute/cuddly-barnacle |