Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

Commit 2bf7609

Browse files
Steven nguyendependabot[bot]
andauthored
Bump marked from 0.7.0 to 4.0.10 (#1116)
* Bump marked from 0.7.0 to 4.0.10 Bumps [marked](https://github.com/markedjs/marked) from 0.7.0 to 4.0.10. - [Release notes](https://github.com/markedjs/marked/releases) - [Changelog](https://github.com/markedjs/marked/blob/master/.releaserc.json) - [Commits](markedjs/marked@v0.7.0...v4.0.10) --- updated-dependencies: - dependency-name: marked dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> * Update marked import syntax Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d2a02b1 commit 2bf7609

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

lib/suggestion-list-element.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ const {CompositeDisposable} = require('atom')
22
const SnippetParser = require('./snippet-parser')
33
const {isString} = require('./type-helpers')
44
const fuzzaldrinPlus = require('fuzzaldrin-plus')
5-
const marked = require('marked')
5+
const {marked} = require('marked')
66
const createDOMPurify = require('dompurify')
77

88
const createSuggestionFrag = () => {

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"fuzzaldrin": "^2.1.0",
1515
"fuzzaldrin-plus": "^0.6.0",
1616
"grim": "^2.0.1",
17-
"marked": "^0.7.0",
17+
"marked": "^4.0.10",
1818
"minimatch": "^3.0.3",
1919
"selector-kit": "^0.1",
2020
"stable": "^0.1.5",

0 commit comments

Comments
 (0)