diff --git a/package-lock.json b/package-lock.json index 632740c..0b06be0 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 4267acc..bb1ae53 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" } }