Skip to content

Commit

Permalink
chore(deps): upgrade marked to 2.0.0 (#5120)
Browse files Browse the repository at this point in the history
### Description

Update `marked` package to latest version to resolve dependabot alert

### Changelog

**Changed**

- `marked` updated to `2.0.0`


<!-- React and Web Component deploy previews are enabled by default. -->
<!-- To enable additional available deploy previews, apply the following -->
<!-- labels for the corresponding package: -->
<!-- *** "package: services": Services -->
<!-- *** "package: utilities": Utilities -->
<!-- *** "package: styles": Carbon Expressive -->
<!-- *** "RTL": React / Web Components (RTL) -->
<!-- *** "feature flag": React / Web Components (experimental) -->
  • Loading branch information
kennylam authored Feb 9, 2021
1 parent 07ed00b commit 607c607
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
Binary file added .yarn/offline-mirror/marked-2.0.0.tgz
Binary file not shown.
2 changes: 1 addition & 1 deletion packages/web-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@
"lit-element": "^2.3.0",
"lit-html": "^1.2.0",
"magic-string": "^0.25.0",
"marked": "^1.1.0",
"marked": "^2.0.0",
"mini-css-extract-plugin": "^0.5.0",
"mkdirp": "^0.5.0",
"node-sass": "^4.12.0",
Expand Down
7 changes: 6 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -18420,7 +18420,7 @@ markdown-to-jsx@^6.11.4:
prop-types "^15.6.2"
unquote "^1.1.0"

[email protected], marked@^1.1.0:
[email protected]:
version "1.1.0"
resolved "https://registry.yarnpkg.com/marked/-/marked-1.1.0.tgz#62504ad4d11550c942935ccc5e39d64e5a4c4e50"
integrity sha512-EkE7RW6KcXfMHy2PA7Jg0YJE1l8UPEZE8k45tylzmZM30/r1M1MUXWQfJlrSbsTeh7m/XTwHbWUENvAJZpp1YA==
Expand All @@ -18435,6 +18435,11 @@ marked@^0.7.0:
resolved "https://registry.yarnpkg.com/marked/-/marked-0.7.0.tgz#b64201f051d271b1edc10a04d1ae9b74bb8e5c0e"
integrity sha512-c+yYdCZJQrsRjTPhUx7VKkApw9bwDkNbHUKo1ovgcfDjb2kc8rLuRbIFyXL5WOEUwzSSKo3IXpph2K6DqB/KZg==

marked@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/marked/-/marked-2.0.0.tgz#9662bbcb77ebbded0662a7be66ff929a8611cee5"
integrity sha512-NqRSh2+LlN2NInpqTQnS614Y/3NkVMFFU6sJlRFEpxJ/LHuK/qJECH7/fXZjk4VZstPW/Pevjil/VtSONsLc7Q==

marksy@^8.0.0:
version "8.0.0"
resolved "https://registry.yarnpkg.com/marksy/-/marksy-8.0.0.tgz#b595f121fd47058df9dda1448f6ee156ab48810a"
Expand Down

0 comments on commit 607c607

Please sign in to comment.