diff --git a/package.json b/package.json index a87589f..4d62b87 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ }, "dependencies": { "@popperjs/core": "^2.9.1", - "@vuepress/plugin-debug": "^2.0.0-beta.13", + "@vuepress/plugin-debug": "^2.0.0-beta.14", "bootstrap": "^5.0.0", "jquery": "^3.6.0", "markdown-it-footnote": "^3.0.2", diff --git a/yarn.lock b/yarn.lock index 8f489a7..6cea3c4 100644 --- a/yarn.lock +++ b/yarn.lock @@ -531,13 +531,13 @@ markdown-it "^12.0.4" markdown-it-container "^3.0.0" -"@vuepress/plugin-debug@^2.0.0-beta.13": - version "2.0.0-beta.13" - resolved "https://registry.yarnpkg.com/@vuepress/plugin-debug/-/plugin-debug-2.0.0-beta.13.tgz#6ce609131b6d2b0413b8ff5c2bcabc9c0d7dc606" - integrity sha512-dXutfiBN1gWP8yK4pecp+5PWlzZiOtV5X0ZKtHrV/zsK7p5/9cucRtEp0TtNNwG1V5EHxMNtv22R93e16FBppg== +"@vuepress/plugin-debug@^2.0.0-beta.14": + version "2.0.0-beta.14" + resolved "https://registry.yarnpkg.com/@vuepress/plugin-debug/-/plugin-debug-2.0.0-beta.14.tgz#e424b6ca213e8e27c66924175638f139cb348bc6" + integrity sha512-DB4Cc+Gp0PiGFHBe2tmqT/vuCsCe5rwWfW4FbQCxVrf+2xFhOdsLEhxxvGxGiKe3l76V7C0Fi9b/6Gn0pfiMSw== dependencies: "@vuepress/client" "2.0.0-beta.12" - "@vuepress/core" "2.0.0-beta.13" + "@vuepress/core" "2.0.0-beta.14" "@vuepress/utils" "2.0.0-beta.11" vue "^3.0.11" vue-router "^4.0.6"