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 hexo-server from 0.2.2 to 2.0.0 #1

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

Conversation

snyk-bot
Copy link

Snyk has created this PR to upgrade hexo-server from 0.2.2 to 2.0.0.

merge advice
ℹ️ 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 6 versions ahead of your current version.
  • The recommended version was released 9 months ago, on 2020-08-09.

The recommended version fixes:

Severity Issue PriorityScore (*) Exploit Maturity
Prototype Pollution
SNYK-JS-NUNJUCKS-1079083
482/1000
Why? Proof of Concept exploit, CVSS 7.5
Proof of Concept
Prototype Pollution
SNYK-JS-AJV-584908
482/1000
Why? Proof of Concept exploit, CVSS 7.5
No Known Exploit
Regular Expression Denial of Service (ReDoS)
SNYK-JS-GLOBPARENT-1016905
482/1000
Why? Proof of Concept exploit, CVSS 7.5
No Known Exploit

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

Release notes
Package name: hexo-server
  • 2.0.0 - 2020-08-09

    Breaking change

    Feature

    • feat: support page with trailing '.html' @ curbengh [#111]
      • When a page is available on http://yoursite.com/about.html, browsing http://yoursite.com/about will be served with "about.html" page.
      • When pretty_urls is used,
      pretty_urls: 
        trailing_index: false # defaults to true
      • Browsing http://yoursite.com/about.html will 301-redirect to http://yoursite.com/about.
      pretty_urls: 
        trailing_html: false # defaults to true
      • Browsing http://yoursite.com/2020/01/02/foo/index.html will 301-redirect to http://yoursite.com/2020/01/02/foo/.
      • This ensure a page only has one canonical permalink.

    Changes

    Dependencies

    • chore(deps-dev): bump hexo from 3.9.0 to 5.0.0 [#104] [#139]
    • chore(deps-dev): bump mocha from 6.2.2 to 8.0.1 [#126] [#135]
    • chore(deps-dev): bump eslint from 6.8.0 to 7.0.0 (#133)
    • chore(deps-dev): bump hexo-fs from 2.0.0 to 3.0.1 (#129)
    • chore(deps-dev): bump sinon from 7.5.0 to 9.0.2 (#128)
    • chore(deps): bump chalk from 2.4.2 to 4.0.0 [#105] [#127]
    • chore(deps-dev): bump mocha from 6.2.2 to 7.1.1 (#126)
    • chore(deps-dev): bump uuid from 3.4.0 to 8.0.0 @ SukkaW [#122] [#132]
    • chore(deps-dev): bump nyc from 14.1.1 to 15.0.0 (#108)
    • Bump eslint-config-hexo from 3.0.0 to 4.0.0 (#106)
    • Bump open from 6.4.0 to 7.0.0 (#103)
  • 1.0.0 - 2019-09-02

    Breaking change

    • Drop node 6 (#87)

    Refactor

    • Refactor: es2016nify (#68)
    • refactor: Test refactor es2016 (#67)

    Housekeeping

    • Move jscs to eslint (#65)
  • 0.3.3 - 2018-08-26

    0.3.3

  • 0.3.2 - 2018-05-05

    0.3.2

  • 0.3.1 - 2018-01-02

    Fixes

    • Fix default server config to listen on both IPv4 and IPv6. (#41)
  • 0.3.0 - 2017-12-18

    Features

    • serveStatic option pass-through #36
    • Serve on all interfaces by default #39
  • 0.2.2 - 2017-07-27

    Fixes

    • Fix the fs.SyncWriteStream is deprecated warning.
from hexo-server GitHub release notes
Commit messages
Package name: hexo-server

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.

1 participant