Skip to content

Commit

Permalink
Bump marked from 2.1.3 to 4.0.10 (#54)
Browse files Browse the repository at this point in the history
* Bump marked from 2.1.3 to 4.0.10

Bumps [marked](https://github.com/markedjs/marked) from 2.1.3 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@v2.1.3...v4.0.10)

---
updated-dependencies:
- dependency-name: marked
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>

* Apply suggestions from code review

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Michał Krassowski <[email protected]>
  • Loading branch information
dependabot[bot] and krassowski authored Dec 29, 2023
1 parent e4307c3 commit ae1f234
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"@jupyterlab/application": "^4.0.9",
"@jupyterlab/settingregistry": "^4.0.9",
"citeproc": "^2.4.59",
"marked": "^2.1.3"
"marked": "^4.0.10"
},
"devDependencies": {
"@jupyterlab/apputils": "^4.1.9",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7445,7 +7445,7 @@ __metadata:
eslint-plugin-prettier: ^5.0.0
jest: ^29.2.0
json-schema-to-typescript: ^10.1.4
marked: ^2.1.3
marked: ^4.0.10
mkdirp: ^1.0.3
npm-run-all: ^4.1.5
prettier: ^3.0.0
Expand Down Expand Up @@ -7757,12 +7757,12 @@ __metadata:
languageName: node
linkType: hard

"marked@npm:^2.1.3":
version: 2.1.3
resolution: "marked@npm:2.1.3"
"marked@npm:^4.0.10":
version: 4.3.0
resolution: "marked@npm:4.3.0"
bin:
marked: bin/marked
checksum: 21a5ecd4941bc760aba21dfd97185853ec3b464cf707ad971e3ddb3aeb2f44d0deeb36b0889932afdb6f734975a994d92f18815dd0fabadbd902bdaff997cc5b
marked: bin/marked.js
checksum: 0db6817893952c3ec710eb9ceafb8468bf5ae38cb0f92b7b083baa13d70b19774674be04db5b817681fa7c5c6a088f61300815e4dd75a59696f4716ad69f6260
languageName: node
linkType: hard

Expand Down

0 comments on commit ae1f234

Please sign in to comment.