From 02d845ae1e8e6e02bd5b2b687934a777de32c668 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Apr 2026 15:05:36 +0000 Subject: [PATCH] Bump @aegisjsproject/styles from 0.2.8 to 0.3.0 Bumps [@aegisjsproject/styles](https://github.com/AegisJSProject/styles) from 0.2.8 to 0.3.0. - [Release notes](https://github.com/AegisJSProject/styles/releases) - [Changelog](https://github.com/AegisJSProject/styles/blob/master/CHANGELOG.md) - [Commits](https://github.com/AegisJSProject/styles/compare/v0.2.8...v0.3.0) --- updated-dependencies: - dependency-name: "@aegisjsproject/styles" dependency-version: 0.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 45 ++++++++++++++++++++++++++++++++++++++------- package.json | 2 +- 2 files changed, 39 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index af171b7..efd33df 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "dependencies": { "@aegisjsproject/component": "^0.1.7", "@aegisjsproject/core": "^0.2.34", - "@aegisjsproject/styles": "^0.2.8" + "@aegisjsproject/styles": "^0.3.0" }, "devDependencies": { "@rollup/plugin-node-resolve": "^16.0.3", @@ -87,6 +87,27 @@ "node": ">=18.0.0" } }, + "node_modules/@aegisjsproject/component/node_modules/@aegisjsproject/styles": { + "version": "0.2.8", + "resolved": "https://registry.npmjs.org/@aegisjsproject/styles/-/styles-0.2.8.tgz", + "integrity": "sha512-8eOQAKXho2NoG64qm0SWxsiZGtsOYhn9Gryht2snh9mSZ/YcRm04FI7Pk9nG9sNCFw2LU9apNisNsoP3/rrKeA==", + "funding": [ + { + "type": "librepay", + "url": "https://liberapay.com/shgysk8zer0" + }, + { + "type": "github", + "url": "https://github.com/sponsors/shgysk8zer0" + } + ], + "dependencies": { + "@aegisjsproject/parsers": "^0.1.6" + }, + "engines": { + "node": ">=18.0.0" + } + }, "node_modules/@aegisjsproject/core": { "version": "0.2.34", "resolved": "https://registry.npmjs.org/@aegisjsproject/core/-/core-0.2.34.tgz", @@ -212,9 +233,9 @@ } }, "node_modules/@aegisjsproject/styles": { - "version": "0.2.8", - "resolved": "https://registry.npmjs.org/@aegisjsproject/styles/-/styles-0.2.8.tgz", - "integrity": "sha512-8eOQAKXho2NoG64qm0SWxsiZGtsOYhn9Gryht2snh9mSZ/YcRm04FI7Pk9nG9sNCFw2LU9apNisNsoP3/rrKeA==", + "version": "0.3.0", + "resolved": "https://registry.npmjs.org/@aegisjsproject/styles/-/styles-0.3.0.tgz", + "integrity": "sha512-/sEqlQECLIWqCk/WdMSvxTj4UFKX3Rm6Nt5gbqB0MNrMTEi+455tY0GrMGO7SV+aVIf+u3s3CClEhIfzR8OfKQ==", "funding": [ { "type": "librepay", @@ -2440,6 +2461,16 @@ "requires": { "@aegisjsproject/core": "^0.2.5", "@aegisjsproject/styles": "^0.2.0" + }, + "dependencies": { + "@aegisjsproject/styles": { + "version": "0.2.8", + "resolved": "https://registry.npmjs.org/@aegisjsproject/styles/-/styles-0.2.8.tgz", + "integrity": "sha512-8eOQAKXho2NoG64qm0SWxsiZGtsOYhn9Gryht2snh9mSZ/YcRm04FI7Pk9nG9sNCFw2LU9apNisNsoP3/rrKeA==", + "requires": { + "@aegisjsproject/parsers": "^0.1.6" + } + } } }, "@aegisjsproject/core": { @@ -2489,9 +2520,9 @@ "integrity": "sha512-RsMJbyEC4RtFsMzRFCvhUiZS61IwxO6SRev+Sm9NJ7EG2yFJsup6Md7NVsrfZB5pS+NI+wkDNznjjKwJw5ViNw==" }, "@aegisjsproject/styles": { - "version": "0.2.8", - "resolved": "https://registry.npmjs.org/@aegisjsproject/styles/-/styles-0.2.8.tgz", - "integrity": "sha512-8eOQAKXho2NoG64qm0SWxsiZGtsOYhn9Gryht2snh9mSZ/YcRm04FI7Pk9nG9sNCFw2LU9apNisNsoP3/rrKeA==", + "version": "0.3.0", + "resolved": "https://registry.npmjs.org/@aegisjsproject/styles/-/styles-0.3.0.tgz", + "integrity": "sha512-/sEqlQECLIWqCk/WdMSvxTj4UFKX3Rm6Nt5gbqB0MNrMTEi+455tY0GrMGO7SV+aVIf+u3s3CClEhIfzR8OfKQ==", "requires": { "@aegisjsproject/parsers": "^0.1.6" } diff --git a/package.json b/package.json index d332e8a..85410b3 100644 --- a/package.json +++ b/package.json @@ -95,6 +95,6 @@ "dependencies": { "@aegisjsproject/component": "^0.1.7", "@aegisjsproject/core": "^0.2.34", - "@aegisjsproject/styles": "^0.2.8" + "@aegisjsproject/styles": "^0.3.0" } }