Skip to content

Update packages from dependabot alerts#1051

Merged
tyler-mairose-sp merged 1 commit intomainfrom
fix/dependabotAlerts
Mar 12, 2026
Merged

Update packages from dependabot alerts#1051
tyler-mairose-sp merged 1 commit intomainfrom
fix/dependabotAlerts

Conversation

@tyler-mairose-sp
Copy link
Contributor

No description provided.

Copy link

@claude claude bot left a comment

Choose a reason for hiding this comment

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

LGTM — straightforward dependency version bumps for dependabot security alerts, no source code changes.

Extended reasoning...

Overview

This PR updates four package files (package.json, package-lock.json, scripts/package.json, scripts/package-lock.json) to address dependabot security alerts. The direct dependency changes are:

  • js-yaml: ^4.1.0 → ^4.1.1 (patch, devDependency)
  • speccy: ^0.8.7 → ^0.11.0 (minor, devDependency)
  • axios: ^1.7.2 → ^1.13.2 (minor, scripts dependency)
  • form-data: ^4.0.0 → ^4.0.5 (patch, scripts dependency)

The lockfile reflects numerous transitive dependency updates including security-relevant packages like express, body-parser, dompurify, minimatch, ajv, and webpack.

Security risks

This PR reduces security risk by updating packages flagged by dependabot. No new security concerns are introduced — all changes are version bumps to well-known packages from the npm registry with valid integrity hashes.

Level of scrutiny

This is a low-risk, mechanical change. No application logic, configuration, or source code is modified. The only files touched are dependency manifests and lockfiles. The speccy jump from 0.8.7 to 0.11.0 is the largest version change but it is a dev-only tool used for OpenAPI spec resolution.

Other factors

No bugs were found by the automated bug hunting system. There are no prior reviewer comments or outstanding discussions. The PR title and content clearly indicate this is a dependabot-driven update.

@github-actions
Copy link
Contributor

🌎🌎🌎 Visit the preview URL for this PR HERE
built from commit 636b143

@heather-storm-sp
Copy link
Contributor

@luke-hagar-sp @tyler-mairose-sp why is slinky failing?

@luke-hagar-sp
Copy link
Contributor

It was mid migration from a package released by my own personal github account, and an official SailPoint repo so it was more acceptable to use internally

@luke-hagar-sp
Copy link
Contributor

I will get that finished up, and make sure its migrated over, and fixed.

@heather-storm-sp heather-storm-sp self-requested a review March 12, 2026 17:14
@tyler-mairose-sp tyler-mairose-sp merged commit 8e2e093 into main Mar 12, 2026
10 of 11 checks passed
@tyler-mairose-sp tyler-mairose-sp deleted the fix/dependabotAlerts branch March 12, 2026 17:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

4 participants