Skip to content

Commit

Permalink
fix: upgrade deps (#225)
Browse files Browse the repository at this point in the history
This updates all dependencies to their latest version.

Specifically, this resolves an issue with a vulnerable version of `trim@0.0.1` in the current dependency tree.
```
$ npm ls trim
doctoc@2.1.0 /workspaces/doctoc
└─┬ @textlint/markdown-to-ast@6.1.7
  └─┬ remark-parse@5.0.0
    └── trim@0.0.1 
```

More details here: GHSA-w5p7-h5w8-2hfq

I had to slightly tweak one test to account for a change in the markdown parser (heading not recognized when part of a previous paragraph).
  • Loading branch information
hongaar authored May 3, 2022
1 parent ffbb04f commit 459856c
Show file tree
Hide file tree
Showing 3 changed files with 1,625 additions and 1,841 deletions.
Loading

0 comments on commit 459856c

Please sign in to comment.