Skip to content

chore(deps): bump tar, serverless and serverless-offline in /examples/tools/serverless-webpack#26

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/examples/tools/serverless-webpack/multi-d9517e9710
Open

chore(deps): bump tar, serverless and serverless-offline in /examples/tools/serverless-webpack#26
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/examples/tools/serverless-webpack/multi-d9517e9710

Conversation

@dependabot
Copy link

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

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

Removes tar

Updates serverless from 3.38.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.


Updates serverless-offline from 13.4.0 to 14.4.0

Release notes

Sourced from serverless-offline's releases.

v14.4.0

Features

Bug Fixes

  • update jsonpath-plus to close vulnerability (#1835) (903340a)

New Contributors

Full Changelog: dherault/serverless-offline@v14.3.4...v14.4.0

v14.3.4

Maintenance Updates

  • Removed sponsor logging

Full Changelog: dherault/serverless-offline@v14.3.3...v14.3.4

v14.3.3

Bug Fixes

Full Changelog: dherault/serverless-offline@v14.3.2...v14.3.3

v14.3.2

What's Changed

  • Updated the v14 release to use the latest npm tag for better alignment with current package.

Full Changelog: dherault/serverless-offline@v14.3.1...v14.3.2

v14.3.1

Bug Fixes

  • Revert return 500 Internal Server Error on python error (#1796)

Full Changelog: dherault/serverless-offline@v14.3.0...v14.3.1

v14.3.0

Features

  • Add preLoadModules option to import modules on main thread (#1777)

Bug Fixes

  • handle result structure without body (#1814)
  • return 500 Internal Server Error on python error (#1796)

... (truncated)

Changelog

Sourced from serverless-offline's changelog.

14.4.0 (2024-12-09)

Features

Bug Fixes

  • update jsonpath-plus to close vulnerability (#1835) (903340a)

14.3.4 (2024-11-06)

Maintenance Updates

  • Removed sponsor logging

14.3.3 (2024-10-17)

Bug Fixes

14.3.2 (2024-08-30)

Maintenance Updates

  • Updated the v14 release to use the latest npm tag for better alignment with current package.

14.3.1 (2024-08-30)

Bug Fixes

  • Revert return 500 Internal Server Error on python error (#1796)

14.3.0 (2024-08-30)

Features

  • Add preLoadModules option to import modules on main thread (#1777)

Bug Fixes

  • handle result structure without body (#1814)
  • return 500 Internal Server Error on python error (#1796)

14.2.0 (2024-08-22)

Features

  • Add sponsoring message at plugin start (#1811)

... (truncated)

Commits

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 dependencies [tar](https://github.com/isaacs/node-tar), [serverless](https://github.com/serverless/serverless) and [serverless-offline](https://github.com/dherault/serverless-offline). These dependencies need to be updated together.


Removes `tar`

Updates `serverless` from 3.38.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.38.0...sf-core@4.32.0)

Updates `serverless-offline` from 13.4.0 to 14.4.0
- [Release notes](https://github.com/dherault/serverless-offline/releases)
- [Changelog](https://github.com/dherault/serverless-offline/blob/master/CHANGELOG.md)
- [Commits](dherault/serverless-offline@v13.4.0...v14.4.0)

---
updated-dependencies:
- dependency-name: tar
  dependency-version: 
  dependency-type: indirect
- dependency-name: serverless
  dependency-version: 4.32.0
  dependency-type: direct:development
- dependency-name: serverless-offline
  dependency-version: 14.4.0
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies javascript Pull requests that update javascript code labels Feb 18, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies javascript Pull requests that update javascript code

Development

Successfully merging this pull request may close these issues.

0 participants