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 cron from 2.1.0 to 3.1.6 #6

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

Conversation

gh0stdotexe
Copy link

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


Snyk has created this PR to upgrade cron from 2.1.0 to 3.1.6.

ℹ️ 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 is a major version upgrade, and may be a breaking change.

  • The recommended version is 25 versions ahead of your current version.
  • The recommended version was released a month ago, on 2023-10-29.

The recommended version fixes:

Severity Issue PriorityScore (*) Exploit Maturity
Regular Expression Denial of Service (ReDoS)
SNYK-JS-LUXON-3225081
482/1000
Why? Proof of Concept exploit, CVSS 7.5
Proof of Concept

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

Release notes
Package name: cron
  • 3.1.6 - 2023-10-29

    3.1.6 (2023-10-29)

    🐛 Bug Fixes

    ⚙️ Continuous Integrations

    • action: update actions/checkout action to v4 (#755) (d0d70c6)
    • action: update github/codeql-action action to v2.22.4 (#752) (04454c3)
    • action: update github/codeql-action action to v2.22.5 (#758) (2dff183)
    • action: update ossf/scorecard-action action to v2.3.1 (#754) (41d21f1)

    ♻️ Chores

  • 3.1.5 - 2023-10-26

    3.1.5 (2023-10-26)

    🐛 Bug Fixes

    • detect multiple zeros as an invalid step (#743) [skip ci] (b0bf677)
    • re-add runOnce property to CronJob (#751) (a61d8c9)

    📚 Documentation

    • readme: API documentation overhaul (#716) [skip ci] (23fb0a3)

    ⚙️ Continuous Integrations

    • action: update actions/setup-node action to v4 (#749) (ef850f3)

    ♻️ Chores

  • 3.1.4 - 2023-10-24

    3.1.4 (2023-10-24)

    🐛 Bug Fixes

    • run once when actual date is given to setTime (#740) (ee54dd5)

    ⚙️ Continuous Integrations

    • action: update actions/checkout action to v4 (#735) (144ba67)

    ♻️ Chores

  • 3.1.3 - 2023-10-19

    3.1.3 (2023-10-19)

    🐛 Bug Fixes

    ⚙️ Continuous Integrations

    • renovate: update configuration (#732) [skip ci] (2ff9c6e)
  • 3.1.2 - 2023-10-19

    3.1.2 (2023-10-19)

    🛠 Builds

    • deps: update dependency luxon to ~3.4.0 (#730) (c3806c5)

    ♻️ Chores

  • 3.1.1 - 2023-10-12

    3.1.1 (2023-10-12)

    🐛 Bug Fixes

    • fix lastDate() value for intervals > 25 days (#711) (141aa00)
    • fix object constructor typings & make OC generic type optional (#712) (6536084)

    📚 Documentation

    • readme: update nextDates documentation (#702) (1ad2e22)
  • 3.1.0 - 2023-10-09

    3.1.0 (2023-10-09)

    ✨ Features

    • improve context, onTick & onComplete typings (#705) (82c78d7)

    🚨 Tests

    • check at runtime that all tests call expect (#706) [skip ci] (cc4e62f)

    ♻️ Chores

    • deps: update semantic-release related packages (#709) [skip ci] (b94a48a)
    • reflect repository label changes (#708) (85c9e18)
  • 3.0.0 - 2023-09-30

    3.0.0 (2023-09-30)

    ⚠ Breaking changes

    • utcOffset parameter no longer accepts a string
    • utcOffset values between -60 and 60 are no longer
      treated as hours
    • providing both timeZone and utcOffset parameters
      now throws an error
    • removed cron.job() method in favor of new CronJob(...args) /
      CronJob.from(argsObject)
    • removed cron.time() method in favor of new CronTime()
    • CronJob: constructor no longer accepts an object as its first and
      only params. Use CronJob.from(argsObject) instead.
    • CronJob: callbacks are now called in the order they were registered
    • return empty array from nextDates when called without argument (#519)
    • UNIX standard alignments (#667)

    ✨ Features

    🐛 Bug Fixes

    • return empty array from nextDates when called without argument (#519) (c2891ba)

    📦 Code Refactoring

    📚 Documentation

    • readme: remove outdated informations (#695) (b5ceaf1)

    🚨 Tests

    • update new test for cron standard alignments (4a406c1)

    ♻️ Chores

    💎 Styles

  • 3.0.0-beta.9 - 2023-09-29

    3.0.0-beta.9 (2023-09-29)

    ⚠ Breaking changes

    • utcOffset parameter no longer accepts a string
    • utcOffset values between -60 and 60 are no longer
      treated as hours
    • providing both timeZone and utcOffset parameters
      now throws an error

    ✨ Features

    ♻️ Chores

    💎 Styles

  • 3.0.0-beta.8 - 2023-09-26

    3.0.0-beta.8 (2023-09-26)

    ✨ Features

  • 3.0.0-beta.7 - 2023-09-26
  • 3.0.0-beta.6 - 2023-09-26
  • 3.0.0-beta.5 - 2023-09-25
  • 3.0.0-beta.4 - 2023-09-10
  • 3.0.0-beta.3 - 2023-08-15
  • 3.0.0-beta.2 - 2023-08-15
  • 3.0.0-beta.1 - 2023-07-23
  • 2.4.4 - 2023-09-25
  • 2.4.3 - 2023-08-26
  • 2.4.2 - 2023-08-26
  • 2.4.1 - 2023-08-14
  • 2.4.0 - 2023-07-24
  • 2.3.1 - 2023-05-25
  • 2.3.0 - 2023-03-16
  • 2.2.0 - 2023-01-09
  • 2.1.0 - 2022-07-14
from cron GitHub release notes
Commit messages
Package name: cron
  • 6cf4840 Release v3.1.6 [skip ci]
  • 7cb53ec fix: revert runOnce breaking changes (#760)
  • 4cb466e chore(deps): update dependency @ commitlint/cli to v18.2.0 (#759)
  • 2dff183 ci(action): update github/codeql-action action to v2.22.5 (#758)
  • e2b1bac chore(deps): update dependency @ types/node to v20.8.9 (#757)
  • 361728e chore(deps): update dependency @ types/node to v20.8.8 (#756)
  • 41d21f1 ci(action): update ossf/scorecard-action action to v2.3.1 (#754)
  • d0d70c6 ci(action): update actions/checkout action to v4 (#755)
  • 04454c3 ci(action): update github/codeql-action action to v2.22.4 (#752)
  • 9cec04f chore(deps): update dependency @ typescript-eslint/eslint-plugin to v6.9.0 (#753)
  • 16c726b Release v3.1.5 [skip ci]
  • a61d8c9 fix: re-add runOnce property to CronJob (#751)
  • 1284df4 chore: improve ossf scorecard's score (#715) [skip ci]
  • 23fb0a3 docs(readme): API documentation overhaul (#716) [skip ci]
  • b0bf677 fix: detect multiple zeros as an invalid step (#743) [skip ci]
  • 5ff1cf8 chore(deps): update dependency @ commitlint/cli to v18 (#747)
  • 9d61ff9 chore(deps): update dependency sinon to v17 (#748)
  • ef850f3 ci(action): update actions/setup-node action to v4 (#749)
  • 7bdc726 chore(deps): update linters
  • 0aa6337 Release v3.1.4 [skip ci]
  • ee54dd5 fix: run once when actual date is given to setTime (#740)
  • 6d94742 chore(deps): lock file maintenance (#741)
  • 3815e2a chore(deps): update tests (#738)
  • 21c4065 chore(deps): update dependency @ types/node to v20.8.7 (#737)

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 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