From ec6663bc878ca6ccb1551a6ed12c305ef30ef1db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Feb 2025 05:28:42 +0000 Subject: [PATCH] Bump @vibrant/core from 3.2.1-alpha.1 to 4.0.0 Bumps [@vibrant/core](https://github.com/Vibrant-Colors/node-vibrant/tree/HEAD/packages/vibrant-core) from 3.2.1-alpha.1 to 4.0.0. - [Release notes](https://github.com/Vibrant-Colors/node-vibrant/releases) - [Changelog](https://github.com/Vibrant-Colors/node-vibrant/blob/main/CHANGELOG.md) - [Commits](https://github.com/Vibrant-Colors/node-vibrant/commits/v4.0.0/packages/vibrant-core) --- updated-dependencies: - dependency-name: "@vibrant/core" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 132 +++++++++++++++++++++++++++++++++++++++++----- package.json | 2 +- 2 files changed, 119 insertions(+), 15 deletions(-) diff --git a/package-lock.json b/package-lock.json index c870b75..cab1edc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "dependencies": { "@mdi/js": "^7.4.47", "@vibrant/color": "^3.2.1-alpha.1", - "@vibrant/core": "^3.2.1-alpha.1", + "@vibrant/core": "^4.0.0", "@vibrant/generator-default": "^3.2.1-alpha.1", "@vibrant/image": "^3.2.1-alpha.1", "@vibrant/image-browser": "^3.2.1-alpha.1", @@ -2467,16 +2467,82 @@ "integrity": "sha512-cvm+jAPwao2NerTr3d1JttYyLhp3eD/AQBeevxF7KT6HctToWZCwr2AeTr003/wKgbjzdOV1qySnbyOeu+R+Jw==" }, "node_modules/@vibrant/core": { - "version": "3.2.1-alpha.1", - "resolved": "https://registry.npmjs.org/@vibrant/core/-/core-3.2.1-alpha.1.tgz", - "integrity": "sha512-X9Oa9WfPEQnZ6L+5dLRlh+IlsxJkYTw9b/g3stFKoNXbVRKCeXHmH48l7jIBBOg3VcXOGUdsYBqsTwPNkIveaA==", + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/@vibrant/core/-/core-4.0.0.tgz", + "integrity": "sha512-fqlVRUTDjEws9VNKvI3cDXM4wUT7fMFS+cVqEjJk3im+R5EvjJzPF6OAbNhfPzW04NvHNE555eY9FfhYuX3PRw==", + "license": "MIT", "dependencies": { - "@vibrant/color": "^3.2.1-alpha.1", - "@vibrant/generator": "^3.2.1-alpha.1", - "@vibrant/image": "^3.2.1-alpha.1", - "@vibrant/quantizer": "^3.2.1-alpha.1", - "@vibrant/types": "^3.2.1-alpha.1", - "@vibrant/worker": "^3.2.1-alpha.1" + "@vibrant/color": "^4.0.0", + "@vibrant/generator": "^4.0.0", + "@vibrant/image": "^4.0.0", + "@vibrant/quantizer": "^4.0.0", + "@vibrant/worker": "^4.0.0" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/crutchcorn" + } + }, + "node_modules/@vibrant/core/node_modules/@vibrant/color": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/@vibrant/color/-/color-4.0.0.tgz", + "integrity": "sha512-S9ItdqS1135wTXoIIqAJu8df9dqlOo6Boc5Y4MGsBTu9UmUOvOwfj5b4Ga6S5yrLAKmKYIactkz7zYJdMddkig==", + "license": "MIT", + "funding": { + "type": "github", + "url": "https://github.com/sponsors/crutchcorn" + } + }, + "node_modules/@vibrant/core/node_modules/@vibrant/generator": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/@vibrant/generator/-/generator-4.0.0.tgz", + "integrity": "sha512-CqKAjmgHVDXJVo3Q5+9pUJOvksR7cN3bzx/6MbURYh7lA4rhsIewkUK155M6q0vfcUN3ETi/eTneCi0tLuM2Sg==", + "license": "MIT", + "dependencies": { + "@vibrant/color": "^4.0.0", + "@vibrant/types": "^4.0.0" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/crutchcorn" + } + }, + "node_modules/@vibrant/core/node_modules/@vibrant/image": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/@vibrant/image/-/image-4.0.0.tgz", + "integrity": "sha512-Asv/7R/L701norosgvbjOVkodFiwcFihkXixA/gbAd6C+5GCts1Wm1NPk14FNKnM7eKkfAN+0wwPkdOH+PY/YA==", + "license": "MIT", + "dependencies": { + "@vibrant/color": "^4.0.0" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/crutchcorn" + } + }, + "node_modules/@vibrant/core/node_modules/@vibrant/quantizer": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/@vibrant/quantizer/-/quantizer-4.0.0.tgz", + "integrity": "sha512-YDGxmCv/RvHFtZghDlVRwH5GMxdGGozWS1JpUOUt73/F5zAKGiiier8F31K1npIXARn6/Gspvg/Rbg7qqyEr2A==", + "license": "MIT", + "dependencies": { + "@vibrant/color": "^4.0.0", + "@vibrant/image": "^4.0.0", + "@vibrant/types": "^4.0.0" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/crutchcorn" + } + }, + "node_modules/@vibrant/core/node_modules/@vibrant/types": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/@vibrant/types/-/types-4.0.0.tgz", + "integrity": "sha512-tA5TAbuROXcPkt+PWjmGfoaiEXyySVaNnCZovf6vXhCbMdrTTCQXvNCde2geiVl6YwtuU/Qrj9iZxS5jZ6yVIw==", + "license": "MIT", + "funding": { + "type": "github", + "url": "https://github.com/sponsors/crutchcorn" } }, "node_modules/@vibrant/generator": { @@ -2551,11 +2617,26 @@ "integrity": "sha512-ts9u7nsrENoYI5s0MmPOeY5kCLFKvQndKVDOPFCbTA0z493uhDp8mpiQhjFYTf3kPbS04z9zbHLE2luFC7x4KQ==" }, "node_modules/@vibrant/worker": { - "version": "3.2.1-alpha.1", - "resolved": "https://registry.npmjs.org/@vibrant/worker/-/worker-3.2.1-alpha.1.tgz", - "integrity": "sha512-mtSlBdHkFNr4FOnMtqtHJxy9z5AsUcZzGlpiHzvWOoaoN9lNTDPwxOBd0q4VTYWuGPrIm6Fuq5m7aRbLv7KqiQ==", + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/@vibrant/worker/-/worker-4.0.0.tgz", + "integrity": "sha512-nSaZZwWQKOgN/nPYUAIRF0/uoa7KpK91A+gjLmZZDgfN1enqxaiihmn+75ayNadW0c6cxAEpEFEHTONR5u9tMw==", + "license": "MIT", "dependencies": { - "@vibrant/types": "^3.2.1-alpha.1" + "@vibrant/types": "^4.0.0" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/crutchcorn" + } + }, + "node_modules/@vibrant/worker/node_modules/@vibrant/types": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/@vibrant/types/-/types-4.0.0.tgz", + "integrity": "sha512-tA5TAbuROXcPkt+PWjmGfoaiEXyySVaNnCZovf6vXhCbMdrTTCQXvNCde2geiVl6YwtuU/Qrj9iZxS5jZ6yVIw==", + "license": "MIT", + "funding": { + "type": "github", + "url": "https://github.com/sponsors/crutchcorn" } }, "node_modules/@webassemblyjs/ast": { @@ -8337,6 +8418,29 @@ "resolved": "https://registry.npmjs.org/@types/node/-/node-10.17.60.tgz", "integrity": "sha512-F0KIgDJfy2nA3zMLmWGKxcH2ZVEtCZXHHdOQs2gSaQ27+lNeEfGxzkIw90aXswATX7AZ33tahPbzy6KAfUreVw==" }, + "node_modules/node-vibrant/node_modules/@vibrant/core": { + "version": "3.2.1-alpha.1", + "resolved": "https://registry.npmjs.org/@vibrant/core/-/core-3.2.1-alpha.1.tgz", + "integrity": "sha512-X9Oa9WfPEQnZ6L+5dLRlh+IlsxJkYTw9b/g3stFKoNXbVRKCeXHmH48l7jIBBOg3VcXOGUdsYBqsTwPNkIveaA==", + "license": "MIT", + "dependencies": { + "@vibrant/color": "^3.2.1-alpha.1", + "@vibrant/generator": "^3.2.1-alpha.1", + "@vibrant/image": "^3.2.1-alpha.1", + "@vibrant/quantizer": "^3.2.1-alpha.1", + "@vibrant/types": "^3.2.1-alpha.1", + "@vibrant/worker": "^3.2.1-alpha.1" + } + }, + "node_modules/node-vibrant/node_modules/@vibrant/worker": { + "version": "3.2.1-alpha.1", + "resolved": "https://registry.npmjs.org/@vibrant/worker/-/worker-3.2.1-alpha.1.tgz", + "integrity": "sha512-mtSlBdHkFNr4FOnMtqtHJxy9z5AsUcZzGlpiHzvWOoaoN9lNTDPwxOBd0q4VTYWuGPrIm6Fuq5m7aRbLv7KqiQ==", + "license": "MIT", + "dependencies": { + "@vibrant/types": "^3.2.1-alpha.1" + } + }, "node_modules/normalize-path": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz", diff --git a/package.json b/package.json index c36b033..51687e6 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "dependencies": { "@mdi/js": "^7.4.47", "@vibrant/color": "^3.2.1-alpha.1", - "@vibrant/core": "^3.2.1-alpha.1", + "@vibrant/core": "^4.0.0", "@vibrant/generator-default": "^3.2.1-alpha.1", "@vibrant/image": "^3.2.1-alpha.1", "@vibrant/image-browser": "^3.2.1-alpha.1",