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

Commit

Permalink
Bump marked from 0.7.0 to 4.0.10 (#1116)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
icecream17 and dependabot[bot] authored Jan 17, 2022
1 parent d2a02b1 commit 2bf7609
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion lib/suggestion-list-element.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ const {CompositeDisposable} = require('atom')
const SnippetParser = require('./snippet-parser')
const {isString} = require('./type-helpers')
const fuzzaldrinPlus = require('fuzzaldrin-plus')
const marked = require('marked')
const {marked} = require('marked')
const createDOMPurify = require('dompurify')

const createSuggestionFrag = () => {
Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"fuzzaldrin": "^2.1.0",
"fuzzaldrin-plus": "^0.6.0",
"grim": "^2.0.1",
"marked": "^0.7.0",
"marked": "^4.0.10",
"minimatch": "^3.0.3",
"selector-kit": "^0.1",
"stable": "^0.1.5",
Expand Down

0 comments on commit 2bf7609

Please sign in to comment.