Skip to content

Commit 308de57

Browse files
Bump marked from 1.1.1 to 2.0.0 (#265)
Bumps [marked](https://github.com/markedjs/marked) from 1.1.1 to 2.0.0. - [Release notes](https://github.com/markedjs/marked/releases) - [Changelog](https://github.com/markedjs/marked/blob/master/release.config.js) - [Commits](markedjs/marked@v1.1.1...v2.0.0) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 237a275 commit 308de57

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"gridsome-remark-figure-caption": "^1.1.3",
3333
"husky": "^4.2.5",
3434
"lint-staged": "^10.2.11",
35-
"marked": "^1.1.1",
35+
"marked": "^2.0.0",
3636
"postcss-import": "^12.0.1",
3737
"postcss-nesting": "^7.0.1",
3838
"prettier": "^2.0.5",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6985,10 +6985,10 @@ markdown-table@^2.0.0:
69856985
dependencies:
69866986
repeat-string "^1.0.0"
69876987

6988-
marked@^1.1.1:
6989-
version "1.1.1"
6990-
resolved "https://registry.yarnpkg.com/marked/-/marked-1.1.1.tgz#e5d61b69842210d5df57b05856e0c91572703e6a"
6991-
integrity sha512-mJzT8D2yPxoPh7h0UXkB+dBj4FykPJ2OIfxAWeIHrvoHDkFxukV/29QxoFQoPM6RLEwhIFdJpmKBlqVM3s2ZIw==
6988+
marked@^2.0.0:
6989+
version "2.0.0"
6990+
resolved "https://registry.yarnpkg.com/marked/-/marked-2.0.0.tgz#9662bbcb77ebbded0662a7be66ff929a8611cee5"
6991+
integrity sha512-NqRSh2+LlN2NInpqTQnS614Y/3NkVMFFU6sJlRFEpxJ/LHuK/qJECH7/fXZjk4VZstPW/Pevjil/VtSONsLc7Q==
69926992

69936993
match-casing@^1.0.2:
69946994
version "1.0.3"

0 commit comments

Comments
 (0)