diff --git a/webapp/package.json b/webapp/package.json index 31c26bda1..668513236 100644 --- a/webapp/package.json +++ b/webapp/package.json @@ -57,7 +57,7 @@ ] }, "dependencies": { - "@human-connection/styleguide": "0.5.21", + "@human-connection/styleguide": "0.5.22", "@nuxtjs/apollo": "^4.0.0-rc18", "@nuxtjs/axios": "~5.8.0", "@nuxtjs/dotenv": "~1.4.1", diff --git a/webapp/yarn.lock b/webapp/yarn.lock index da67b6c9f..759db6877 100644 --- a/webapp/yarn.lock +++ b/webapp/yarn.lock @@ -1141,10 +1141,10 @@ dependencies: "@hapi/hoek" "6.x.x" -"@human-connection/styleguide@0.5.21": - version "0.5.21" - resolved "https://registry.yarnpkg.com/@human-connection/styleguide/-/styleguide-0.5.21.tgz#ef577325bef8577d2846f3b29567ca15856f2e39" - integrity sha512-psGiIfrDRfwsZ5UtFGDiq2uB/nLkfPsNpAv5c2RAI3QpK+YOp5c3W1MuHASij7Z9iFaxZ0qkuzXiOg+mVAZbdg== +"@human-connection/styleguide@0.5.22": + version "0.5.22" + resolved "https://registry.yarnpkg.com/@human-connection/styleguide/-/styleguide-0.5.22.tgz#444ec98b8f8d1c438e2e99736dcffe432b302755" + integrity sha512-zYDhWWoDIEcUhAJPSrb2azBPxBfcr6igVtTx1Bz/FNMW2bIWfZIRv9U4LaJ9RG/GgjKNcVE+OPdB8zCcwqyQyA== dependencies: vue "^2.6.10" @@ -14301,6 +14301,11 @@ serve-static@1.14.1, serve-static@^1.14.1: version "1.14.1" resolved "https://registry.yarnpkg.com/serve-static/-/serve-static-1.14.1.tgz#666e636dc4f010f7ef29970a88a674320898b2f9" integrity sha512-JMrvUwE54emCYWlTI+hGrGv5I8dEwmco/00EvkzIIsR7MqrHonbD9pO2MOfFnpFntl7ecpZs+3mW+XbQZu9QCg== + dependencies: + encodeurl "~1.0.2" + escape-html "~1.0.3" + parseurl "~1.3.3" + send "0.17.1" server-destroy@^1.0.1: version "1.0.1"