diff --git a/package-lock.json b/package-lock.json index 08d0e7d..d3bd3d5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "2.18.2", "license": "MIT", "dependencies": { - "@herbsjs/aloe": "^2.2.1", + "@herbsjs/aloe": "^2.3.0", "@herbsjs/herbs2repl": "^1.0.5", "ansi-256-colors": "^1.1.0", "git-user-name": "^2.0.0", @@ -763,9 +763,10 @@ "dev": true }, "node_modules/@herbsjs/aloe": { - "version": "2.2.1", - "resolved": "https://registry.npmjs.org/@herbsjs/aloe/-/aloe-2.2.1.tgz", - "integrity": "sha512-6PKNVbs4xjokbUZOA/51yS5gu0ifAYyUui6YsI7L8nneYQC1NVFEB1AnRyqo5qSyaMUaMVAfRe8a+I186h2axA==", + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/@herbsjs/aloe/-/aloe-2.3.0.tgz", + "integrity": "sha512-EzzRsrIavBz99cSgoWi92zhC3pevkYOZlyyP5Tg2kxnOccwp6v5Ow7qQq6VCNBgi8iSwqEDODRUFsoBxHXZKJA==", + "license": "MIT", "dependencies": { "chalk": "^4.1.2", "require-all": "^3.0.0" @@ -774,7 +775,7 @@ "node": ">= 16.x" }, "peerDependencies": { - "@herbsjs/buchu": "2.1.0" + "@herbsjs/buchu": "^2.1.1" }, "peerDependenciesMeta": { "@herbsjs/buchu": { @@ -847,31 +848,33 @@ } }, "node_modules/@herbsjs/buchu": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/@herbsjs/buchu/-/buchu-2.1.0.tgz", - "integrity": "sha512-piwtB1rKJMcb/vDkHh3X4jBDhGNa5Ct00DpBiDCn6QgvnxDxTVxfwEO85nIhAxCrg3C056LbGgZrV3zxVlr9eg==", + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/@herbsjs/buchu/-/buchu-2.1.1.tgz", + "integrity": "sha512-8aZ6sMmLh2qBczdlNljIkznckmz9o+wZfzB2+/vufLXBBZB4J+2rlvZ/2L8UChSRODHn2iwzuymBlix3TzImZQ==", + "license": "MIT", "peer": true, "dependencies": { - "@herbsjs/suma": "^1.3.1" + "@herbsjs/suma": "^1.4.0" }, "engines": { - "node": ">= 14.x" + "node": ">= 16.x" }, "optionalDependencies": { - "@herbsjs/gotu": "^1.2.0" + "@herbsjs/gotu": "^1.3.0" } }, "node_modules/@herbsjs/gotu": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/@herbsjs/gotu/-/gotu-1.2.0.tgz", - "integrity": "sha512-hOwEuEapqzQOd01YdfXQAqTYJCtwRwUrz/CGHOjF5At1tf8Ojnh0jK5j66LH1yKOXF2YGkBtVMp3/V+iSoEPOQ==", + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/@herbsjs/gotu/-/gotu-1.3.0.tgz", + "integrity": "sha512-FrTUQoUn043SuYbhEKP/oFmHsQJtREx4CLDtKS+0MJIZwbnLQQpvmXWHXxQwVBDHYDDH5RNyttEeezJvbr7ZeQ==", + "license": "MIT", "optional": true, "peer": true, "dependencies": { - "@herbsjs/suma": "^1.3.1" + "@herbsjs/suma": "^1.4.0" }, "engines": { - "node": ">= 14.x" + "node": ">= 16.x" } }, "node_modules/@herbsjs/herbs2repl": { @@ -952,12 +955,13 @@ } }, "node_modules/@herbsjs/suma": { - "version": "1.3.1", - "resolved": "https://registry.npmjs.org/@herbsjs/suma/-/suma-1.3.1.tgz", - "integrity": "sha512-OGRqse3k1peitBGMJEiyGhESozmCujo3PMkupRIOUFogj3YicFNl2UCmADnse+lRPKfN6QQGx7e6A5Ey9pxA2g==", + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/@herbsjs/suma/-/suma-1.4.0.tgz", + "integrity": "sha512-te2yTDV9IjidpKoAZHLmGdS5yktVOOCya5QuM8ohVbScaTCzQU2oGC7B4iOuIiRX5Oic+mrhX/cAT/J4Rk8Ctg==", + "license": "MIT", "peer": true, "engines": { - "node": ">= 14.x" + "node": ">= 16.x" } }, "node_modules/@humanwhocodes/config-array": { diff --git a/package.json b/package.json index 66dcde8..4d2c5a0 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ ], "license": "MIT", "dependencies": { - "@herbsjs/aloe": "^2.2.1", + "@herbsjs/aloe": "^2.3.0", "@herbsjs/herbs2repl": "^1.0.5", "ansi-256-colors": "^1.1.0", "git-user-name": "^2.0.0",