Skip to content

chore: fix security issues + release - #2977

Open
Sruthisreem wants to merge 1 commit into
mainfrom
chore/provcon-5706-fix-security-issues
Open

chore: fix security issues + release#2977
Sruthisreem wants to merge 1 commit into
mainfrom
chore/provcon-5706-fix-security-issues

Conversation

@Sruthisreem

@SruthisreemSruthisreem commented Sep 7, 2026

Copy link
Copy Markdown
  • ejs → 3.1.10 (was 3.1.7), fixes CVE-2024-33883.
  • @stoplight/http-spec → ^7.0.0; v7 drops lodash.pick entirely — no patched standalone version exists (GHSA-p6mc-m468-83gw).
  • lodash.template → ^4.18.1 (was 4.5.0), fixes GHSA-35jh-r3h4-6jhm.
  • bfj → ^9.1.3 (was 7.1.0); v9 removes jsonpath dependency, fixes CVE-2026-1615.
  • serialize-javascript → ^7.0.3 (was 4.0.0–6.0.1 across lockfiles), fixes GHSA-5c6j-r48x-rmvq.
  • pacote → ^21.5.1 (was 12.0.2–18.0.6 across lockfiles), fixes CVE-2026-9496. Also removes sigstore@2.14.2, ip-address@9.0.5, and @tootallnate/once@1.1.2 as side effects.

@netlify

netlifyBot commented Sep 7, 2026

Copy link
Copy Markdown

Deploy Preview for stoplight-elements ready!

NameLink
🔨 Latest commit4f0c677
🔍 Latest deploy loghttps://app.netlify.com/projects/stoplight-elements/deploys/6a9edd2c61849b00087ebd7a
😎 Deploy Previewhttps://deploy-preview-2977--stoplight-elements.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@netlify

netlifyBot commented Sep 7, 2026

Copy link
Copy Markdown

Deploy Preview for stoplight-elements-demo ready!

NameLink
🔨 Latest commit4f0c677
🔍 Latest deploy loghttps://app.netlify.com/projects/stoplight-elements-demo/deploys/6a9edd2c572f5e0008c5ecfe
😎 Deploy Previewhttps://deploy-preview-2977--stoplight-elements-demo.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@darekplaweckidarekplawecki left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

To release the changes, you have to bump the versions in corresponding package.json files just like here.

"piscina": "^4.9.3",
"webpack-dev-middleware": "^5.3.4"
"webpack-dev-middleware": "^5.3.4",
"pacote": "^21.5.1"

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Are u sure this huge major upgrade won't break anything? Would be good to double check with Claude. Also, the angular example is used to run E2E tests in the release pipeline, but you can run it locally and verify.

This applies also to other major upgrades (serialize-javascript, bfj).

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.

2 participants

@Sruthisreem@darekplawecki