Skip to content

Synk Fixes#8

Open
mbarish-me wants to merge 2 commits into5.x.xfrom
Snyk/34274/i18next-parser
Open

Synk Fixes#8
mbarish-me wants to merge 2 commits into5.x.xfrom
Snyk/34274/i18next-parser

Conversation

@mbarish-me
Copy link

@mbarish-me mbarish-me commented Mar 10, 2026

Why am I submitting this PR

Snyk Fixes
image

Does it fix an existing ticket?

https://dev.azure.com/everfi-dev/Platform/_workitems/edit/34274
Yes/No #000

Checklist

  • only relevant code is changed (make a diff before you submit the PR)
  • tests are included and pass: yarn test (see details here)
  • documentation is changed or added

package.json Outdated
"glob-parent": "^5.1.2",
"micromatch": "^4.0.6"
"micromatch": "^4.0.6",
"minimatch": "^3.1.5"

Choose a reason for hiding this comment

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

this seems unnecessary and is forcing the version down for some dependencies

"glob-parent": "^5.1.2",
"micromatch": "^4.0.6"
"micromatch": "^4.0.6",
"minimatch": "^5.1.8"

Choose a reason for hiding this comment

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

now you're forcing lower versions to a higher version number. You need to be sure to target the specific use/version that's locked and only set a resolution for it

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