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] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
This commit is contained in:
dependabot-preview[bot] 2020-05-21 17:14:39 +02:00 committed by GitHub
parent 246a989a5f
commit bfaa89bb47
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -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"

View File

@ -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",