Skip to content

feat: fix security issues (PROVCON-5452)#2935

Open
darekplawecki wants to merge 3 commits into
mainfrom
chore/provcon-5452--fix-security-issues
Open

feat: fix security issues (PROVCON-5452)#2935
darekplawecki wants to merge 3 commits into
mainfrom
chore/provcon-5452--fix-security-issues

Conversation

@darekplawecki

@darekplawecki darekplawecki commented Jun 18, 2026

Copy link
Copy Markdown
Contributor
  • webpack 5.50.0 → 5.76.0 — fixes known webpack security advisory. Both webpack@5.50.0 and webpack@5.76.0 selectors now resolve to 5.76.0.
  • loader-utils 2.0.0 → 2.0.3 — remediates prototype-pollution / ReDoS advisories. Only the exact-pinned loader-utils@2.0.0 was affected (^2.0.0 already resolved to 2.0.4).
  • js-cookie 2.2.1 → 3.0.7 (major) — only consumer is react-use's useCookie, which uses get/set/remove via the default import; all unchanged in v3. v3 breaking changes (dropped IE support, removed withConverter, ESM exports field) don't affect this usage, and useCookie isn't invoked by Elements at runtime. Verified safe.
  • ip-address 9.0.5 → 10.1.1 (major) — only consumer is socks (proxy/dev tooling), which uses Address4, Address6, Address6.fromByteArray, and .canonicalForm() — all present in v10. v10 still ships CommonJS (socks's
    require("ip-address") works) with engines.node >= 12; the v10 breaking change is internal (dropped jsbn for native BigInt). Verified safe.

Note: js-cookie 3.0.6+ raised engine to node >=20, so I upgraded node version in the pipeline. Tested all workflows and it looks fine

@darekplawecki darekplawecki requested a review from a team as a code owner June 18, 2026 14:49
@darekplawecki darekplawecki requested a review from bgriffn June 18, 2026 14:49
@netlify

netlify Bot commented Jun 18, 2026

Copy link
Copy Markdown

Deploy Preview for stoplight-elements ready!

Name Link
🔨 Latest commit 9e4a94e
🔍 Latest deploy log https://app.netlify.com/projects/stoplight-elements/deploys/6a3418279b5105000895c02a
😎 Deploy Preview https://deploy-preview-2935--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

netlify Bot commented Jun 18, 2026

Copy link
Copy Markdown

Deploy Preview for stoplight-elements-demo ready!

Name Link
🔨 Latest commit 9e4a94e
🔍 Latest deploy log https://app.netlify.com/projects/stoplight-elements-demo/deploys/6a341827aea3890008fa901e
😎 Deploy Preview https://deploy-preview-2935--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.

@darekplawecki darekplawecki changed the title chore: fix security issues (PROVCON-5452) feat: fix security issues (PROVCON-5452) Jun 19, 2026
Sign up for free to 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.

1 participant