Skip to content

[Snyk] Upgrade dayjs from 1.10.7 to 1.11.10 #5

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

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

Conversation

sisamiul
Copy link
Owner

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


Snyk has created this PR to upgrade dayjs from 1.10.7 to 1.11.10.

ℹ️ 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 12 versions ahead of your current version.
  • The recommended version was released 6 months ago, on 2023-09-19.

The recommended version fixes:

Severity Issue PriorityScore (*) Exploit Maturity
Prototype Poisoning
SNYK-JS-QS-3153490
696/1000
Why? Proof of Concept exploit, Has a fix available, CVSS 7.5
Proof of Concept
Denial of Service (DoS)
SNYK-JS-JPEGJS-2859218
696/1000
Why? Proof of Concept exploit, Has a fix available, CVSS 7.5
Proof of Concept
Regular Expression Denial of Service (ReDoS)
SNYK-JS-SEMVER-3247795
696/1000
Why? Proof of Concept exploit, Has a fix available, CVSS 7.5
Proof of Concept
Regular Expression Denial of Service (ReDoS)
SNYK-JS-SEMVER-3247795
696/1000
Why? Proof of Concept exploit, Has a fix available, CVSS 7.5
Proof of Concept
Regular Expression Denial of Service (ReDoS)
SNYK-JS-SEMVER-3247795
696/1000
Why? Proof of Concept exploit, Has a fix available, CVSS 7.5
Proof of Concept
Regular Expression Denial of Service (ReDoS)
SNYK-JS-ANSIREGEX-1583908
696/1000
Why? Proof of Concept exploit, Has a fix available, CVSS 7.5
Proof of Concept
Cross-site Request Forgery (CSRF)
SNYK-JS-AXIOS-6032459
696/1000
Why? Proof of Concept exploit, Has a fix available, CVSS 7.5
Proof of Concept
Prototype Pollution
SNYK-JS-AXIOS-6144788
696/1000
Why? Proof of Concept exploit, Has a fix available, CVSS 7.5
No Known Exploit
Improper Verification of Cryptographic Signature
SNYK-JS-BROWSERIFYSIGN-6037026
696/1000
Why? Proof of Concept exploit, Has a fix available, CVSS 7.5
No Known Exploit
Improper Input Validation
SNYK-JS-FOLLOWREDIRECTS-6141137
696/1000
Why? Proof of Concept exploit, Has a fix available, CVSS 7.5
Proof of Concept
Open Redirect
SNYK-JS-GOT-2932019
696/1000
Why? Proof of Concept exploit, Has a fix available, CVSS 7.5
No Known Exploit
Regular Expression Denial of Service (ReDoS)
SNYK-JS-HTTPCACHESEMANTICS-3248783
696/1000
Why? Proof of Concept exploit, Has a fix available, CVSS 7.5
Proof of Concept
Missing Release of Resource after Effective Lifetime
SNYK-JS-INFLIGHT-6095116
696/1000
Why? Proof of Concept exploit, Has a fix available, CVSS 7.5
Proof of Concept
Prototype Pollution
SNYK-JS-JSON5-3182856
696/1000
Why? Proof of Concept exploit, Has a fix available, CVSS 7.5
Proof of Concept
Regular Expression Denial of Service (ReDoS)
SNYK-JS-SIDEWAYFORMULA-3317169
696/1000
Why? Proof of Concept exploit, Has a fix available, CVSS 7.5
No Known Exploit
Prototype Pollution
SNYK-JS-XML2JS-5414874
696/1000
Why? Proof of Concept exploit, Has a fix available, CVSS 7.5
Proof of Concept
Regular Expression Denial of Service (ReDoS)
SNYK-JS-AXIOS-6124857
696/1000
Why? Proof of Concept exploit, Has a fix available, CVSS 7.5
Proof of Concept
Incomplete List of Disallowed Inputs
SNYK-JS-BABELTRAVERSE-5962462
696/1000
Why? Proof of Concept exploit, Has a fix available, CVSS 7.5
Proof of Concept
Open Redirect
SNYK-JS-EXPRESS-6474509
696/1000
Why? Proof of Concept exploit, Has a fix available, CVSS 7.5
No Known Exploit
Information Exposure
SNYK-JS-FOLLOWREDIRECTS-6444610
696/1000
Why? Proof of Concept exploit, Has a fix available, CVSS 7.5
Proof of Concept
Open Redirect
SNYK-JS-GOT-2932019
696/1000
Why? Proof of Concept exploit, Has a fix available, CVSS 7.5
No Known Exploit

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

Release notes
Package name: dayjs
  • 1.11.10 - 2023-09-19

    1.11.10 (2023-09-19)

    Bug Fixes

    • Add Korean Day of Month with ordinal (#2395) (dd55ee2)
    • change back fa locale to the Gregorian calendar equivalent (#2411) (95e9458)
    • duration plugin - MILLISECONDS_A_MONTH const calculation (#2362) (f0a0b54)
    • duration plugin getter get result 0 instead of undefined (#2369) (061aa7e)
    • fix isDayjs check logic (#2383) (5f3f878)
    • fix timezone plugin to get correct locale setting (#2420) (4f45012)
    • locale: add meridiem in ar locale (#2418) (361be5c)
    • round durations to millisecond precision for ISO string (#2367) (890a17a)
    • sub-second precisions need to be rounded at the seconds field to avoid adding floats (#2377) (a9d7d03)
    • update $x logic to avoid plugin error (#2429) (2254635)
    • Update Slovenian locale for relative time (#2396) (5470a15)
    • update uzbek language translation (#2327) (0a91056)
  • 1.11.9 - 2023-07-01

    1.11.9 (2023-07-01)

    Bug Fixes

    • Add null to min and max plugin return type (#2355) (62d9042)
    • check if null passed to objectSupport parser (#2175) (013968f)
    • dayjs.diff improve performance (#2244) (33c80e1)
    • dayjs(null) throws error, not return dayjs object as invalid date (#2334) (c79e2f5)
    • objectSupport plugin causes an error when null is passed to dayjs function (closes #2277) (#2342) (89bf31c)
    • Optimize format method (#2313) (1fe1b1d)
    • update Duration plugin add/subtract take into account days in month (#2337) (3b1060f)
    • update MinMax plugin 1. ignore the 'null' in args 2. return the only one arg (#2330) (3c2c6ee)
  • 1.11.8 - 2023-06-02

    1.11.8 (2023-06-02)

    Bug Fixes

    • .format add padding to 'YYYY' (#2231) (00c223b)
    • Added .valueOf method to Duration class (#2226) (9b4fcfd)
    • timezone type mark date parameter as optional (#2222) (b87aa0e)
    • type file first parameter date is optional in isSame(), isBefore(), isAfter() (#2272) (4d56f3e)
  • 1.11.7 - 2022-12-06

    1.11.7 (2022-12-06)

    Bug Fixes

  • 1.11.6 - 2022-10-21

    1.11.6 (2022-10-21)

    Bug Fixes

  • 1.11.5 - 2022-08-12

    1.11.5 (2022-08-12)

    Bug Fixes

  • 1.11.4 - 2022-07-19

    1.11.4 (2022-07-19)

    Bug Fixes

    • correct past property in ku (kurdish) locale (#1916) (74e82b9)
    • fix French [fr] local ordinal (#1932) (8f09834)
    • fix objectSupport plugin ConfigTypeMap type (#1441) (#1990) (fd51fe4)
    • fix type error to add ordianl property in InstanceLocaleDataReturn and GlobalLocaleDataReturn types (#1931) (526f0ae)
    • update locale ar-* meridiem function (#1954) (3d31611)
    • zh-tw / zh-hk locale ordinal error (#1976) (0a1bd08)
  • 1.11.3 - 2022-06-06

    1.11.3 (2022-06-06)

    Bug Fixes

    • customParseFormat plugin to parse comma as a separator character (#1913) (41b1405)
    • update Dutch [nl] locale ordinal (#1908) (5da98f8)
  • 1.11.2 - 2022-05-06

    1.11.2 (2022-05-06)

    Bug Fixes

    • add OpUnitType (week) to quarterOfYear startOf/endOf types (#1865) (400bc3e)
    • Fix type issue with ManipulateType (#1864) (d033dfc)
    • fix UTC plugin .valueOf not taking DST into account (#1448) (27d1c50)
  • 1.11.1 - 2022-04-15

    1.11.1 (2022-04-15)

    Bug Fixes

    • add Bengali (Bangladesh) [bn-bd] locale (#1806) (840ed76)
    • refactor replace deprecated String.prototype.substr() (#1836) (627fa39)
    • Update German [de] locale, adds the abbreviations for month including a . in the end, as in September -> Sept. (#1831) (4e2802c)
    • update Italian (Switzerland) [it-ch] locale relativeTime (#1829) (8e6d11d)
    • update Kurdish [ku] locale strings and formatted output contains non-standard kurdish characters (#1848) (a597d0b)
    • update locale bo [Tibetan]: corrected the orders in formats (#1823) (e790516)
  • 1.11.0 - 2022-03-14
  • 1.10.8 - 2022-02-28
  • 1.10.7 - 2021-09-10
from dayjs GitHub release notes
Commit messages
Package name: dayjs

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