Skip to content

Commit d4a7e7d

Browse files
⬆️ upgrade @types/marked to v6
1 parent acba11f commit d4a7e7d

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.3.2",
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.3.2"
7-
resolved "https://registry.yarnpkg.com/@types/marked/-/marked-4.3.2.tgz#e2e0ad02ebf5626bd215c5bae2aff6aff0ce9eac"
8-
integrity sha512-a79Yc3TOk6dGdituy8hmTTJXjOkZ7zsFYV10L337ttq/rec8lRMDBpV7fL3uLx6TgbFCa5DU/h8FmIBQPSbU0w==
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.3.0"
260267
resolved "https://registry.yarnpkg.com/marked/-/marked-4.3.0.tgz#796362821b019f734054582038b116481b456cf3"

0 commit comments

Comments
 (0)