Skip to content

Commit

Permalink
fix(deps): update remark
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 8, 2024
1 parent db0a75e commit 759f1e9
Show file tree
Hide file tree
Showing 4 changed files with 798 additions and 1,946 deletions.
6 changes: 3 additions & 3 deletions targets/export-elasticsearch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@
"reflect-metadata": "^0.1.13",
"rehype-raw": "^5.1.0",
"rehype-stringify": "^8.0.0",
"remark-parse": "^9.0.0",
"remark-rehype": "^8.1.0",
"remark-stringify": "^9.0.1",
"remark-parse": "^11.0.0",
"remark-rehype": "^11.0.0",
"remark-stringify": "^11.0.0",
"unified": "^9.2.2",
"zod": "^3.14.2"
},
Expand Down
8 changes: 4 additions & 4 deletions targets/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,12 +64,12 @@
"react-sortable-hoc": "^2.0.0",
"rehype-raw": "^5.1.0",
"rehype-stringify": "^8.0.0",
"remark-parse": "^9.0.0",
"remark-rehype": "^8.1.0",
"remark-stringify": "^9.0.1",
"remark-parse": "^11.0.0",
"remark-rehype": "^11.0.0",
"remark-stringify": "^11.0.0",
"serialize-error": "^9.1.1",
"sharp": "^0.32.6",
"strip-markdown": "^4.2.0",
"strip-markdown": "^6.0.0",
"swr": "^1.0.1",
"unified": "^9.2.2",
"urql": "^4.0.6",
Expand Down
6 changes: 3 additions & 3 deletions targets/ingester/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
"p-map": "4.0.0",
"p-retry": "5.1.1",
"query-string": "7.0.1",
"remark": "13.0.0",
"remark-html": "13.0.2",
"remark": "15.0.1",
"remark-html": "16.0.1",
"semver": "7.3.5",
"strip-markdown": "^5.0.1",
"strip-markdown": "^6.0.0",
"tar-fs": "2.1.1",
"unist-util-filter": "^2.0.3",
"unist-util-find": "1.0.2",
Expand Down
Loading

0 comments on commit 759f1e9

Please sign in to comment.