Skip to content

Commit

Permalink
Update the dependencies of the JupyterLab extension (#750)
Browse files Browse the repository at this point in the history
* Update yarn.lock

* Update changelogs and bump version numbers
  • Loading branch information
mwouts authored Mar 7, 2021
1 parent 508be51 commit 58e8b27
Show file tree
Hide file tree
Showing 5 changed files with 718 additions and 712 deletions.
7 changes: 7 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Jupytext ChangeLog
==================

1.10.3 (2021-03-07)
-------------------

**Fixed**
- We have updated `marked`, an indirect dependency of the `jupyterlab-jupytext` extension, to fix a moderate vulnerability (#750).


1.10.2 (2021-02-17)
-------------------

Expand Down
2 changes: 1 addition & 1 deletion jupytext/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""Jupytext's version number"""

__version__ = "1.10.2"
__version__ = "1.10.3"
4 changes: 4 additions & 0 deletions packages/labextension/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 1.3.1 (2021-03-07)

- We have updated `yarn.lock` to upgrade `marked` to `2.0` and fix a moderate vulnerability in the extension dependencies (#750)

# 1.3.0 (2021-01-05)

- The `jupyterlab-jupytext` extension is now distributed using `jupyter-packaging`, thanks to Martin Renou's awesome contribution (#683).
Expand Down
2 changes: 1 addition & 1 deletion packages/labextension/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jupyterlab-jupytext",
"version": "1.3.0",
"version": "1.3.1",
"description": "Save Jupyter Notebooks as Scripts or Markdown files that work well with version control & external text editors",
"keywords": [
"jupyter",
Expand Down
Loading

0 comments on commit 58e8b27

Please sign in to comment.