From 7ec61ecad322c843a91a5017a900b06177091a41 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Jun 2026 15:19:38 +0000 Subject: [PATCH] Bump @aegisjsproject/styles from 0.3.3 to 0.3.4 Bumps [@aegisjsproject/styles](https://github.com/AegisJSProject/styles) from 0.3.3 to 0.3.4. - [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.3...v0.3.4) --- updated-dependencies: - dependency-name: "@aegisjsproject/styles" dependency-version: 0.3.4 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 3331ce4..95e9a31 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.3" + "@aegisjsproject/styles": "^0.3.4" }, "devDependencies": { "@rollup/plugin-node-resolve": "^16.0.3", @@ -212,9 +212,9 @@ } }, "node_modules/@aegisjsproject/styles": { - "version": "0.3.3", - "resolved": "https://registry.npmjs.org/@aegisjsproject/styles/-/styles-0.3.3.tgz", - "integrity": "sha512-19thbUqWk7Bvex8j3WBCmuYkQactMvcmNXpJa5nnCB+6WZFVubdhfgDhjSGyBPXps+HKEbsB+kHvr/+EWIMNmQ==", + "version": "0.3.4", + "resolved": "https://registry.npmjs.org/@aegisjsproject/styles/-/styles-0.3.4.tgz", + "integrity": "sha512-7jLbJl7gaqRLfYr0GZQfGh67DapNiCDmOoaGwDDkTwtc1KqogK2gJEzvIgiGJFsNkp409kn1alMGeMEZ0+F20Q==", "funding": [ { "type": "librepay", @@ -2488,9 +2488,9 @@ "integrity": "sha512-RsMJbyEC4RtFsMzRFCvhUiZS61IwxO6SRev+Sm9NJ7EG2yFJsup6Md7NVsrfZB5pS+NI+wkDNznjjKwJw5ViNw==" }, "@aegisjsproject/styles": { - "version": "0.3.3", - "resolved": "https://registry.npmjs.org/@aegisjsproject/styles/-/styles-0.3.3.tgz", - "integrity": "sha512-19thbUqWk7Bvex8j3WBCmuYkQactMvcmNXpJa5nnCB+6WZFVubdhfgDhjSGyBPXps+HKEbsB+kHvr/+EWIMNmQ==", + "version": "0.3.4", + "resolved": "https://registry.npmjs.org/@aegisjsproject/styles/-/styles-0.3.4.tgz", + "integrity": "sha512-7jLbJl7gaqRLfYr0GZQfGh67DapNiCDmOoaGwDDkTwtc1KqogK2gJEzvIgiGJFsNkp409kn1alMGeMEZ0+F20Q==", "requires": { "@aegisjsproject/parsers": "^0.1.6" } diff --git a/package.json b/package.json index 55df7b0..08c66dc 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.3" + "@aegisjsproject/styles": "^0.3.4" } }