From 463c9a67d8e786576bd3975fd2d0f81c0e8a47a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Apr 2024 03:54:23 +0000 Subject: [PATCH] Bump @hyas/images from 0.3.2 to 3.2.0 Bumps [@hyas/images](https://github.com/gethyas/images) from 0.3.2 to 3.2.0. - [Release notes](https://github.com/gethyas/images/releases) - [Changelog](https://github.com/gethyas/images/blob/main/CHANGELOG.md) - [Commits](https://github.com/gethyas/images/compare/v0.3.2...v3.2.0) --- updated-dependencies: - dependency-name: "@hyas/images" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 13 ++++++++----- package.json | 2 +- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 73aa825..5ee577f 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": "^6.0", - "@hyas/images": "^0.3.2", + "@hyas/images": "^3.2.0", "auto-changelog": "^2.4", "autoprefixer": "^10.4", "bootstrap": "^5.2.0-beta1", @@ -1920,10 +1920,13 @@ "dev": true }, "node_modules/@hyas/images": { - "version": "0.3.2", - "resolved": "https://registry.npmjs.org/@hyas/images/-/images-0.3.2.tgz", - "integrity": "sha512-3khtRISGu4euI2JMViqsb25QtoqlIGAcHyKgSLSj9d3JP4aD//M+PfrzNnIi/NzGu4nTiBfOBtDmR+RijBNK7g==", - "dev": true + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/@hyas/images/-/images-3.2.0.tgz", + "integrity": "sha512-z5l7NK9dmeCzhicx57DPBxznqm6vTmo9GzwxG0Zqg1GYEu2UzEEQ187GWvLZrh5AAOAhpC+xydNR8SYvccen2w==", + "dev": true, + "engines": { + "node": ">=20.11.0" + } }, "node_modules/@isaacs/cliui": { "version": "8.0.2", diff --git a/package.json b/package.json index 7406ccc..1da65dc 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "@babel/core": "^7.18", "@babel/preset-env": "^7.18", "@fullhuman/postcss-purgecss": "^6.0", - "@hyas/images": "^0.3.2", + "@hyas/images": "^3.2.0", "auto-changelog": "^2.4", "autoprefixer": "^10.4", "bootstrap": "^5.2.0-beta1",