Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR was automatically created by Snyk using the credentials of a real user.
Snyk has created this PR to fix one or more vulnerable packages in the `npm` dependencies of this project.
Changes included in this PR
Vulnerabilities that will be fixed
With an upgrade:
Why? Confidentiality impact: None, Integrity impact: Low, Availability impact: None, Scope: Unchanged, Exploit Maturity: No data, User Interaction (UI): None, Privileges Required (PR): None, Attack Complexity: Low, Attack Vector: Network, EPSS: 0.01055, Social Trends: No, Days since published: 0, Reachable: No, Transitive dependency: Yes, Is Malicious: No, Business Criticality: High, Provider Urgency: Medium, Package Popularity Score: 99, Impact: 2.35, Likelihood: 2.08, Score Version: V5
SNYK-JS-EJS-6689533
(*) Note that the real score may have changed since the PR was raised.
Release notes
Package name: ejs
Version 3.1.10
Version 3.1.9
Version 3.1.8
Version 3.1.7
Version 3.1.6
Version 3.1.5
Version 3.1.3
Version 3.1.2
No content.
Version 3.0.1
Package name: mem-fs-editor
7.0.0
6.0.0
ignoreNoMatch
option to read functionsBreaking: Updated from
globby
v7 to v8. This version of globby replacednode-glob
withfast-glob
.fast-glob
has slightly different options (example: theignore
option only accept an array of strings, not a single string.) This could usage of advanced glob features within mem-fs-editor.Risky change: The bump of globby from 7 to 8 broke backward compatibility for some users relying on the previous globby API. This release revert to globby v7 to make sure we maintains backward compat (#111)
This revert could on the other hand cause issue to people who started using mem-fs-editor recently. If that's your case, please upgrade to mem-fs-editor v5.
In advance, sorry for the trouble cause by this upgrade.
Dependency bump
Package name: yeoman-generator
Cache prompt suggestions only to global yo-rc.
this.prompt(prompts, this.config);
will use the storage to read/write answers.!== undefined
(pass --ask-answered to force the prompt to be shown, stored value is the default value)It doesn’t work due to multiple scheduled runs.
Commit messages
Package name: mem-fs-editor
The new version differs by 38 commits.See the full diff
Check the changes in this PR to ensure they won't cause issues with your project.
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
🛠 Adjust project settings
📚 Read more about Snyk's upgrade and patch logic
Learn how to fix vulnerabilities with free interactive lessons:
🦉 Improper Control of Dynamically-Managed Code Resources