From dcebf25ba9ac2ec969478b9fc18619300c934ad3 Mon Sep 17 00:00:00 2001 From: Christopher Guindon <chris.guindon@eclipse-foundation.org> Date: Mon, 29 Aug 2022 16:50:23 -0400 Subject: [PATCH] update hugo theme Signed-off-by: Christopher Guindon <chris.guindon@eclipse-foundation.org> --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 3daaa5bd..a4505ee7 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "install": "NODE_ENV=production npm run production" }, "dependencies": { - "eclipsefdn-hugo-solstice-theme": "0.0.162", + "eclipsefdn-hugo-solstice-theme": "0.0.163", "js-yaml": "^3.13.1", "json-minify": "^1.0.0" }, diff --git a/yarn.lock b/yarn.lock index 6efefedf..166c2b9a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2480,10 +2480,10 @@ dotignore@~0.1.2: dependencies: minimatch "^3.0.4" -eclipsefdn-hugo-solstice-theme@0.0.162: - version "0.0.162" - resolved "https://registry.yarnpkg.com/eclipsefdn-hugo-solstice-theme/-/eclipsefdn-hugo-solstice-theme-0.0.162.tgz#990e36b44943749407df43e2c968e8494253ae87" - integrity sha512-jRefdqe494LxkyV561VSPjfXJtDLZbQndWai1G6VOkIEaPK2vc+SOwJTasYHdXVEqqGlyz2yOrNCTzfCMMY1mw== +eclipsefdn-hugo-solstice-theme@0.0.163: + version "0.0.163" + resolved "https://registry.yarnpkg.com/eclipsefdn-hugo-solstice-theme/-/eclipsefdn-hugo-solstice-theme-0.0.163.tgz#f0f0e6e7ed7bcf74337579cb96621215f98797f2" + integrity sha512-3frveYZVMV1OUp3kmfIGZfbQ34cZJJiPKcgpO30xJ/ao+FGR4czF0Eq0/Q7swZoOMRIENNa445jJT5wjtKICvA== dependencies: axios "^0.21.1" eclipsefdn-solstice-assets "0.0.202" -- GitLab