diff --git a/package-lock.json b/package-lock.json index ded63eb..62c176a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.0.1", "license": "MIT", "dependencies": { - "stylescape": "^0.0.31" + "stylescape": "^0.0.34" }, "devDependencies": { "sass": "^1.79.4", @@ -613,6 +613,11 @@ "url": "https://paulmillr.com/funding/" } }, + "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/esbuild": { "version": "0.21.5", "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.21.5.tgz", @@ -666,15 +671,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/icon.gl": { "version": "0.0.20", @@ -693,6 +701,17 @@ "integrity": "sha512-1hqclzwYwjRDFLjcFxOM5AYkkG0rpFPpr1RLPMEuGczoS7YA8gLhy8SWXYRAA/XwfEHpfo3cw5JGioS32fnMRw==", "dev": true }, + "node_modules/move.gl": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/move.gl/-/move.gl-0.0.1.tgz", + "integrity": "sha512-wknGsBPI6SFNoyOvYjsoZ+erbInP0uyOgsoLf3GBu8QscL+Er0aqke5TvVK+hiQ+8u3hG3x4jeJa0FOCMWJ5pg==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/scape-foundation" + } + ] + }, "node_modules/nanoid": { "version": "3.3.7", "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.7.tgz", @@ -825,9 +844,9 @@ } }, "node_modules/stylescape": { - "version": "0.0.31", - "resolved": "https://registry.npmjs.org/stylescape/-/stylescape-0.0.31.tgz", - "integrity": "sha512-D3jK9kp6xas9HLv8hhrBmUnOhmmAVdbCbFQSiMCskdM1bs5uWSFxhOVS+9oXkElVVkePu6tHo4yQHhiapSBW6A==", + "version": "0.0.34", + "resolved": "https://registry.npmjs.org/stylescape/-/stylescape-0.0.34.tgz", + "integrity": "sha512-JadHhCwQw6KODMfJoAuxPmINxOuFUOpA++dx7U3sbsieZJoQ78k2WZrpJXlnKniGzSkQfwTKLw49JtXIZedqWw==", "funding": [ { "type": "github", @@ -835,16 +854,17 @@ } ], "dependencies": { - "hue.gl": "^0.0.23", + "hue.gl": "^0.0.24", "icon.gl": "^0.0.20", + "move.gl": "^0.0.1", "page.gl": "^0.0.3", - "unit.gl": "^0.0.39" + "unit.gl": "^0.0.40" } }, "node_modules/unit.gl": { - "version": "0.0.39", - "resolved": "https://registry.npmjs.org/unit.gl/-/unit.gl-0.0.39.tgz", - "integrity": "sha512-0HFPhKG/4cNSPZlIlWHME3rPquVMhIWwsm2mvySc4gpoD1uvWkBfyyGS7sVj2/W3AcCZojOrwab2m97kMTpphA==", + "version": "0.0.40", + "resolved": "https://registry.npmjs.org/unit.gl/-/unit.gl-0.0.40.tgz", + "integrity": "sha512-NjxEUMJ5reE7pWj27ijpI4Xl6yOAi1UzKsp0EXkF0ustXpuHlX26HlGXqBIVMQTovyE8myTBY+uRtngdjrA5ZQ==", "funding": [ { "type": "github", diff --git a/package.json b/package.json index 43504d0..ff76e4c 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "test": "npm run build" }, "dependencies": { - "stylescape": "^0.0.31" + "stylescape": "^0.0.34" }, "devDependencies": { "sass": "^1.79.4",