Skip to content

Commit 89cc7fb

Browse files
⬆️ upgrade @types/marked to v6
1 parent 39908ff commit 89cc7fb

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.1.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": "5.5.4"

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"
@@ -262,6 +264,11 @@ locate-path@^5.0.0:
262264
dependencies:
263265
p-locate "^4.1.0"
264266

267+
marked@*:
268+
version "16.1.2"
269+
resolved "https://registry.yarnpkg.com/marked/-/marked-16.1.2.tgz#b723ad2eb0a19d5bf5809b62816af85d117672e3"
270+
integrity sha512-rNQt5EvRinalby7zJZu/mB+BvaAY2oz3wCuCjt1RDrWNpS1Pdf9xqMOeC9Hm5adBdcV/3XZPJpG58eT+WBc0XQ==
271+
265272
266273
version "4.3.0"
267274
resolved "https://registry.yarnpkg.com/marked/-/marked-4.3.0.tgz#796362821b019f734054582038b116481b456cf3"

0 commit comments

Comments
 (0)