From 965a7ac03f969be2abef4b2851f5d035fe0232a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Aug 2022 15:55:12 +0000 Subject: [PATCH] Bump @marp-team/marp-core from 3.3.0 to 3.3.1 Bumps [@marp-team/marp-core](https://github.com/marp-team/marp-core) from 3.3.0 to 3.3.1. - [Release notes](https://github.com/marp-team/marp-core/releases) - [Changelog](https://github.com/marp-team/marp-core/blob/main/CHANGELOG.md) - [Commits](https://github.com/marp-team/marp-core/compare/v3.3.0...v3.3.1) --- updated-dependencies: - dependency-name: "@marp-team/marp-core" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 2b04007b..fbe000fc 100644 --- a/package.json +++ b/package.json @@ -144,7 +144,7 @@ "zip-stream": "^4.1.0" }, "dependencies": { - "@marp-team/marp-core": "^3.3.0", + "@marp-team/marp-core": "^3.3.1", "@marp-team/marpit": "^2.4.0", "chokidar": "^3.5.3", "cosmiconfig": "^7.0.1", diff --git a/yarn.lock b/yarn.lock index 82fb0643..55c171f8 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1444,10 +1444,10 @@ "@jridgewell/resolve-uri" "^3.0.3" "@jridgewell/sourcemap-codec" "^1.4.10" -"@marp-team/marp-core@^3.3.0": - version "3.3.0" - resolved "https://registry.yarnpkg.com/@marp-team/marp-core/-/marp-core-3.3.0.tgz#9ccf4a71875e1dd313953b8852a1c507fa44407b" - integrity sha512-Nox7FLV/ITccjWxJremgB7ethyPjwgdXKEmZRpL9MhJraK7XDQ84zxrlYIXvBO4mBKwiS022GyxbH093odzMtg== +"@marp-team/marp-core@^3.3.1": + version "3.3.1" + resolved "https://registry.yarnpkg.com/@marp-team/marp-core/-/marp-core-3.3.1.tgz#29b40a88c34aad9cc823236e40735c1693f9d5ad" + integrity sha512-Iwe5RXO7NEWHO/BlJcJq0GrOgx9QI40boeDb+AirueTR1XRjCLPqYpGzxAaaGC4c9Uk1JdKDerAS+dl/pScsKQ== dependencies: "@marp-team/marpit" "^2.4.0" "@marp-team/marpit-svg-polyfill" "^2.0.0"