Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Snyk] Upgrade lint-staged from 13.0.3 to 15.2.5 #5

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

Conversation

YoutacRandS-VA
Copy link
Owner

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


![snyk-top-banner](https://github.com/andygongea/OWASP-Benchmark/assets/818805/c518c423-16fe-447e-b67f-ad5a49b5d123)

Snyk has created this PR to upgrade lint-staged from 13.0.3 to 15.2.5.

ℹ️ 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.


⚠️ Warning: This PR contains major version upgrade(s), and may be a breaking change.

  • The recommended version is 22 versions ahead of your current version.

  • The recommended version was released on a month ago.

Issues fixed by the recommended upgrade:

Issue Score Exploit Maturity
high severity Regular Expression Denial of Service (ReDoS)
SNYK-JS-SEMVER-3247795
292 Proof of Concept
high severity Regular Expression Denial of Service (ReDoS)
SNYK-JS-MOCHA-2863123
292 No Known Exploit
high severity Uncaught Exception
SNYK-JS-YAML-5458867
292 Proof of Concept
high severity Uncontrolled resource consumption
SNYK-JS-BRACES-6838727
292 Proof of Concept
high severity Improper Input Validation
SNYK-JS-FOLLOWREDIRECTS-6141137
292 Proof of Concept
high severity Regular Expression Denial of Service (ReDoS)
SNYK-JS-GETFUNCNAME-5923417
292 Proof of Concept
high severity Inefficient Regular Expression Complexity
SNYK-JS-MICROMATCH-6838728
292 No Known Exploit
high severity Regular Expression Denial of Service (ReDoS)
SNYK-JS-MOCHA-2863123
292 No Known Exploit
high severity Regular Expression Denial of Service (ReDoS)
SNYK-JS-MOCHA-2863123
292 No Known Exploit
high severity Regular Expression Denial of Service (ReDoS)
SNYK-JS-SEMVER-3247795
292 Proof of Concept
high severity Regular Expression Denial of Service (ReDoS)
SNYK-JS-SEMVER-3247795
292 Proof of Concept
high severity Regular Expression Denial of Service (ReDoS)
SNYK-JS-UNDICI-3323845
292 Proof of Concept
medium severity Prototype Pollution
SNYK-JS-TOUGHCOOKIE-5672873
292 Proof of Concept
medium severity Improper Input Validation
SNYK-JS-OPENZEPPELINCONTRACTS-5425051
292 No Known Exploit
medium severity Information Exposure
SNYK-JS-FOLLOWREDIRECTS-6444610
292 Proof of Concept
medium severity Regular Expression Denial of Service (ReDoS)
SNYK-JS-MINIMATCH-3050818
292 No Known Exploit
medium severity Improper Input Validation
SNYK-JS-OPENZEPPELINCONTRACTS-5711902
292 No Known Exploit
medium severity Improper Encoding or Escaping of Output
SNYK-JS-OPENZEPPELINCONTRACTS-5838352
292 No Known Exploit
medium severity Out-of-bounds Read
SNYK-JS-OPENZEPPELINCONTRACTS-6346765
292 No Known Exploit
medium severity Server-side Request Forgery (SSRF)
SNYK-JS-REQUEST-3361831
292 Proof of Concept
medium severity CRLF Injection
SNYK-JS-UNDICI-3323844
292 Proof of Concept
low severity Regular Expression Denial of Service (ReDoS)
SNYK-JS-WORDWRAP-3149973
292 Proof of Concept
low severity Denial of Service (DoS)
SNYK-JS-OPENZEPPELINCONTRACTS-5425827
292 No Known Exploit
low severity Regular Expression Denial of Service (ReDoS)
npm:debug:20170905
292 Proof of Concept
low severity Missing Authorization
SNYK-JS-OPENZEPPELINCONTRACTS-5672116
292 No Known Exploit
low severity Information Exposure
SNYK-JS-UNDICI-5962466
292 No Known Exploit
low severity Permissive Cross-domain Policy with Untrusted Domains
SNYK-JS-UNDICI-6252336
292 No Known Exploit
low severity Improper Access Control
SNYK-JS-UNDICI-6564963
292 No Known Exploit
low severity Improper Authorization
SNYK-JS-UNDICI-6564964
292 No Known Exploit
Release notes
Package name: lint-staged
  • 15.2.5 - 2024-05-25

    Patch Changes

    • #1424 31a1f95 Thanks @ iiroj! - Allow approximately equivalent versions of direct dependencies by using the "~" character in the version ranges. This means a more recent patch version of a dependency is allowed if available.

    • #1423 91abea0 Thanks @ iiroj! - Improve error logging when failing to read or parse a configuration file

    • #1424 ee43f15 Thanks @ iiroj! - Upgrade micromatch@4.0.7

  • 15.2.4 - 2024-05-21

    Patch Changes

    • 4f4537a Thanks @ iiroj! - Fix release issue with previous version; update dependencies
  • 15.2.2 - 2024-02-05

    Patch Changes

    • #1391 fdcdad4 Thanks @ iiroj! - Lint-staged no longer tries to load configuration from files that are not checked out. This might happen when using sparse-checkout.
  • 15.2.1 - 2024-01-31

    Patch Changes

    • #1387 e4023f6 Thanks @ iiroj! - Ignore stdin of spawned commands so that they don't get stuck waiting. Until now, lint-staged has used the default settings to spawn linter commands. This means the stdin of the spawned commands has accepted input, and essentially gotten stuck waiting. Now the stdin is ignored and commands will no longer get stuck. If you relied on this behavior, please open a new issue and describe how; the behavior has not been intended.
  • 15.2.0 - 2023-12-03

    Minor Changes

    • #1371 f3378be Thanks @ iiroj! - Using the --no-stash flag no longer discards all unstaged changes to partially staged files, which resulted in inadvertent data loss. This fix is available with a new flag --no-hide-partially-staged that is automatically enabled when --no-stash is used.

    Patch Changes

    • #1362 17bc480 Thanks @ antonk52! - update lilconfig@3.0.0

    • #1368 7c55ca9 Thanks @ iiroj! - Update most dependencies

    • #1368 777d4e9 Thanks @ iiroj! - To improve performance, only use lilconfig when searching for config files outside the git repo. In the regular case, lint-staged finds the config files from the Git index and loads them directly.

    • #1373 85eb0dd Thanks @ iiroj! - When determining git directory, use fs.realpath() only for symlinks. It looks like fs.realpath() changes some Windows mapped network filepaths unexpectedly, causing issues.

  • 15.1.0 - 2023-11-11

    Minor Changes

    • #1344 0423311 Thanks @ danielbayley! - Add support for loading configuration from package.yaml and package.yml files, supported by pnpm.

    Patch Changes

  • 15.0.2 - 2023-10-19

    Patch Changes

    • #1339 8e82364 Thanks @ iiroj! - Update dependencies, including listr2@7.0.2 to fix an upstream issue affecting lint-staged.
  • 15.0.1 - 2023-10-15

    Patch Changes

    • #1217 d2e6f8b Thanks @ louneskmt! - Previously it was possible for a function task to mutate the list of staged files passed to the function, and accidentally affect the generation of other tasks. This is now fixed by passing a copy of the original file list instead.
  • 15.0.0 - 2023-10-14

    Major Changes

    • #1322 66b93aa Thanks @ iiroj! - Require at least Node.js 18.12.0

      This release drops support for Node.js 16, which is EOL after 2023-09-11.
      Please upgrade your Node.js to the latest version.

      Additionally, all dependencies have been updated to their latest versions.

  • 14.0.1 - 2023-08-21
  • 14.0.0 - 2023-08-13
  • 13.3.0 - 2023-08-13
  • 13.2.3 - 2023-06-28
  • 13.2.2 - 2023-04-26
  • 13.2.1 - 2023-04-07
  • 13.2.0 - 2023-03-10
  • 13.1.4 - 2023-03-06
  • 13.1.3 - 2023-03-05
  • 13.1.2 - 2023-02-13
  • 13.1.1 - 2023-02-07
  • 13.1.0 - 2022-12-04
  • 13.0.4 - 2022-11-25
  • 13.0.3 - 2022-06-24
from lint-staged GitHub release notes

Important

  • Warning: This PR contains a major version upgrade, and may be a breaking change.
  • Check the changes in this PR to ensure they won't cause issues with your project.
  • This PR was automatically created by Snyk using the credentials of a real user.
  • Max score is 1000. Note that the real score may have changed since the PR was raised.

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:

Snyk has created this PR to upgrade lint-staged from 13.0.3 to 15.2.5.

See this package in npm:
lint-staged

See this project in Snyk:
https://app.snyk.io/org/youtacrands-va/project/5a9dd047-5cfc-4703-b3ad-465de2d40359?utm_source=github&utm_medium=referral&page=upgrade-pr
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