Skip to content

Commit c6550e2

Browse files
Update dependency @types/marked to v6 [skip netlify]
1 parent 13af5b7 commit c6550e2

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
@@ -27,7 +27,7 @@
2727
"devDependencies": {
2828
"@rushstack/eslint-patch": "1.10.4",
2929
"@tsconfig/node18": "18.2.4",
30-
"@types/marked": "5.0.2",
30+
"@types/marked": "6.0.0",
3131
"@types/node": "20.14.14",
3232
"@vitejs/plugin-vue": "5.1.2",
3333
"@vue/eslint-config-prettier": "9.0.0",

yarn.lock

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -823,10 +823,12 @@
823823
resolved "https://registry.yarnpkg.com/@types/long/-/long-4.0.2.tgz#b74129719fc8d11c01868010082d483b7545591a"
824824
integrity sha512-MqTGEo5bj5t157U6fA/BiDynNkn0YknVdh48CMPkTSpFTVmvao5UQmm7uEF6xBEo7qIMAlY/JSleYaE6VOdpaA==
825825

826-
827-
version "5.0.2"
828-
resolved "https://registry.yarnpkg.com/@types/marked/-/marked-5.0.2.tgz#ca6b0cd7a5c8799c8cd0963df0b3e1a9021dcdfa"
829-
integrity sha512-OucS4KMHhFzhz27KxmWg7J+kIYqyqoW5kdIEI319hqARQQUTqhao3M/F+uFnDXD0Rg72iDDZxZNxq5gvctmLlg==
826+
827+
version "6.0.0"
828+
resolved "https://registry.yarnpkg.com/@types/marked/-/marked-6.0.0.tgz#4dbc7df4add578ef87eb6ca2c6927c97b0531abf"
829+
integrity sha512-jmjpa4BwUsmhxcfsgUit/7A9KbrC48Q0q8KvnY107ogcjGgTFDlIL3RpihNpx2Mu1hM4mdFQjoVc4O6JoGKHsA==
830+
dependencies:
831+
marked "*"
830832

831833
832834
version "20.14.14"
@@ -2309,6 +2311,11 @@ magic-string@^0.30.10:
23092311
dependencies:
23102312
"@jridgewell/sourcemap-codec" "^1.4.15"
23112313

2314+
marked@*:
2315+
version "13.0.3"
2316+
resolved "https://registry.yarnpkg.com/marked/-/marked-13.0.3.tgz#5c5b4a5d0198060c7c9bc6ef9420a7fed30f822d"
2317+
integrity sha512-rqRix3/TWzE9rIoFGIn8JmsVfhiuC8VIQ8IdX5TfzmeBucdY05/0UlzKaw0eVtpcN/OdVFpBk7CjKGo9iHJ/zA==
2318+
23122319
23132320
version "12.0.2"
23142321
resolved "https://registry.yarnpkg.com/marked/-/marked-12.0.2.tgz#b31578fe608b599944c69807b00f18edab84647e"

0 commit comments

Comments
 (0)