From 7bb3929218e13c6bbd05b4cb681e56f8eea9995b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 07:11:39 +0000 Subject: [PATCH] npm: bump stylescape from 0.0.22 to 0.0.31 Bumps [stylescape](https://github.com/stylescape/stylescape) from 0.0.22 to 0.0.31. - [Release notes](https://github.com/stylescape/stylescape/releases) - [Commits](https://github.com/stylescape/stylescape/compare/v0.0.22...v0.0.31) --- updated-dependencies: - dependency-name: stylescape dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 26 +++++++++++++------------- package.json | 2 +- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/package-lock.json b/package-lock.json index c3ea9a4..7b57a27 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.0.1", "license": "MIT", "dependencies": { - "stylescape": "^0.0.22" + "stylescape": "^0.0.31" }, "devDependencies": { "sass": "^1.77.8", @@ -736,13 +736,13 @@ } }, "node_modules/hue.gl": { - "version": "0.0.11", - "resolved": "https://registry.npmjs.org/hue.gl/-/hue.gl-0.0.11.tgz", - "integrity": "sha512-tEUMQ5RmIHTz66LL1MEnQkIN1RDr9WikzSiuuSb0StOjRiiq9lOEuiSiGz5/piN3dKtgzLuodkP8vSVhuO54AA==", + "version": "0.0.23", + "resolved": "https://registry.npmjs.org/hue.gl/-/hue.gl-0.0.23.tgz", + "integrity": "sha512-kgEfHcwsc6Xvv33j6Jx/bxRWgFSti2KElH8EvvZu2hDeEpChIdCQfnJ3fxezxctoTA4rDKIzjgkpWall4PEYBw==", "funding": [ { "type": "github", - "url": "https://github.com/sponsors/scape-agency" + "url": "https://github.com/sponsors/stylescape" } ] }, @@ -957,9 +957,9 @@ } }, "node_modules/stylescape": { - "version": "0.0.22", - "resolved": "https://registry.npmjs.org/stylescape/-/stylescape-0.0.22.tgz", - "integrity": "sha512-nlTnQx6G/G3Zbh5TL0dgWjTptC6GR5sonL/J933oZEYjWS2JvmyFHA/cvBYbjprp8pU4thCIDcx0Dw9nXsv6Bw==", + "version": "0.0.31", + "resolved": "https://registry.npmjs.org/stylescape/-/stylescape-0.0.31.tgz", + "integrity": "sha512-D3jK9kp6xas9HLv8hhrBmUnOhmmAVdbCbFQSiMCskdM1bs5uWSFxhOVS+9oXkElVVkePu6tHo4yQHhiapSBW6A==", "funding": [ { "type": "github", @@ -967,10 +967,10 @@ } ], "dependencies": { - "hue.gl": "^0.0.11", + "hue.gl": "^0.0.23", "icon.gl": "^0.0.20", "page.gl": "^0.0.3", - "unit.gl": "^0.0.35" + "unit.gl": "^0.0.39" } }, "node_modules/to-regex-range": { @@ -986,9 +986,9 @@ } }, "node_modules/unit.gl": { - "version": "0.0.35", - "resolved": "https://registry.npmjs.org/unit.gl/-/unit.gl-0.0.35.tgz", - "integrity": "sha512-FxTcmkZczdNqbXz1xoe3sodg4I1M4cwBx8TNF7+LCtN5cAxWdtHV9y4JY7jWOjxk8IqV6tSWXdBB5LzVA1o1YQ==", + "version": "0.0.39", + "resolved": "https://registry.npmjs.org/unit.gl/-/unit.gl-0.0.39.tgz", + "integrity": "sha512-0HFPhKG/4cNSPZlIlWHME3rPquVMhIWwsm2mvySc4gpoD1uvWkBfyyGS7sVj2/W3AcCZojOrwab2m97kMTpphA==", "funding": [ { "type": "github", diff --git a/package.json b/package.json index 4785d05..00cdca5 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "test": "npm run build" }, "dependencies": { - "stylescape": "^0.0.22" + "stylescape": "^0.0.31" }, "devDependencies": { "sass": "^1.77.8",