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 remark-html from 7.0.0 to 16.0.1 #8

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

Conversation

InfiniteLove2020
Copy link
Owner

snyk-top-banner

Snyk has created this PR to upgrade remark-html from 7.0.0 to 16.0.1.

ℹ️ 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 18 versions ahead of your current version.

  • The recommended version was released on a year ago.

Issues fixed by the recommended upgrade:

Issue Score Exploit Maturity
critical severity Cross-site Scripting (XSS)
SNYK-JS-REMARKHTML-1583433
714 No Known Exploit
Release notes
Package name: remark-html
  • 16.0.1 - 2023-09-24
    • e507e9d Fix to add misclassified dependency

    Full Changelog: 16.0.0...16.0.1

  • 16.0.0 - 2023-09-24

    Change

    • c726e74 Change to require Node.js 16
      migrate: update too
    • 80482a5 Change to use exports
      migrate: don’t use private APIs
    • 1946cf3 Update @ types/mdast, utilities, etc
      migrate: update too
      hast-util-sanitize@5: everything’s safe, GH is safe, but make sure to check if you’re super worried
      hast-util-to-html@9: options.entities -> options.characterReferences
      mdast-util-to-hast@13: handlers are different, if you pass those, see the changelog

    Full Changelog: 15.0.2...16.0.0

  • 15.0.2 - 2023-02-08

    Fix

    • e24b8bd Fix types for TS 4.9, regenerate them

    Full Changelog: 15.0.1...15.0.2

  • 15.0.1 - 2021-11-29

    Full Changelog: 15.0.0...15.0.1

  • 15.0.0 - 2021-10-03
    • 995b427 Change footnotes to match how GitHub renders them
      • remove remark-footnotes if you were using that, and instead use remark-gfm
      • more options available if you switch to remark-rehype instead of this plugin remark-html

    Full Changelog: 14.0.1...15.0.0

  • 14.0.1 - 2021-09-07
    • b75c9dd Security: Fix to sanitize by default
      The docs have always said remark-html is safe by default. It wasn’t and this patches that.

      If you do want to be unsafe, use remark-html with sanitize: false:

      -  .use(remarkHtml)
      +  .use(remarkHtml, {sanitize: false})

    Full Changelog: 14.0.0...14.0.1

  • 14.0.0 - 2021-08-05
  • 13.0.2 - 2021-09-07
    • b0b1ba5 Fix to sanitize by default
      The docs have always said remark-html is safe by default. It wasn’t and this patches that.

      If you do want to be unsafe, use remark-html with sanitize: false:

      -  .use(remarkHtml)
      +  .use(remarkHtml, {sanitize: false})

    Full Changelog: 13.0.1...13.0.2

  • 13.0.1 - 2020-10-03
    • 7a8cb0e Update mdast-util-to-hast
  • 13.0.0 - 2020-10-03
    • 0b1cd0a Change to comply to CommonMark
      (breaking, potentially, if you have duplicate definitions)
  • 12.0.0 - 2020-07-23
  • 11.0.2 - 2020-05-13
  • 11.0.1 - 2020-03-23
  • 11.0.0 - 2020-03-23
  • 10.0.0 - 2019-07-19
  • 9.0.1 - 2019-06-16
  • 9.0.0 - 2018-11-20
  • 8.0.0 - 2018-08-10
  • 7.0.0 - 2017-12-04
from remark-html 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 remark-html from 7.0.0 to 16.0.1.

See this package in npm:
remark-html

See this project in Snyk:
https://app.snyk.io/org/stephndevo/project/9f9919c4-42d2-4bca-aca5-acb794903a75?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