diff --git a/package-lock.json b/package-lock.json index e22c2f7..3de767f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@babel/core": "^7.22", "@babel/preset-env": "^7.23", "@fullhuman/postcss-purgecss": "^4.1", - "@hyas/images": "^0.2.2", + "@hyas/images": "^3.2.0", "auto-changelog": "^2.4", "autoprefixer": "^10.4", "bootstrap": "^5.2.0-beta1", @@ -1905,10 +1905,14 @@ "dev": true }, "node_modules/@hyas/images": { - "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 + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/@hyas/images/-/images-3.2.0.tgz", + "integrity": "sha512-z5l7NK9dmeCzhicx57DPBxznqm6vTmo9GzwxG0Zqg1GYEu2UzEEQ187GWvLZrh5AAOAhpC+xydNR8SYvccen2w==", + "deprecated": "Package no longer supported. Use https://www.npmjs.com/package/@thulite/images instead.", + "dev": true, + "engines": { + "node": ">=20.11.0" + } }, "node_modules/@jridgewell/gen-mapping": { "version": "0.1.1", @@ -8471,9 +8475,9 @@ "dev": true }, "@hyas/images": { - "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==", + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/@hyas/images/-/images-3.2.0.tgz", + "integrity": "sha512-z5l7NK9dmeCzhicx57DPBxznqm6vTmo9GzwxG0Zqg1GYEu2UzEEQ187GWvLZrh5AAOAhpC+xydNR8SYvccen2w==", "dev": true }, "@jridgewell/gen-mapping": { diff --git a/package.json b/package.json index f717f72..256204d 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "@babel/core": "^7.22", "@babel/preset-env": "^7.23", "@fullhuman/postcss-purgecss": "^4.1", - "@hyas/images": "^0.2.2", + "@hyas/images": "^3.2.0", "auto-changelog": "^2.4", "autoprefixer": "^10.4", "bootstrap": "^5.2.0-beta1",