electrode-explorer
electrode-explorer copied to clipboard
[Snyk] Upgrade marked from 0.3.19 to 0.8.2
Snyk has created this PR to upgrade marked from 0.3.19 to 0.8.2.
: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.- The recommended version is 12 versions ahead of your current version.
- The recommended version was released a month ago, on 2020-03-22.
The recommended version fixes:
| Severity | Issue | Exploit Maturity |
|---|---|---|
| MPL-2.0 license snyk:lic:npm:symbol:MPL-2.0 |
No Data | |
| GPL-3.0 license snyk:lic:npm:stylint:GPL-3.0 |
No Data | |
| Regular Expression Denial of Service (ReDoS) SNYK-JS-MARKED-451540 |
No Known Exploit | |
| Regular Expression Denial of Service (ReDoS) SNYK-JS-MARKED-174116 |
No Known Exploit | |
| CC0-1.0 license snyk:lic:npm:webpack-partial:CC0-1.0 |
No Data | |
| CC0-1.0 license snyk:lic:npm:spdx-license-ids:CC0-1.0 |
No Data | |
| CC-BY-3.0 license snyk:lic:npm:spdx-exceptions:CC-BY-3.0 |
No Data | |
| CC0-1.0 license snyk:lic:npm:postcss-pseudo-class-any-link:CC0-1.0 |
No Data | |
| CC0-1.0 license snyk:lic:npm:postcss-nesting:CC0-1.0 |
No Data | |
| CC-BY-4.0 license snyk:lic:npm:caniuse-db:CC-BY-4.0 |
No Data |
Release notes
Package name: marked
-
0.8.2 - 2020-03-22
Fixes
Docs
- Update comment about GitHub breaks #1620
-
0.8.1 - 2020-03-18
Fixes
-
0.8.0 - 2019-12-12
Breaking changes
Fixes
- Fix relative urls in
baseUrloption #1526 - Loose task list #1535
- Fix image parentheses #1557
- remove module field & update devDependencies #1581
Docs
- Update examples with es6+ #1521
- Fix link to USING_PRO.md page #1552
- Fix typo in USING_ADVANCED.md #1558
- Node worker threads are stable #1555
Dev Dependencies
- Fix relative urls in
-
0.7.0 - 2019-07-06
Security
Breaking Changes
- Deprecate
sanitizeandsanitizeroptions #1504 - Move
fencesto CommonMark #1511 - Move
tablesto GFM #1511 - Remove
tablesoption #1511 - Single backtick in link text needs to be escaped #1515
Fixes
Tests
- Run tests with correct options #1511
- Deprecate
-
0.6.3 - 2019-06-30
Fixes
- Fix nested blockquotes #1464
- Fix
<em>issue with mixed content #1451 - revert #1464 #1497
- Fix
breaks: true#1507
Docs
- add docs for workers #1432
- Add security policy #1492
- Update supported spec versions #1491
- Update test folder descriptions #1506
DevOps
-
0.6.2 - 2019-04-05
Security
Fixes
Enhancements
CLI
- Update man page to include
--testand fix argv parameters #1442 - Add a
--versionflag to print marked version #1448
Testing
- Update man page to include
-
0.6.1 - 2019-02-19
Fixes
- Fix parenthesis url redos #1414
Docs
-
0.6.0 - 2019-01-01
Breaking Changes
- Drop support for Node v0.10 and old browsers such as Internet Explorer
- You should not have any problems if using Node 4+ or a modern browser
- Add parameter
sluggertoRenderer.prototype.headingmethod #1401- You should not have any problems if you do not override this method
New Features
- Add new export
marked.Slugger#1401
Fixes
- Fix emphasis followed by a punctuation #1383
- Fix bold around autolink email address #1385
- Make autolinks case insensitive #1384
- Make code fences compliant with Commonmark spec #1387
- Make blockquote paragraph continuation compliant with Commonmark spec #1394
- Make ordered list marker length compliant with Commonmark spec #1391
- Make empty list items compliant with Commonmark spec #1395
- Make tag escaping compliant with Commonmark spec #1397
- Make strong/bold compliant with Commonmark spec #1400
- Fix handling of adjacent lists #684
- Add better error handling when token type cannot be found #1005
- Fix duplicate heading id and non-latin characters #1401
CLI
Docs
- Fix
breaksoption description #1381 - Update docs to include "Since" version #1382
- Add defibrillator badge for @mccraveiro #1392
Tests
- Remove old test covered by gfm/cm #1389
- Drop support for Node v0.10 and old browsers such as Internet Explorer
-
0.5.2 - 2018-11-20
Bug Fixes
- Fix emphasis closing by single _ (part of left-flanking run) #1351
- Make URL handling consistent between links and images #1359
Other
- Add missing semicolons, add lint rule #1340
- Make Steven (@styfle) a npm publisher #1346
- Fix typo in docs: responsibility #1364
- Add the ability to specify options on the demo page as JSON #1357
- Show red border when JSON options are invalid #1360
- Move license file back to root dir #1356
- Fix builds: remove node v0.10 from travis matrix #1366
- This does not a break compatibility in this release but it will a future release
- Add
fileskey to package.json to prevent publishing unused files #1367
-
0.5.1 - 2018-09-26
Security
Bug Fixes
- Fix typographic substitution in (pre|code|kbd|script) blocks when smartypants=true #1335
- Fix auto-linking email address #1338
Other
- 0.5.0 - 2018-08-16
- 0.4.0 - 2018-05-21
- 0.3.19 - 2018-03-26
Commit messages
Package name: marked
- 4af69d3 Merge pull request #1624 from UziTech/release-0.8.2
- 19f0d4f 0.8.2
- 38403c0 build
- d7b05cb update devdeps
- 17ee15f build [skip ci]
- 58e9fed Merge pull request #1622 from UziTech/render-html
- 193a41e simplify tag regex
- 7330a9c add html test to heading ids
- f01ba94 add html to TextRenderer
- cf3d0a0 Merge pull request #1620 from julien-c/patch-1
- 9f2c0d1 Update docs/USING_ADVANCED.md
- 885d728 Update docs/USING_ADVANCED.md
- b8c5541 Merge pull request #1616 from UziTech/release-0.8.1
- 20d85bd 0.8.1
- b0928cb build [skip ci]
- 8d51037 Merge pull request #1617 from UziTech/following-nptable
- 4e3d20d Remove inaccurate proposition on GitHub
- c71ac10 Merge pull request #1619 from markedjs/dependabot/npm_and_yarn/acorn-7.1.1
- 65febe4 Bump acorn from 7.1.0 to 7.1.1
- 2d8045f test 3 spaces before table rows
- 431f523 remove unneeded code
- d8c09c1 add tests
- cbcda26 copy table rules to nptables
- 11a035e build [skip ci]
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:
🔕 Ignore this dependency or unsubscribe from future upgrade PRs
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.