Skip to content

Commit 3c440b9

Browse files
Update dependency @types/marked to v6 [skip netlify]
1 parent 20e014d commit 3c440b9

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
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.2",
2929
"@tsconfig/node18": "18.2.4",
30-
"@types/marked": "5.0.2",
30+
"@types/marked": "6.0.0",
3131
"@types/node": "20.12.7",
3232
"@vitejs/plugin-vue": "5.0.4",
3333
"@vue/eslint-config-prettier": "9.0.0",

yarn.lock

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -829,10 +829,12 @@
829829
resolved "https://registry.yarnpkg.com/@types/long/-/long-4.0.2.tgz#b74129719fc8d11c01868010082d483b7545591a"
830830
integrity sha512-MqTGEo5bj5t157U6fA/BiDynNkn0YknVdh48CMPkTSpFTVmvao5UQmm7uEF6xBEo7qIMAlY/JSleYaE6VOdpaA==
831831

832-
833-
version "5.0.2"
834-
resolved "https://registry.yarnpkg.com/@types/marked/-/marked-5.0.2.tgz#ca6b0cd7a5c8799c8cd0963df0b3e1a9021dcdfa"
835-
integrity sha512-OucS4KMHhFzhz27KxmWg7J+kIYqyqoW5kdIEI319hqARQQUTqhao3M/F+uFnDXD0Rg72iDDZxZNxq5gvctmLlg==
832+
833+
version "6.0.0"
834+
resolved "https://registry.yarnpkg.com/@types/marked/-/marked-6.0.0.tgz#4dbc7df4add578ef87eb6ca2c6927c97b0531abf"
835+
integrity sha512-jmjpa4BwUsmhxcfsgUit/7A9KbrC48Q0q8KvnY107ogcjGgTFDlIL3RpihNpx2Mu1hM4mdFQjoVc4O6JoGKHsA==
836+
dependencies:
837+
marked "*"
836838

837839
838840
version "20.12.7"
@@ -2328,7 +2330,7 @@ magic-string@^0.30.8:
23282330
dependencies:
23292331
"@jridgewell/sourcemap-codec" "^1.4.15"
23302332

2331-
2333+
marked@*, marked@12.0.2:
23322334
version "12.0.2"
23332335
resolved "https://registry.yarnpkg.com/marked/-/marked-12.0.2.tgz#b31578fe608b599944c69807b00f18edab84647e"
23342336
integrity sha512-qXUm7e/YKFoqFPYPa3Ukg9xlI5cyAtGmyEIzMfW//m6kXwCy2Ps9DYf5ioijFKQ8qyuscrHoY04iJGctu2Kg0Q==

0 commit comments

Comments
 (0)