Skip to content

Commit eb805d4

Browse files
⬆️ upgrade @types/marked to v6
1 parent 45ff322 commit eb805d4

File tree

2 files changed

+12
-5
lines changed

2 files changed

+12
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"twemoji": "13.0.1"
1414
},
1515
"devDependencies": {
16-
"@types/marked": "4.0.1",
16+
"@types/marked": "6.0.0",
1717
"@types/puppeteer": "5.4.7",
1818
"@types/puppeteer-core": "5.4.0",
1919
"typescript": "4.1.5"

yarn.lock

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,12 @@
22
# yarn lockfile v1
33

44

5-
6-
version "4.0.1"
7-
resolved "https://registry.yarnpkg.com/@types/marked/-/marked-4.0.1.tgz#d588a7bbc4d6551c5e75249bc106ffda96ae33c5"
8-
integrity sha512-ZigEmCWdNUU7IjZEuQ/iaimYdDHWHfTe3kg8ORfKjyGYd9RWumPoOJRQXB0bO+XLkNwzCthW3wUIQtANaEZ1ag==
5+
6+
version "6.0.0"
7+
resolved "https://registry.yarnpkg.com/@types/marked/-/marked-6.0.0.tgz#4dbc7df4add578ef87eb6ca2c6927c97b0531abf"
8+
integrity sha512-jmjpa4BwUsmhxcfsgUit/7A9KbrC48Q0q8KvnY107ogcjGgTFDlIL3RpihNpx2Mu1hM4mdFQjoVc4O6JoGKHsA==
9+
dependencies:
10+
marked "*"
911

1012
"@types/node@*":
1113
version "14.14.28"
@@ -255,6 +257,11 @@ locate-path@^5.0.0:
255257
dependencies:
256258
p-locate "^4.1.0"
257259

260+
marked@*:
261+
version "13.0.3"
262+
resolved "https://registry.yarnpkg.com/marked/-/marked-13.0.3.tgz#5c5b4a5d0198060c7c9bc6ef9420a7fed30f822d"
263+
integrity sha512-rqRix3/TWzE9rIoFGIn8JmsVfhiuC8VIQ8IdX5TfzmeBucdY05/0UlzKaw0eVtpcN/OdVFpBk7CjKGo9iHJ/zA==
264+
258265
259266
version "4.0.10"
260267
resolved "https://registry.yarnpkg.com/marked/-/marked-4.0.10.tgz#423e295385cc0c3a70fa495e0df68b007b879423"

0 commit comments

Comments
 (0)