Skip to content
This repository has been archived by the owner on Sep 13, 2024. It is now read-only.

[Snyk] Upgrade yeoman-generator from 0.22.6 to 0.24.1 #5

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

127001
Copy link
Member

@127001 127001 commented Jan 13, 2024

This PR was automatically created by Snyk using the credentials of a real user.


Snyk has created this PR to upgrade yeoman-generator from 0.22.6 to 0.24.1.

ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.


  • The recommended version is 6 versions ahead of your current version.
  • The recommended version was released 7 years ago, on 2016-07-18.

The recommended version fixes:

Severity Issue PriorityScore (*) Exploit Maturity
Command Injection
SNYK-JS-LODASHTEMPLATE-1088054
681/1000
Why? Proof of Concept exploit, Has a fix available, CVSS 7.2
Proof of Concept
Uninitialized Memory Exposure
npm:tunnel-agent:20170305
681/1000
Why? Proof of Concept exploit, Has a fix available, CVSS 7.2
Proof of Concept
Arbitrary File Write via Archive Extraction (Zip Slip)
SNYK-JS-DECOMPRESS-557358
681/1000
Why? Proof of Concept exploit, Has a fix available, CVSS 7.2
Proof of Concept
Arbitrary File Write via Archive Extraction (Zip Slip)
SNYK-JS-DECOMPRESSTAR-559095
681/1000
Why? Proof of Concept exploit, Has a fix available, CVSS 7.2
Proof of Concept
Regular Expression Denial of Service (ReDoS)
npm:braces:20180219
681/1000
Why? Proof of Concept exploit, Has a fix available, CVSS 7.2
Proof of Concept

(*) Note that the real score may have changed since the PR was raised.

Release notes
Package name: yeoman-generator
  • 0.24.1 - 2016-07-18
    • Revert dependencies bump breaking node 0.10 support.
  • 0.23.4 - 2016-06-16
    • Fix commands printed after a successful installation.
  • 0.23.3 - 2016-05-04
    • Downgrade deps for Node < v4 compatibility.
  • 0.23.2 - 2016-05-03
    • Downgrade deps for Node < v4 compatibility.
  • 0.23.1 - 2016-05-03

    Fix a regression we introduced in the [email protected] series where some errors would simply get ignored. This shouldn't have impacted any generator used through yo, but it might have swallowed errors happening during tests. These errors are now correctly surfaced.

  • 0.23.0 - 2016-05-02

    Base#prompt() functions now returns a promise instead of taking a callback parameter. That'll make it easier to use inside asynchronous tasks.

    prompting: function () {
       return this.prompt(questions).then(function (answers) {
        this.answers = answers;
      }.bind(this));
    }

    This feature might requires a recent version of yo to work (npm -g update yo).

  • 0.22.6 - 2016-04-19

    Fix issue where error would be swallowed when no error listeners are set.

from yeoman-generator GitHub release notes
Commit messages
Package name: yeoman-generator

Compare


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

For more information:

🧐 View latest project report

🛠 Adjust upgrade PR settings

🔕 Ignore this dependency or unsubscribe from future upgrade PRs

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants