diff --git a/package-lock.json b/package-lock.json index e7604f3..d3394f6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "license": "MIT", "dependencies": { "@aegisjsproject/component": "^0.1.7", - "@aegisjsproject/core": "^0.2.29", + "@aegisjsproject/core": "^0.2.30", "@aegisjsproject/styles": "^0.2.7" }, "devDependencies": { @@ -85,9 +85,9 @@ } }, "node_modules/@aegisjsproject/core": { - "version": "0.2.29", - "resolved": "https://registry.npmjs.org/@aegisjsproject/core/-/core-0.2.29.tgz", - "integrity": "sha512-mpgAfqDoB+OyNqGY1BuUGHGzjxYCxCSUSV4LW0aGLgpCTsJugiEOLWEj8I+djZk96P3Whdb96iTqSmdIVatECg==", + "version": "0.2.30", + "resolved": "https://registry.npmjs.org/@aegisjsproject/core/-/core-0.2.30.tgz", + "integrity": "sha512-LVeLjySf2LoeoGXR2wHGURLL+mejN4w46Jtr/NPAPaLZmvmgwF9SOHLMFhlIYISYs/KX4VP5mcmDhfo4qpiZQA==", "funding": [ { "type": "librepay", @@ -2449,9 +2449,9 @@ } }, "@aegisjsproject/core": { - "version": "0.2.29", - "resolved": "https://registry.npmjs.org/@aegisjsproject/core/-/core-0.2.29.tgz", - "integrity": "sha512-mpgAfqDoB+OyNqGY1BuUGHGzjxYCxCSUSV4LW0aGLgpCTsJugiEOLWEj8I+djZk96P3Whdb96iTqSmdIVatECg==", + "version": "0.2.30", + "resolved": "https://registry.npmjs.org/@aegisjsproject/core/-/core-0.2.30.tgz", + "integrity": "sha512-LVeLjySf2LoeoGXR2wHGURLL+mejN4w46Jtr/NPAPaLZmvmgwF9SOHLMFhlIYISYs/KX4VP5mcmDhfo4qpiZQA==", "requires": { "@aegisjsproject/callback-registry": "^1.0.3", "@aegisjsproject/parsers": "^0.1.4", diff --git a/package.json b/package.json index 51a19b4..f3ee4f8 100644 --- a/package.json +++ b/package.json @@ -94,7 +94,7 @@ }, "dependencies": { "@aegisjsproject/component": "^0.1.7", - "@aegisjsproject/core": "^0.2.29", + "@aegisjsproject/core": "^0.2.30", "@aegisjsproject/styles": "^0.2.7" } }