Skip to content

build(deps): bump tar and serverless#225

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/multi-560224073f
Open

build(deps): bump tar and serverless#225
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/multi-560224073f

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 18, 2026

Removes tar. It's no longer used after updating ancestor dependency serverless. These dependencies need to be updated together.

Removes tar

Updates serverless from 3.33.0 to 4.32.0

Release notes

Sourced from serverless's releases.

4.32.0

Features

Serverless Framework

provider:
  name: aws
  runtime: dotnet10
  • Added --on-exit=remove option for Dev Mode. When exiting serverless dev with Ctrl+C, this option prompts to remove the deployed service stack, streamlining teardown after development. (#13342, #13321)
serverless dev --on-exit=remove
  • Added accessMode configuration for API Gateway custom domains. You can now set the API Gateway endpoint access mode to basic or strict for REST API domains managed through API Gateway V1. (#13329, #13332, #13343)
custom:
  domain:
    name: api.example.com
    apiType: rest
    securityPolicy: SecurityPolicy_TLS13_2025_EDGE
    accessMode: strict

Note The accessMode setting requires an enhanced securityPolicy (e.g., SecurityPolicy_TLS13_2025_EDGE) and is only supported for REST API domains. HTTP API and WebSocket domains use API Gateway V2, which does not support this setting.

Bug Fixes

Serverless Framework

  • Fixed Dev Mode connection breakage from large MQTT payloads. Requests or responses exceeding AWS IoT Core's 128 KB MQTT payload limit would silently break the connection, leaving the CLI in a zombie state where it appeared connected but all subsequent invocations failed. The Framework now checks payload sizes proactively and returns clear error messages instead of breaking the connection. (#13313)
  • Fixed S3 upload failure when deploying symlinked artifacts. AWS SDK v3 uses lstatSync to determine file size for multipart uploads, which returns the symlink size instead of the target file size. This caused "Expected N part(s) but uploaded M part(s)" errors when plugins like serverless-python-requirements cache artifacts as symlinks. The Framework now passes an explicit ContentLength to S3. (#13317)

Maintenance

  • Upgraded AWS SDK v3 from 3.968.0 to 3.982.0 (#13303, #13314, #13334)
  • Upgraded @​modelcontextprotocol/sdk from 1.25.3 to 1.26.0 — security fix for cross-client response data leak (#13323)
  • Upgraded mongodb from 7.0.0 to 7.1.0 (#13337)
  • Upgraded jackson-core, jackson-databind, jackson-annotations, and jackson-datatype-joda to 2.21.0 in Java invoke-local wrapper (#13340)
  • Upgraded fast-xml-parser to 5.3.4 (#13311)
  • Upgraded esbuild from 0.27.2 to 0.27.3 (#13336)
  • Upgraded axios from 1.13.3 to 1.13.5 (#13319, #13336)
  • Upgraded zod from 4.3.5 to 4.3.6 (#13305)

... (truncated)

Commits
  • c1d9ea5 chore: release 4.32.0 (#13344)
  • 9279e61 feat(domains): add accessMode configuration for API Gateway (#13343)
  • aa05d6c feat(dev): add option --on-exit=remove (#13342)
  • 94c9aa8 chore(deps): ignore @​axiomhq/js v1.4.0+ due to Node.js 18 deprecation (#13324)
  • 74d1914 chore(deps): bump jackson-annotations to 2.21.0 (#13340)
  • 1c5b9bd feat: add support for dotnet10 AWS Lambda runtime (#13331)
  • b7ec90f chore(deps): bump mongodb from 7.0.0 to 7.1.0 (#13337)
  • abee75c chore(deps): bump the patch-updates group with 4 updates (#13336)
  • ca19849 chore(deps-dev): bump globals in the dev-dependencies group (#13335)
  • 3a2f3dd chore(deps): bump the aws-sdk group with 28 updates (#13334)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for serverless since your current version.

Install script changes

This version modifies postinstall script that runs during installation. Review the package contents before updating.


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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Removes [tar](https://github.com/isaacs/node-tar). It's no longer used after updating ancestor dependency [serverless](https://github.com/serverless/serverless). These dependencies need to be updated together.


Removes `tar`

Updates `serverless` from 3.33.0 to 4.32.0
- [Release notes](https://github.com/serverless/serverless/releases)
- [Changelog](https://github.com/serverless/serverless/blob/main/RELEASE_PROCESS.md)
- [Commits](https://github.com/serverless/serverless/compare/v3.33.0...sf-core@4.32.0)

---
updated-dependencies:
- dependency-name: tar
  dependency-version: 
  dependency-type: indirect
- dependency-name: serverless
  dependency-version: 4.32.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Feb 18, 2026
@socket-security
Copy link

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Updatedserverless@​3.33.0 ⏵ 4.32.091 +610010097 +2100

View full report

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code size/XS

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants