From bfaa89bb4773180db454507bfaf0e644fc907f68 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 21 May 2020 17:14:39 +0200 Subject: [PATCH] Bump vuepress-plugin-container from 2.1.3 to 2.1.4 (#210) Bumps [vuepress-plugin-container](https://github.com/vuepress/vuepress-community) from 2.1.3 to 2.1.4. - [Release notes](https://github.com/vuepress/vuepress-community/releases) - [Commits](https://github.com/vuepress/vuepress-community/compare/vuepress-plugin-container@2.1.3...vuepress-plugin-container@2.1.4) Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9b5619db..188d8a7f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12276,9 +12276,9 @@ "dev": true }, "vuepress-plugin-container": { - "version": "2.1.3", - "resolved": "https://registry.npmjs.org/vuepress-plugin-container/-/vuepress-plugin-container-2.1.3.tgz", - "integrity": "sha512-5bTtt8PKu9edNoc2Op/sRhCynjT+xKO/VuqwH7ftjdwNZUZMl/ymga7L+5lXCWNOLYAzRHaZAyYV5tY/97cl5g==", + "version": "2.1.4", + "resolved": "https://registry.npmjs.org/vuepress-plugin-container/-/vuepress-plugin-container-2.1.4.tgz", + "integrity": "sha512-l+EkeL+rC6DJch1wAZUFIkNDaz2TNOg4NQTHa3yMAsYkC+QaSRubGdN6YwOSmfjxVmM9s9D3gwBWw0O7OBhqRg==", "dev": true, "requires": { "markdown-it-container": "^2.0.0" diff --git a/package.json b/package.json index ba9be418..66dce190 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "sass-loader": "^8.0.2", "vuepress": "^1.5.0", "vuepress-plugin-clean-urls": "^1.1.1", - "vuepress-plugin-container": "^2.1.3" + "vuepress-plugin-container": "^2.1.4" }, "dependencies": { "axios": "^0.19.2",