Snyk has created this PR to upgrade marked from 1.2.2 to 3.0.8.
:information_source: 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 28 versions ahead of your current version.
The recommended version was released 9 days ago, on 2021-10-24.
Tokenizers will create their own tokens with this.lexer.inline(text, tokens). The inline function will queue the token creation until after all block tokens are created.
Extensions tokenizer this object will include the lexer as a property. this.inlineTokens becomes this.lexer.inline.
Extensions renderer this object will include the parser as a property. this.parseInline becomes this.parser.parseInline.
tag and inlineText tokenizer function signatures have changed.
nptable tokenizer is removed and merged with table tokenizer.
table tokens header property changed to contain an array of objects for each header cell with text and tokens properties.
table tokens cells property changed to rows and is an array of rows where each row contains an array of objects for each cell with text and tokens properties.
Snyk has created this PR to upgrade marked from 1.2.2 to 3.0.8.
:information_source: 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 fixes:
SNYK-JS-MARKED-1070800
Why? Has a fix available, CVSS 7.5
(*) Note that the real score may have changed since the PR was raised.
Release notes
Package name: marked
3.0.8 (2021-10-24)
Bug Fixes
3.0.7 (2021-10-07)
Bug Fixes
3.0.6 (2021-10-06)
Bug Fixes
3.0.5 (2021-10-06)
Bug Fixes
3.0.4 (2021-09-14)
Bug Fixes
3.0.3 (2021-09-08)
Bug Fixes
3.0.2 (2021-08-25)
Bug Fixes
3.0.1 (2021-08-23)
Bug Fixes
3.0.0 (2021-08-16)
Bug Fixes
BREAKING CHANGES
this.lexer.inline(text, tokens)
. Theinline
function will queue the token creation until after all block tokens are created.this
object will include thelexer
as a property.this.inlineTokens
becomesthis.lexer.inline
.this
object will include theparser
as a property.this.parseInline
becomesthis.parser.parseInline
.tag
andinlineText
tokenizer function signatures have changed.nptable
tokenizer is removed and merged withtable
tokenizer.table
tokensheader
property changed to contain an array of objects for each header cell withtext
andtokens
properties.table
tokenscells
property changed torows
and is an array of rows where each row contains an array of objects for each cell withtext
andtokens
properties.v2
table
token:v3
table
token:2.1.3 (2021-06-25)
Bug Fixes
Commit messages
Package name: marked
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