From ef84223a7d3bb8e130424b031d6eef9876828dc8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Mar 2023 12:13:11 +0000 Subject: [PATCH] Bump marked from 4.2.5 to 4.3.0 in /frontend Bumps [marked](https://github.com/markedjs/marked) from 4.2.5 to 4.3.0. - [Release notes](https://github.com/markedjs/marked/releases) - [Changelog](https://github.com/markedjs/marked/blob/master/.releaserc.json) - [Commits](https://github.com/markedjs/marked/compare/v4.2.5...v4.3.0) --- updated-dependencies: - dependency-name: marked dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- frontend/package.json | 2 +- frontend/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/frontend/package.json b/frontend/package.json index 3c94ce7488..abfcb6843d 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -39,7 +39,7 @@ "humanize-duration": "^3.28.0", "mapbox-gl": "^1.13.2", "mapbox-gl-draw-rectangle-mode": "^1.0.4", - "marked": "^4.2.5", + "marked": "^4.3.0", "osmtogeojson": "^3.0.0-beta.5", "query-string": "^7.1.3", "react": "^17.0.2", diff --git a/frontend/yarn.lock b/frontend/yarn.lock index 379fd2d3de..381078d47b 100644 --- a/frontend/yarn.lock +++ b/frontend/yarn.lock @@ -10588,10 +10588,10 @@ markdown-table@^3.0.0: resolved "https://registry.yarnpkg.com/markdown-table/-/markdown-table-3.0.2.tgz#9b59eb2c1b22fe71954a65ff512887065a7bb57c" integrity sha512-y8j3a5/DkJCmS5x4dMCQL+OR0+2EAq3DOtio1COSHsmW2BGXnNCK3v12hJt1LrUz5iZH5g0LmuYOjDdI+czghA== -marked@^4.2.5: - version "4.2.5" - resolved "https://registry.yarnpkg.com/marked/-/marked-4.2.5.tgz#979813dfc1252cc123a79b71b095759a32f42a5d" - integrity sha512-jPueVhumq7idETHkb203WDD4fMA3yV9emQ5vLwop58lu8bTclMghBWcYAavlDqIEMaisADinV1TooIFCfqOsYQ== +marked@^4.3.0: + version "4.3.0" + resolved "https://registry.yarnpkg.com/marked/-/marked-4.3.0.tgz#796362821b019f734054582038b116481b456cf3" + integrity sha512-PRsaiG84bK+AMvxziE/lCFss8juXjNaWzVbN5tXAm4XjeaS9NAHhop+PjQxz2A9h8Q4M/xGmzP8vqNwy6JeK0A== marked@~4.0.12, marked@~4.0.15: version "4.0.19"