diff --git a/package-lock.json b/package-lock.json index e3ae6d50..3faa0535 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "vuepress": "^1.8.2", "vuepress-plugin-medium-zoom": "^1.1.9", "vuepress-plugin-zooming": "^1.1.8", - "vuepress-theme-book": "0.0.5", + "vuepress-theme-book": "0.0.6", "vuepress-theme-dark-new": "^0.1.2", "vuepress-theme-succinct": "^1.7.2", "vuepress-theme-yuu": "^3.0.1" @@ -14913,9 +14913,9 @@ } }, "node_modules/vuepress-theme-book": { - "version": "0.0.5", - "resolved": "https://registry.npmjs.org/vuepress-theme-book/-/vuepress-theme-book-0.0.5.tgz", - "integrity": "sha512-8EK57LR/CW53/aft1HlC8UrbZ/W+ZvrlBgfsgYWSfa0QlSea4Q81KBoVkE8mGFjduzaLzudhFGw+Wa0CmghD+Q==", + "version": "0.0.6", + "resolved": "https://registry.npmjs.org/vuepress-theme-book/-/vuepress-theme-book-0.0.6.tgz", + "integrity": "sha512-3dBHmROGwNBMOvsoqTLPHYaiCJjgBV0QzSykhD813YRazUjl9/CCQSDQUgsZirxuE1cYQVuwBJxuWr6HZJvvOg==", "dev": true }, "node_modules/vuepress-theme-dark-new": { @@ -17274,6 +17274,7 @@ "integrity": "sha512-8q67ORQ9O0Ms0nlqsXTVhaBefRBaLrzPxOewAZhdcO7onHwcO5/wRdWtHhZgfpCZlhY7NogkU16z3WnorSSkEA==", "dev": true, "requires": { + "@babel/core": "^7.11.0", "@babel/helper-compilation-targets": "^7.9.6", "@babel/helper-module-imports": "^7.8.3", "@babel/plugin-proposal-class-properties": "^7.8.3", @@ -17286,6 +17287,7 @@ "@vue/babel-plugin-jsx": "^1.0.3", "@vue/babel-preset-jsx": "^1.2.4", "babel-plugin-dynamic-import-node": "^2.3.3", + "core-js": "^3.6.5", "core-js-compat": "^3.6.5", "semver": "^6.1.0" }, @@ -28217,9 +28219,9 @@ } }, "vuepress-theme-book": { - "version": "0.0.5", - "resolved": "https://registry.npmjs.org/vuepress-theme-book/-/vuepress-theme-book-0.0.5.tgz", - "integrity": "sha512-8EK57LR/CW53/aft1HlC8UrbZ/W+ZvrlBgfsgYWSfa0QlSea4Q81KBoVkE8mGFjduzaLzudhFGw+Wa0CmghD+Q==", + "version": "0.0.6", + "resolved": "https://registry.npmjs.org/vuepress-theme-book/-/vuepress-theme-book-0.0.6.tgz", + "integrity": "sha512-3dBHmROGwNBMOvsoqTLPHYaiCJjgBV0QzSykhD813YRazUjl9/CCQSDQUgsZirxuE1cYQVuwBJxuWr6HZJvvOg==", "dev": true }, "vuepress-theme-dark-new": { diff --git a/package.json b/package.json index 1f430fc1..8a34b434 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "vuepress": "^1.8.2", "vuepress-plugin-medium-zoom": "^1.1.9", "vuepress-plugin-zooming": "^1.1.8", - "vuepress-theme-book": "0.0.5", + "vuepress-theme-book": "0.0.6", "vuepress-theme-dark-new": "^0.1.2", "vuepress-theme-succinct": "^1.7.2", "vuepress-theme-yuu": "^3.0.1"