From 1935ec7a88ed69f7474bff9ec2ab50c3dac0f3e0 Mon Sep 17 00:00:00 2001
From: Christopher Guindon <chris.guindon@eclipse-foundation.org>
Date: Tue, 29 Nov 2022 09:15:28 -0500
Subject: [PATCH] fix build

Signed-off-by: Christopher Guindon <chris.guindon@eclipse-foundation.org>
---
 package.json |  2 +-
 yarn.lock    | 18 +++++++++---------
 2 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/package.json b/package.json
index c5673d16..46efe129 100644
--- a/package.json
+++ b/package.json
@@ -21,7 +21,7 @@
     "install": "NODE_ENV=production npm run production && npm run fetch_project"
   },
   "dependencies": {
-    "eclipsefdn-hugo-solstice-theme": "0.0.173",
+    "eclipsefdn-hugo-solstice-theme": "0.0.174",
     "js-yaml": "^3.13.1",
     "json-minify": "^1.0.0"
   },
diff --git a/yarn.lock b/yarn.lock
index ecb3dbf3..d7dbbe69 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -2472,20 +2472,20 @@ dotignore@~0.1.2:
   dependencies:
     minimatch "^3.0.4"
 
-eclipsefdn-hugo-solstice-theme@0.0.172:
-  version "0.0.172"
-  resolved "https://registry.yarnpkg.com/eclipsefdn-hugo-solstice-theme/-/eclipsefdn-hugo-solstice-theme-0.0.172.tgz#6fdbb3c4b35569169a4f579183cd2394d4c16509"
-  integrity sha512-OJlYTU5jX1I1E4suRENgrdPKWaNjTO5NgmnfVrpfjPM2JmxjWFzquEJPKUWGjMnJIcJHeNeJFFT417H9Lzilfw==
+eclipsefdn-hugo-solstice-theme@0.0.174:
+  version "0.0.174"
+  resolved "https://registry.yarnpkg.com/eclipsefdn-hugo-solstice-theme/-/eclipsefdn-hugo-solstice-theme-0.0.174.tgz#50304650f4514b59eff5a9312d96ad384428793f"
+  integrity sha512-btkSdUuYWruRbA5UYMC7JIluVqvnW3TppSANuXe/CyiDRXqM9DwM+J/Zih0EE4l9ocMNHjOU6fxKN5JeNIL32A==
   dependencies:
     axios "^0.21.1"
-    eclipsefdn-solstice-assets "^0.0.210"
+    eclipsefdn-solstice-assets "^0.0.212"
     json2yaml "^1.1.0"
     toml "^3.0.0"
 
-eclipsefdn-solstice-assets@^0.0.210:
-  version "0.0.210"
-  resolved "https://registry.yarnpkg.com/eclipsefdn-solstice-assets/-/eclipsefdn-solstice-assets-0.0.210.tgz#39397111bc90c52449979c350a270c05d7f5f4c6"
-  integrity sha512-okgMzU0Iy+hEzGUtkbeZAQ3naDQakWs/Nx9qK7KAhBhVPq2CMMwgWigg5Q4LM8BeOFUf8T/DWGGa3nvFH/pxMA==
+eclipsefdn-solstice-assets@^0.0.212:
+  version "0.0.212"
+  resolved "https://registry.yarnpkg.com/eclipsefdn-solstice-assets/-/eclipsefdn-solstice-assets-0.0.212.tgz#809e156d5b79f5600c7cb82325359ee08ae80836"
+  integrity sha512-mA23RoetjES8TBUlOhFjjXyNkTZDKnycywrN3zZnqAXwDAJzqZtxIMbgJB0wvj9sRHF7fwdL2y1Vb6RytvdOOA==
   dependencies:
     "@babel/core" "^7.0.0-0"
     "@babel/plugin-proposal-class-properties" "^7.12.1"
-- 
GitLab