From 38e2ceda63eea73d085a657c2ad39f939554e958 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 07:30:24 +0000 Subject: [PATCH] npm: bump hue.gl from 0.0.23 to 0.0.24 Bumps [hue.gl](https://github.com/stylescape/hue.gl) from 0.0.23 to 0.0.24. - [Release notes](https://github.com/stylescape/hue.gl/releases) - [Commits](https://github.com/stylescape/hue.gl/compare/v0.0.23...v0.0.24) --- updated-dependencies: - dependency-name: hue.gl dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 18 +++++++++++++----- package.json | 2 +- 2 files changed, 14 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index b096a94..bc9af0d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ ], "license": "MIT", "dependencies": { - "hue.gl": "^0.0.23", + "hue.gl": "^0.0.24", "unit.gl": "^0.0.40" }, "devDependencies": { @@ -5815,6 +5815,11 @@ "integrity": "sha512-IfEDxwoWIjkeXL1eXcDiow4UbKjhLdq6/EuSVR9GMN7KVH3r9gQ83e73hsz1Nd1T3ijd5xv1wcWRYO+D6kCI2w==", "dev": true }, + "node_modules/colorjs.io": { + "version": "0.5.2", + "resolved": "https://registry.npmjs.org/colorjs.io/-/colorjs.io-0.5.2.tgz", + "integrity": "sha512-twmVoizEW7ylZSN32OgKdXRmo1qg+wT5/6C3xu5b9QsWzSFAhHLn2xd8ro0diCsKfCj1RdaTP/nrcW+vAoQPIw==" + }, "node_modules/colorspace": { "version": "1.1.4", "resolved": "https://registry.npmjs.org/colorspace/-/colorspace-1.1.4.tgz", @@ -8642,15 +8647,18 @@ } }, "node_modules/hue.gl": { - "version": "0.0.23", - "resolved": "https://registry.npmjs.org/hue.gl/-/hue.gl-0.0.23.tgz", - "integrity": "sha512-kgEfHcwsc6Xvv33j6Jx/bxRWgFSti2KElH8EvvZu2hDeEpChIdCQfnJ3fxezxctoTA4rDKIzjgkpWall4PEYBw==", + "version": "0.0.24", + "resolved": "https://registry.npmjs.org/hue.gl/-/hue.gl-0.0.24.tgz", + "integrity": "sha512-HGlz+87nqf5p5Qv/MJcYVgFH5bVewlYcnhT8kG8miYW7BmAZF+Pb8jYT+l8knS1R32Bvo6c/JVt5TftxjDV7kg==", "funding": [ { "type": "github", "url": "https://github.com/sponsors/stylescape" } - ] + ], + "dependencies": { + "colorjs.io": "^0.5.2" + } }, "node_modules/humanize-ms": { "version": "1.2.1", diff --git a/package.json b/package.json index 215e236..af19aa6 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "build-process": "node bin/js/index.js" }, "dependencies": { - "hue.gl": "^0.0.23", + "hue.gl": "^0.0.24", "unit.gl": "^0.0.40" }, "devDependencies": {