diff --git a/package-lock.json b/package-lock.json index 77f190d..f282036 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,18 +1,18 @@ { "name": "@markdumay/hugo-theme-hinode-child", - "version": "0.4.3", + "version": "0.4.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@markdumay/hugo-theme-hinode-child", - "version": "0.4.3", + "version": "0.4.4", "hasInstallScript": true, "license": "MIT", "devDependencies": { "@fortawesome/fontawesome-free": "^6.2.1", "@fullhuman/postcss-purgecss": "^5.0.0", - "@markdumay/hugo-theme-hinode": "^0.7.5", + "@markdumay/hugo-theme-hinode": "^0.7.6", "autoprefixer": "^10.4.13", "bootstrap": "^5.2.3", "eslint": "^8.29.0", @@ -230,9 +230,9 @@ "dev": true }, "node_modules/@markdumay/hugo-theme-hinode": { - "version": "0.7.5", - "resolved": "https://registry.npmjs.org/@markdumay/hugo-theme-hinode/-/hugo-theme-hinode-0.7.5.tgz", - "integrity": "sha512-t3qu0iPzDedhIrBfwyzM0mhjxdPHNVyLMxUSJnikqUdz7coItm8rOsq2yoqAx3wBzLlPdRqupAcvHYlaOUYoZw==", + "version": "0.7.6", + "resolved": "https://registry.npmjs.org/@markdumay/hugo-theme-hinode/-/hugo-theme-hinode-0.7.6.tgz", + "integrity": "sha512-j73DMcxz1HWwIcUoakshtmPvgVjd4/D42uNZXJt5oe79ikDkty1m51zY5tkoghKN8cWwHB8qHNIX/JSsrZJORA==", "dev": true, "hasInstallScript": true }, @@ -5744,9 +5744,9 @@ "dev": true }, "@markdumay/hugo-theme-hinode": { - "version": "0.7.5", - "resolved": "https://registry.npmjs.org/@markdumay/hugo-theme-hinode/-/hugo-theme-hinode-0.7.5.tgz", - "integrity": "sha512-t3qu0iPzDedhIrBfwyzM0mhjxdPHNVyLMxUSJnikqUdz7coItm8rOsq2yoqAx3wBzLlPdRqupAcvHYlaOUYoZw==", + "version": "0.7.6", + "resolved": "https://registry.npmjs.org/@markdumay/hugo-theme-hinode/-/hugo-theme-hinode-0.7.6.tgz", + "integrity": "sha512-j73DMcxz1HWwIcUoakshtmPvgVjd4/D42uNZXJt5oe79ikDkty1m51zY5tkoghKN8cWwHB8qHNIX/JSsrZJORA==", "dev": true }, "@nodelib/fs.scandir": { diff --git a/package.json b/package.json index 1648809..bd3d531 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@markdumay/hugo-theme-hinode-child", - "version": "0.4.3", + "version": "0.4.4", "description": "Hinode is a clean blog theme for Hugo, an open-source static site generator", "main": "index.js", "scripts": { @@ -39,7 +39,7 @@ "devDependencies": { "@fortawesome/fontawesome-free": "^6.2.1", "@fullhuman/postcss-purgecss": "^5.0.0", - "@markdumay/hugo-theme-hinode": "^0.7.5", + "@markdumay/hugo-theme-hinode": "^0.7.6", "autoprefixer": "^10.4.13", "bootstrap": "^5.2.3", "eslint": "^8.29.0",