Skip to content

[Snyk] Fix for 24 vulnerabilities - #250

Open
smilers wants to merge 1 commit into
masterfrom
snyk-fix-333b9906e539b8d1befc03abd3597dcb
Open

[Snyk] Fix for 24 vulnerabilities#250
smilers wants to merge 1 commit into
masterfrom
snyk-fix-333b9906e539b8d1befc03abd3597dcb

Conversation

@smilers

@smilerssmilers commented Jun 20, 2025

Copy link
Copy Markdown
Owner

snyk-top-banner

Snyk has created this PR to fix 24 vulnerabilities in the npm dependencies of this project.

Snyk changed the following file(s):

  • script/package.json
  • script/package-lock.json

Vulnerabilities that will be fixed with an upgrade:

IssueScore
critical severityIncomplete List of Disallowed Inputs
SNYK-JS-BABELTRAVERSE-5962462
786
high severityRegular Expression Denial of Service (ReDoS)
SNYK-JS-CROSSSPAWN-8303230
756
high severityPrototype Pollution
SNYK-JS-LODASH-567746
731
high severityExcessive Platform Resource Consumption within a Loop
SNYK-JS-BRACES-6838727
696
high severityPrototype Pollution
SNYK-JS-LODASH-6139239
696
high severityRegular Expression Denial of Service (ReDoS)
SNYK-JS-SEMVER-3247795
696
high severityPrototype Pollution
SNYK-JS-INI-1048974
686
high severityPrototype Pollution
SNYK-JS-LODASH-450202
686
high severityPrototype Pollution
SNYK-JS-LODASH-608086
686
high severityPrototype Pollution
SNYK-JS-LODASH-73638
686
high severityCode Injection
SNYK-JS-LODASH-1040724
681
medium severityUncontrolled Resource Consumption ('Resource Exhaustion')
SNYK-JS-TAR-6476909
646
medium severityCross-site Scripting (XSS)
SNYK-JS-VUETEMPLATECOMPILER-7554675
636
medium severityPrototype Pollution
npm:lodash:20180130
636
high severityInefficient Regular Expression Complexity
SNYK-JS-MICROMATCH-6838728
589
high severityDenial of Service (DoS)
SNYK-JS-TRIMNEWLINES-1298042
589
medium severityRegular Expression Denial of Service (ReDoS)
SNYK-JS-HOSTEDGITINFO-1088355
586
medium severityRegular Expression Denial of Service (ReDoS)
SNYK-JS-HTTPCACHESEMANTICS-3248783
586
medium severityRegular Expression Denial of Service (ReDoS)
SNYK-JS-LODASH-1018905
586
medium severityRegular Expression Denial of Service (ReDoS)
SNYK-JS-PATHPARSE-1077067
586
medium severityRegular Expression Denial of Service (ReDoS)
SNYK-JS-LODASH-73639
541
low severityRegular Expression Denial of Service (ReDoS)
SNYK-JS-BRACEEXPANSION-9789073
508
medium severityRegular Expression Denial of Service (ReDoS)
SNYK-JS-MINIMATCH-3050818
479
low severityRegular Expression Denial of Service (ReDoS)
SNYK-JS-VUETEMPLATECOMPILER-8219888
426

Important

  • Check the changes in this PR to ensure they won't cause issues with your project.
  • Max score is 1000. Note that the real score may have changed since the PR was raised.
  • This PR was automatically created by Snyk using the credentials of a real user.

Note:You are seeing this because you or someone else with access to this repository has authorized Snyk to open fix PRs.

For more information:
🧐 View latest project report
📜 Customise PR templates
🛠 Adjust project settings
📚 Read about Snyk's upgrade logic


Learn how to fix vulnerabilities with free interactive lessons:

🦉 Regular Expression Denial of Service (ReDoS)
🦉 Prototype Pollution
🦉 Code Injection
🦉 More lessons are available in Snyk Learn

Summary by Sourcery

Upgrade development dependencies in the script module and update lock file to address security vulnerabilities

Bug Fixes:

  • Fix 24 security vulnerabilities in npm dependencies

Enhancements:

  • Bump babel-core to 6.10.4 and babel-eslint to 10.1.0
  • Upgrade electron-packager to 17.1.2 and webdriverio to 8.6.2
  • Update eslint to 9.0.0 and stylelint to 13.0.0
  • Upgrade npm to 7.21.0 and npm-check to 6.0.1
  • Bump legal-eagle to 0.16.0

Build:

  • Regenerate script/package-lock.json to reflect upgraded package versions

@sourcery-ai

sourcery-aiBot commented Jun 20, 2025

Copy link
Copy Markdown

Reviewer's Guide

This PR updates npm dependencies in script/package.json (and regenerates package-lock.json) to newer versions to remediate 24 security vulnerabilities flagged by Snyk.

Class diagram for updated npm dependencies in package.json

classDiagram
class package_json {
+babel-core: 6.10.4
+babel-eslint: 10.1.0
+electron-packager: 17.1.2
+eslint: 9.0.0
+legal-eagle: 0.16.0
+npm: 7.21.0
+npm-check: 6.0.1
+stylelint: 13.0.0
+webdriverio: 8.6.2
...
}
Loading

File-Level Changes

ChangeDetailsFiles
Bump multiple npm dependency versions to remediate security vulnerabilities
  • Bump babel-core to 6.10.4 and babel-eslint to 10.1.0
  • Upgrade electron-packager to 17.1.2 and webdriverio to 8.6.2
  • Upgrade eslint to 9.0.0 and stylelint to 13.0.0
  • Update npm to 7.21.0 and npm-check to 6.0.1
  • Bump legal-eagle to 0.16.0
script/package.json
script/package-lock.json

Tips and commands

Interacting with Sourcery

  • Trigger a new review: Comment @sourcery-ai review on the pull request.
  • Continue discussions: Reply directly to Sourcery's review comments.
  • Generate a GitHub issue from a review comment: Ask Sourcery to create an
    issue from a review comment by replying to it. You can also reply to a
    review comment with @sourcery-ai issue to create an issue from it.
  • Generate a pull request title: Write @sourcery-ai anywhere in the pull
    request title to generate a title at any time. You can also comment
    @sourcery-ai title on the pull request to (re-)generate the title at any time.
  • Generate a pull request summary: Write @sourcery-ai summary anywhere in
    the pull request body to generate a PR summary at any time exactly where you
    want it. You can also comment @sourcery-ai summary on the pull request to
    (re-)generate the summary at any time.
  • Generate reviewer's guide: Comment @sourcery-ai guide on the pull
    request to (re-)generate the reviewer's guide at any time.
  • Resolve all Sourcery comments: Comment @sourcery-ai resolve on the
    pull request to resolve all Sourcery comments. Useful if you've already
    addressed all the comments and don't want to see them anymore.
  • Dismiss all Sourcery reviews: Comment @sourcery-ai dismiss on the pull
    request to dismiss all existing Sourcery reviews. Especially useful if you
    want to start fresh with a new review - don't forget to comment
    @sourcery-ai review to trigger a new review!

Customizing Your Experience

Access your dashboard to:

  • Enable or disable review features such as the Sourcery-generated pull request
    summary, the reviewer's guide, and others.
  • Change the review language.
  • Add, remove or edit custom review instructions.
  • Adjust other review settings.

Getting Help

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

@smilers@snyk-bot