| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 4.33.1 source code.tar.gz | 2026-03-31 | 2.2 MB | |
| 4.33.1 source code.zip | 2026-03-31 | 3.5 MB | |
| README.md | 2026-03-31 | 3.3 kB | |
| Totals: 3 Items | 5.7 MB | 0 | |
Bug Fixes
Serverless Framework
-
Hardened installer against supply chain attacks. Replaced
axios,axios-proxy-builder, andtunnelwith Node.js built-infetch()andundici.ProxyAgentfor binary downloads. Removed unusedxml2jsdependency. Pinned remaining dependencies to exact versions and addedmin-release-age=3to.npmrcto prevent npm from resolving to very recently published packages. Proxy support now works correctly for bothpostInstallandrunentry points. (#13450) -
Fixed fast-xml-parser XML entity expansion vulnerability (GHSA-8gc5-j5rx-235r). Updated
@aws-sdk/xml-builderto resolvefast-xml-parserfrom 5.4.1 to 5.5.8, patching a numeric entity expansion bypass that could circumvent all entity expansion limits. (#13412, [#13421]) -
Fixed Jackson vulnerability in Java invoke-local runtime. Bumped
jackson-core,jackson-databind, andjackson-datatype-jodafrom 2.21.0 to 2.21.1 to fix an allocation of resources without limits vulnerability. Also correctedjackson-annotationsversion from 2.21.0 to 2.21 to match Maven Central's new versioning scheme starting from Jackson 2.20. (#13379, [#13382]) -
Patched vulnerable transitive dependencies. Refreshed lockfile resolutions across examples and the root workspace to fix
express-rate-limitIPv4-mapped IPv6 bypass,fastifyContent-Type validation bypass, andhonostatic file access and cookie injection vulnerabilities. (#13397)
Serverless Container Framework
- Fixed zlib vulnerabilities in dev-mode-proxy container. Upgraded Alpine packages and bumped the base image from
node:20-alpinetonode:24-alpineto patch critical zlib out-of-bounds write (CVE-2026-22184) and medium-severity input validation (CVE-2026-27171) vulnerabilities. (#13395, [#13396])
Maintenance
- Updated multiple dependencies:
- Bumped the AWS SDK group with 4 batch updates (#13387, [#13405], [#13414], [#13446])
- Updated the npm_and_yarn group across multiple directories (#13392, [#13401], [#13420], [#13431], [#13444])
- Upgraded the dev-dependencies group (#13372, [#13406], [#13415], [#13428], [#13432], [#13442])
- Updated the patch-updates group (#13388, [#13407], [#13416], [#13429])
- Bumped the pip group across 14 directories (#13369)
- Updated the uv group across 14 directories (#13435)
- Updated actions/setup-node and actions/setup-go in the actions group (#13386, [#13403])
- Upgraded Go to 1.26.1 in binary installer (#13402)
- Updated path-to-regexp (#13445)
- Upgraded undici to 6.24.0 (#13411)
- Upgraded simple-git from 3.30.0 to 3.32.3 (#13375, [#13391], [#13400])
- Upgraded @modelcontextprotocol/sdk to 1.27.0 (#13374)
- Upgraded dotenv to 17.3.1 (#13376)
- Upgraded graphql to 16.13.0 (#13389)
- Upgraded strip-ansi to 7.2.0 (#13408)
- Upgraded dockerode (#13429)
- Upgraded flatted to 3.4.2 (#13419)
- Upgraded picomatch to 2.3.2 (#13432)
- Upgraded @slack/web-api (#13373)
- Updated various Maven plugins and Java dependencies (#13341, [#13404], [#13424], [#13425], [#13426])
- Updated flask to 3.1.3 in pipenv test fixture (#13378)
- Updated dependencies in examples (#13377, [#13380])
- Removed misleading "Installing Serverless in an existing service" documentation section (#13449)