From 9d97671f76e3d93772c828bd0d7c3bc4a3d6c7c4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Feb 2021 02:04:38 +0800 Subject: [PATCH] chore(deps): update dependency @types/marked to v1.2.2 (#33) Co-authored-by: Renovate Bot --- playground/package.json | 2 +- playground/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/playground/package.json b/playground/package.json index 1db63448..495a3ddb 100644 --- a/playground/package.json +++ b/playground/package.json @@ -13,7 +13,7 @@ "vue": "3.0.5" }, "devDependencies": { - "@types/marked": "1.2.1", + "@types/marked": "1.2.2", "@types/node": "14.14.22", "@vitejs/plugin-vue": "1.1.2", "@vue/compiler-sfc": "3.0.5", diff --git a/playground/yarn.lock b/playground/yarn.lock index 3f7aa375..54d91285 100644 --- a/playground/yarn.lock +++ b/playground/yarn.lock @@ -78,10 +78,10 @@ resolved "https://registry.npmjs.org/@types/lodash/-/lodash-4.14.167.tgz#ce7d78553e3c886d4ea643c37ec7edc20f16765e" integrity sha512-w7tQPjARrvdeBkX/Rwg95S592JwxqOjmms3zWQ0XZgSyxSLdzWaYH3vErBhdVS/lRBX7F8aBYcYJYTr5TMGOzw== -"@types/marked@1.2.1": - version "1.2.1" - resolved "https://registry.yarnpkg.com/@types/marked/-/marked-1.2.1.tgz#9864ecc10d0edb72e7be4e94acb5fcc607c15eed" - integrity sha512-d5adCgRHB+NAme23hkiTkvpfZUDqoNtL2Sr2nZBJqSj3zyHLxsfFWsGQ2sK2z9aX6L1xkJzon2c0jTPcsEjpaQ== +"@types/marked@1.2.2": + version "1.2.2" + resolved "https://registry.yarnpkg.com/@types/marked/-/marked-1.2.2.tgz#1f858a0e690247ecf3b2eef576f98f86e8d960d4" + integrity sha512-wLfw1hnuuDYrFz97IzJja0pdVsC0oedtS4QsKH1/inyW9qkLQbXgMUqEQT0MVtUBx3twjWeInUfjQbhBVLECXw== "@types/node@14.14.22": version "14.14.22"