Skip to content

[MOB-11616] Resolve Remaining Vulnerable Security Dependencies#507

Closed
pauljung14 wants to merge 5 commits into
mainfrom
MOB-11616
Closed

[MOB-11616] Resolve Remaining Vulnerable Security Dependencies#507
pauljung14 wants to merge 5 commits into
mainfrom
MOB-11616

Conversation

@pauljung14

@pauljung14 pauljung14 commented Jun 16, 2025

Copy link
Copy Markdown
Contributor

JIRA Ticket(s) if any

Description

Address and resolve the last 3 remaining security vulnerabilities in the Web SDK.

System: Iterable Web SDK
Identified By: Dependabot Alerts

Key Alerts:

Goal: Reduce known security vulnerabilities in Web SDK to zero. Clean slate!
Action: Update dependencies to secure versions and verify resolution.

Test Steps

@pauljung14
pauljung14 requested a review from mprew97 as a code owner June 16, 2025 16:14
@codecov-commenter

Copy link
Copy Markdown

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 64.99%. Comparing base (d24df2c) to head (918a269).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #507   +/-   ##
=======================================
  Coverage   64.99%   64.99%           
=======================================
  Files          47       47           
  Lines        1794     1794           
  Branches      568      567    -1     
=======================================
  Hits         1166     1166           
  Misses        588      588           
  Partials       40       40           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Comment thread src/inapp/inapp.ts
/* eslint-disable consistent-return */
/* eslint-disable no-param-reassign */
/* eslint-disable no-redeclare */
import set from 'lodash/set';

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

@types/lodash was removed since the upgraded yup package didn't need it anymore, but doing so triggered import error here. Opted to just replace this with native js

@pauljung14 pauljung14 closed this Jun 17, 2025
@pauljung14
pauljung14 deleted the MOB-11616 branch June 17, 2025 15:52
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.

2 participants