Skip to content

Commit 4ebafcb

Browse files
Bump marked from 0.8.2 to 1.0.0
Bumps [marked](https://github.com/markedjs/marked) from 0.8.2 to 1.0.0. - [Release notes](https://github.com/markedjs/marked/releases) - [Commits](markedjs/marked@v0.8.2...v1.0.0) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent f530b0e commit 4ebafcb

File tree

2 files changed

+6
-13
lines changed

2 files changed

+6
-13
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"enzyme": "^3.11.0",
3939
"enzyme-adapter-react-16": "^1.15.2",
4040
"html-webpack-plugin": "^3.2.0",
41-
"marked": "^0.8.2",
41+
"marked": "^1.0.0",
4242
"node-sass": "^4.13.1",
4343
"pretty": "^2.0.0",
4444
"raven-js": "^3.27.2",

yarn.lock

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1541,14 +1541,7 @@
15411541
dependencies:
15421542
regenerator-runtime "^0.13.4"
15431543

1544-
"@babel/runtime@^7.0.0", "@babel/runtime@^7.1.2", "@babel/runtime@^7.3.4", "@babel/runtime@^7.4.0", "@babel/runtime@^7.4.4", "@babel/runtime@^7.4.5", "@babel/runtime@^7.5.5", "@babel/runtime@^7.6.3", "@babel/runtime@^7.7.2", "@babel/runtime@^7.7.4", "@babel/runtime@^7.8.7":
1545-
version "7.9.2"
1546-
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.9.2.tgz#d90df0583a3a252f09aaa619665367bae518db06"
1547-
integrity sha512-NE2DtOdufG7R5vnfQUTehdTfNycfUANEtCa9PssN9O/xmTzP4E08UI797ixaei6hBEVL9BI/PsdJS5x7mWoB9Q==
1548-
dependencies:
1549-
regenerator-runtime "^0.13.4"
1550-
1551-
"@babel/runtime@^7.8.4":
1544+
"@babel/runtime@^7.0.0", "@babel/runtime@^7.1.2", "@babel/runtime@^7.3.4", "@babel/runtime@^7.4.0", "@babel/runtime@^7.4.4", "@babel/runtime@^7.4.5", "@babel/runtime@^7.5.5", "@babel/runtime@^7.6.3", "@babel/runtime@^7.7.2", "@babel/runtime@^7.7.4", "@babel/runtime@^7.8.4", "@babel/runtime@^7.8.7":
15521545
version "7.9.2"
15531546
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.9.2.tgz#d90df0583a3a252f09aaa619665367bae518db06"
15541547
integrity sha512-NE2DtOdufG7R5vnfQUTehdTfNycfUANEtCa9PssN9O/xmTzP4E08UI797ixaei6hBEVL9BI/PsdJS5x7mWoB9Q==
@@ -7749,10 +7742,10 @@ map-visit@^1.0.0:
77497742
dependencies:
77507743
object-visit "^1.0.0"
77517744

7752-
marked@^0.8.2:
7753-
version "0.8.2"
7754-
resolved "https://registry.yarnpkg.com/marked/-/marked-0.8.2.tgz#4faad28d26ede351a7a1aaa5fec67915c869e355"
7755-
integrity sha512-EGwzEeCcLniFX51DhTpmTom+dSA/MG/OBUDjnWtHbEnjAH180VzUeAw+oE4+Zv+CoYBWyRlYOTR0N8SO9R1PVw==
7745+
marked@^1.0.0:
7746+
version "1.0.0"
7747+
resolved "https://registry.yarnpkg.com/marked/-/marked-1.0.0.tgz#d35784245a04871e5988a491e28867362e941693"
7748+
integrity sha512-Wo+L1pWTVibfrSr+TTtMuiMfNzmZWiOPeO7rZsQUY5bgsxpHesBEcIWJloWVTFnrMXnf/TL30eTFSGJddmQAng==
77567749

77577750
md5.js@^1.3.4:
77587751
version "1.3.5"

0 commit comments

Comments
 (0)