Skip to content

chore: upgrade @contentstack/cli-command and cli-utilities version and remove axios override - #154

Merged
SakshiKoli-CS merged 10 commits into
stagingfrom
development
May 13, 2026
Merged

chore: upgrade @contentstack/cli-command and cli-utilities version and remove axios override#154
SakshiKoli-CS merged 10 commits into
stagingfrom
development

Conversation

@SakshiKoli-CS

Copy link
Copy Markdown
Contributor

No description provided.

AryanBansal-launchand others added 10 commits May 4, 2026 13:21
… deployments with GraphQL integration
Co-authored-by: Venkatesh <venkatesh.gopinath@contentstack.com>
Co-authored-by: anujachordiya-contentstack <anuja.chordiya@gmail.com>
…r handling, and update method names for clarity
chore: upgrade @contentstack/cli-command and cli-utilities version and remove axios override
…nce error handling, and update method names for clarity"
This reverts commit 3b9750a.
…ling and improved error handling"
This reverts commit 9980454.
…previous deployments with GraphQL integration"
This reverts commit ada3a18.
@SakshiKoli-CS
SakshiKoli-CS requested review from a team as code ownersMay 13, 2026 09:35
@github-actions

Copy link
Copy Markdown

🔒 Security Scan Results

ℹ️ Note: Only vulnerabilities with available fixes (upgrades or patches) are counted toward thresholds.

Check TypeCount (with fixes)Without fixesThresholdResult
🔴 Critical Severity0010✅ Passed
🟠 High Severity0025✅ Passed
🟡 Medium Severity00500✅ Passed
🔵 Low Severity001000✅ Passed

⏱️ SLA Breach Summary

✅ No SLA breaches detected. All vulnerabilities are within acceptable time thresholds.

SeverityBreaches (with fixes)Breaches (no fixes)SLA Threshold (with/no fixes)Status
🔴 Critical0015 / 30 days✅ Passed
🟠 High0030 / 120 days✅ Passed
🟡 Medium0090 / 365 days✅ Passed
🔵 Low00180 / 365 days✅ Passed

✅ BUILD PASSED - All security checks passed

@SakshiKoli-CS
SakshiKoli-CS merged commit 8565cf5 into stagingMay 13, 2026
6 checks passed

CopilotAI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull request overview

Upgrades the Contentstack CLI dependency set for launch-cli by bumping @contentstack/cli-command / @contentstack/cli-utilities and removing the explicit axios override, with the corresponding lockfile refresh.

Changes:

  • Bump @contentstack/cli-command to ^1.8.2 and @contentstack/cli-utilities to ^1.18.3.
  • Remove the axios entry from package.jsonoverrides.
  • Update package-lock.json with refreshed transitive dependency versions.

Reviewed changes

Copilot reviewed 1 out of 2 changed files in this pull request and generated 1 comment.

FileDescription
package.jsonUpdates Contentstack CLI package versions and removes the axios override entry.
package-lock.jsonRefreshes resolved dependency tree to reflect the upgrades/removal of override.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment threadpackage.json
"overrides": {
"lodash": "^4.18.1",
"axios": "^1.13.5",
"form-data": "4.0.4",
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants

@SakshiKoli-CS@Harshi-Shah-CS@chhavi-mandowara-cstk@AryanBansal-launch