From b7ec75dfd5f55aa9805d1a9e1a00c07111d95162 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Apr 2026 15:05:01 +0000 Subject: [PATCH] Bump @aegisjsproject/styles from 0.3.2 to 0.3.3 Bumps [@aegisjsproject/styles](https://github.com/AegisJSProject/styles) from 0.3.2 to 0.3.3. - [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.3.2...v0.3.3) --- updated-dependencies: - dependency-name: "@aegisjsproject/styles" dependency-version: 0.3.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7d4d7d5..2ab308d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "dependencies": { "@aegisjsproject/component": "^0.1.8", "@aegisjsproject/core": "^0.2.34", - "@aegisjsproject/styles": "^0.3.2" + "@aegisjsproject/styles": "^0.3.3" }, "devDependencies": { "@rollup/plugin-node-resolve": "^16.0.3", @@ -212,9 +212,9 @@ } }, "node_modules/@aegisjsproject/styles": { - "version": "0.3.2", - "resolved": "https://registry.npmjs.org/@aegisjsproject/styles/-/styles-0.3.2.tgz", - "integrity": "sha512-xuEudu3M0N+YScu/ovcQG+ONfUEFq92RhDm+WJX3YT3BIUuM1JzLSCigdmYjEj5bX97XSsQD4fhRAYq5+nWMwQ==", + "version": "0.3.3", + "resolved": "https://registry.npmjs.org/@aegisjsproject/styles/-/styles-0.3.3.tgz", + "integrity": "sha512-19thbUqWk7Bvex8j3WBCmuYkQactMvcmNXpJa5nnCB+6WZFVubdhfgDhjSGyBPXps+HKEbsB+kHvr/+EWIMNmQ==", "funding": [ { "type": "librepay", @@ -2489,9 +2489,9 @@ "integrity": "sha512-RsMJbyEC4RtFsMzRFCvhUiZS61IwxO6SRev+Sm9NJ7EG2yFJsup6Md7NVsrfZB5pS+NI+wkDNznjjKwJw5ViNw==" }, "@aegisjsproject/styles": { - "version": "0.3.2", - "resolved": "https://registry.npmjs.org/@aegisjsproject/styles/-/styles-0.3.2.tgz", - "integrity": "sha512-xuEudu3M0N+YScu/ovcQG+ONfUEFq92RhDm+WJX3YT3BIUuM1JzLSCigdmYjEj5bX97XSsQD4fhRAYq5+nWMwQ==", + "version": "0.3.3", + "resolved": "https://registry.npmjs.org/@aegisjsproject/styles/-/styles-0.3.3.tgz", + "integrity": "sha512-19thbUqWk7Bvex8j3WBCmuYkQactMvcmNXpJa5nnCB+6WZFVubdhfgDhjSGyBPXps+HKEbsB+kHvr/+EWIMNmQ==", "requires": { "@aegisjsproject/parsers": "^0.1.6" } diff --git a/package.json b/package.json index 2c8e44c..98e4582 100644 --- a/package.json +++ b/package.json @@ -95,6 +95,6 @@ "dependencies": { "@aegisjsproject/component": "^0.1.8", "@aegisjsproject/core": "^0.2.34", - "@aegisjsproject/styles": "^0.3.2" + "@aegisjsproject/styles": "^0.3.3" } }