From 06ced5eaec8e29a3724fdce71a47974c18b3f5cd Mon Sep 17 00:00:00 2001 From: James Elliott Date: Tue, 12 Jul 2022 14:55:41 +1000 Subject: fix: build fails when figure has link This fixes an issue where if a figure image has a link the hugo build fails. Fixes #820 --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index d20f4c6..842a0d3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@babel/core": "^7.18", "@babel/preset-env": "^7.18", "@fullhuman/postcss-purgecss": "^4.1", - "@hyas/images": "^0.2.1", + "@hyas/images": "^0.2.2", "auto-changelog": "^2.4", "autoprefixer": "^10.4", "bootstrap": "^5.2.0-beta1", @@ -1757,9 +1757,9 @@ "dev": true }, "node_modules/@hyas/images": { - "version": "0.2.1", - "resolved": "https://registry.npmjs.org/@hyas/images/-/images-0.2.1.tgz", - "integrity": "sha512-OESrxH316UeTbgpDJsRS1fnoZzOIGh2+evhaaXUBrDXhg+5YT1myR7SKf00bzi1fSbQlw5+JyOmNLll/JNHxoQ==", + "version": "0.2.2", + "resolved": "https://registry.npmjs.org/@hyas/images/-/images-0.2.2.tgz", + "integrity": "sha512-m6sYlR+iNAQBhbt+AKekRsXPrKff+UpE1/XsGqNIi9Ptb8ZdRiv/bgY1ZCdKAf6hNop1OT1bbS5WkP9wo0wb+w==", "dev": true }, "node_modules/@jridgewell/gen-mapping": { @@ -8197,9 +8197,9 @@ "dev": true }, "@hyas/images": { - "version": "0.2.1", - "resolved": "https://registry.npmjs.org/@hyas/images/-/images-0.2.1.tgz", - "integrity": "sha512-OESrxH316UeTbgpDJsRS1fnoZzOIGh2+evhaaXUBrDXhg+5YT1myR7SKf00bzi1fSbQlw5+JyOmNLll/JNHxoQ==", + "version": "0.2.2", + "resolved": "https://registry.npmjs.org/@hyas/images/-/images-0.2.2.tgz", + "integrity": "sha512-m6sYlR+iNAQBhbt+AKekRsXPrKff+UpE1/XsGqNIi9Ptb8ZdRiv/bgY1ZCdKAf6hNop1OT1bbS5WkP9wo0wb+w==", "dev": true }, "@jridgewell/gen-mapping": { diff --git a/package.json b/package.json index e0b999b..3896bd7 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "@babel/core": "^7.18", "@babel/preset-env": "^7.18", "@fullhuman/postcss-purgecss": "^4.1", - "@hyas/images": "^0.2.1", + "@hyas/images": "^0.2.2", "auto-changelog": "^2.4", "autoprefixer": "^10.4", "bootstrap": "^5.2.0-beta1", -- cgit v1.2.3