Skip to content

chore(deps): bump @aws-sdk/client-s3 from 3.1097.0 to 3.1115.0 - #6103

Open
replicated-software-factory[bot] wants to merge 1 commit into
mainfrom
deps/kurl-update-npm
Open

chore(deps): bump @aws-sdk/client-s3 from 3.1097.0 to 3.1115.0#6103
replicated-software-factory[bot] wants to merge 1 commit into
mainfrom
deps/kurl-update-npm

Conversation

@replicated-software-factory

@replicated-software-factory replicated-software-factory Bot commented Aug 18, 2026

Copy link
Copy Markdown
Contributor

Bumps the root @aws-sdk/client-s3 dependency from 3.1097.0 to 3.1115.0 and refreshes the associated package-lock.json files.

Also updates the GitHub Actions dependencies to their latest patch versions:

  • @actions/core ^3.0.0 -> ^3.0.1
  • @actions/github ^9.0.0 -> ^9.1.1
  • @actions/http-client ^4.0.0 -> ^4.0.1
  • @octokit/auth-app ^8.2.0 -> ^8.3.0
  • @octokit/graphql ^9.0.3 -> ^9.0.4

Verification:

  • npm audit reports 0 vulnerabilities in all four npm projects.
  • npm test passed in bin/scan-images (4 passing) and .github/actions/import-external-addons (10 passing).
  • npm run build passed for both GitHub Actions and produced no dist/ changes.

@replicated-software-factory
replicated-software-factory Bot requested a review from a team as a code owner August 18, 2026 19:04
@replicated-software-factory replicated-software-factory Bot added the dependencies Pull requests that update a dependency file label Aug 18, 2026
@kriscoleman

Copy link
Copy Markdown
Member

What this PR does / why we need it:

Which issue(s) this PR fixes:

Fixes #

Special notes for your reviewer:

Steps to reproduce

Does this PR introduce a user-facing change?


Does this PR require documentation?

I'm surprised elasticlaw isn't filling out this template as expected @xavpaice

@kriscoleman kriscoleman left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

not sure why it would touch the package-lock.json but not the package.json

"@aws-sdk/client-s3": "^3.1097.0",

@replicated-software-factory

Copy link
Copy Markdown
Contributor Author

Updated the PR body/title context:

  • This dependency update bumps @aws-sdk/client-s3 from 3.1111.0 to 3.1113.0 across the root package, plus routine transitive updates in the action/utility package-lock files.
  • The earlier review correctly noted that package.json was not updated alongside package-lock.json; that is now fixed.
  • What changed: root package.json + package-lock.json, .github/actions/import-external-addons/package-lock.json + dist/index.js, .github/actions/testgrid-checker/package-lock.json + dist/index.js, bin/scan-images/package.json + package-lock.json.
  • Verification: npm test passed for bin/scan-images and .github/actions/import-external-addons; npm run build passed for both GitHub Actions.

@greptile-apps

greptile-apps Bot commented Aug 19, 2026

Copy link
Copy Markdown

Reviews (1): Last reviewed commit: "chore(deps): bump @aws-sdk/client-s3 fro..." | Re-trigger Greptile

@replicated-software-factory

Copy link
Copy Markdown
Contributor Author

CVE-first audit follow-up:

  • Ran npm audit in all four npm projects. bin/scan-images still had two low-severity CVEs (diff / mocha) because mocha ^11.3.0 allowed the vulnerable 11.7.5.
  • Tightened bin/scan-images mocha to ~11.3.0, which resolves mocha to 11.3.0 and diff to 5.2.2 (both outside the vulnerable ranges).
  • Re-ran npm test in bin/scan-images: 4 passing.
  • All four npm projects now report 0 vulnerabilities.
  • Branch force-pushed with the amended commit.

@greptile-apps

greptile-apps Bot commented Aug 19, 2026

Copy link
Copy Markdown

Reviews (2): Last reviewed commit: "chore(deps): bump @aws-sdk/client-s3 fro..." | Re-trigger Greptile

@greptile-apps

greptile-apps Bot commented Aug 20, 2026

Copy link
Copy Markdown

Reviews (3): Last reviewed commit: "chore(deps): bump @aws-sdk/client-s3 fro..." | Re-trigger Greptile

Also update GitHub Actions dependencies to their latest patch versions:

- @actions/core ^3.0.0 -> ^3.0.1

- @actions/github ^9.0.0 -> ^9.1.1

- @actions/http-client ^4.0.0 -> ^4.0.1

- @octokit/auth-app ^8.2.0 -> ^8.3.0

- @octokit/graphql ^9.0.3 -> ^9.0.4
@replicated-software-factory replicated-software-factory Bot changed the title chore(deps): bump @aws-sdk/client-s3 from 3.1111.0 to 3.1113.0 chore(deps): bump @aws-sdk/client-s3 from 3.1097.0 to 3.1115.0 Aug 20, 2026
@greptile-apps

greptile-apps Bot commented Aug 20, 2026

Copy link
Copy Markdown

Reviews (4): Last reviewed commit: "chore(deps): bump @aws-sdk/client-s3 fro..." | Re-trigger Greptile

@replicated-software-factory

replicated-software-factory Bot commented Aug 20, 2026

Copy link
Copy Markdown
Contributor Author

@kriscoleman the review comment about package.json not being updated alongside package-lock.json has been addressed in the latest commit (417ffb0aa).

  • Root package.json now pins @aws-sdk/client-s3 to ^3.1115.0, matching package-lock.json.
  • All associated action/utility lockfiles and dist/ bundles are in sync.
  • All CI checks passed (including validate-github-actions-bundles).

Please take another look when you have a moment.

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant