diff --git a/package.json b/package.json index 395ebe5..315d42a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@techmmunity/symbiosis-cli", - "version": "0.0.3", + "version": "0.0.4", "main": "index.js", "types": "index.d.ts", "license": "Apache-2.0", @@ -28,7 +28,7 @@ "techmmunity-symbiosis" ], "peerDependencies": { - "@techmmunity/symbiosis": "^0.0.24", + "@techmmunity/symbiosis": "^0.0.25", "reflect-metadata": "^0.1.13", "typescript": "^4.4.4" }, @@ -39,7 +39,7 @@ }, "devDependencies": { "@techmmunity/eslint-config": "^5.1.2", - "@techmmunity/symbiosis": "^0.0.24", + "@techmmunity/symbiosis": "^0.0.25", "@types/jest": "^27.0.1", "eslint": "^8.1.0", "husky": "^7.0.4", diff --git a/yarn.lock b/yarn.lock index 17f900b..06aa99a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -610,15 +610,15 @@ eslint-plugin-react-hooks "^4.2.1-alpha-4298ddbc5-20211023" eslint-plugin-sonarjs "^0.10.0" -"@techmmunity/symbiosis@^0.0.24": - version "0.0.24" - resolved "https://registry.yarnpkg.com/@techmmunity/symbiosis/-/symbiosis-0.0.24.tgz#73a07ceb8be9495310cdcf72edabec02c3750a8e" - integrity sha512-iimA+yzYmnitauuJuIc1ILPxd/jWtLIB/wauU2De8LSGwdSN8EeOfnGbb+OuBMKwWSGBnSAwjWVMA+iKVzaXCg== +"@techmmunity/symbiosis@^0.0.25": + version "0.0.25" + resolved "https://registry.yarnpkg.com/@techmmunity/symbiosis/-/symbiosis-0.0.25.tgz#be1ad2c64a797b525dc146e0cdbb903c6b2d7b47" + integrity sha512-qGejrWxuPXBWOT4TjCds3Ie9jXiEMh19sh7eYUPS0AyalvHhCOlzZdyQA8fUg0XwLAGbfMltKUsk5KxiOvhoJQ== dependencies: "@techmmunity/utils" "^1.5.0" change-case "^4.1.2" dayjs "^1.10.6" - glob "^7.2.0" + tiny-glob "^0.2.9" "@techmmunity/utils@^1.5.0": version "1.5.0" @@ -2032,7 +2032,7 @@ glob@7.1.7: once "^1.3.0" path-is-absolute "^1.0.0" -glob@^7.1.1, glob@^7.1.2, glob@^7.1.3, glob@^7.1.4, glob@^7.1.7, glob@^7.2.0: +glob@^7.1.1, glob@^7.1.2, glob@^7.1.3, glob@^7.1.4, glob@^7.1.7: version "7.2.0" resolved "https://registry.yarnpkg.com/glob/-/glob-7.2.0.tgz#d15535af7732e02e948f4c41628bd910293f6023" integrity sha512-lmLf6gtyrPq8tTjSmrO94wBeQbFR3HbLHbuyD69wuyQkImp2hWqMGB47OX65FBkPffO641IP9jWa1z4ivqG26Q== @@ -2056,6 +2056,11 @@ globals@^13.6.0, globals@^13.9.0: dependencies: type-fest "^0.20.2" +globalyzer@0.1.0: + version "0.1.0" + resolved "https://registry.yarnpkg.com/globalyzer/-/globalyzer-0.1.0.tgz#cb76da79555669a1519d5a8edf093afaa0bf1465" + integrity sha512-40oNTM9UfG6aBmuKxk/giHn5nQ8RVz/SS4Ir6zgzOv9/qC3kKZ9v4etGTcJbEl/NyVQH7FGU7d+X1egr57Md2Q== + globby@^11.0.4: version "11.0.4" resolved "https://registry.yarnpkg.com/globby/-/globby-11.0.4.tgz#2cbaff77c2f2a62e71e9b2813a67b97a3a3001a5" @@ -2068,6 +2073,11 @@ globby@^11.0.4: merge2 "^1.3.0" slash "^3.0.0" +globrex@^0.1.2: + version "0.1.2" + resolved "https://registry.yarnpkg.com/globrex/-/globrex-0.1.2.tgz#dd5d9ec826232730cd6793a5e33a9302985e6098" + integrity sha512-uHJgbwAMwNFf5mLst7IWLNg14x1CkeqglJb/K3doi4dw6q2IvAAmM/Y81kevy83wP+Sst+nutFTYOGg3d1lsxg== + graceful-fs@^4.2.4: version "4.2.8" resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.8.tgz#e412b8d33f5e006593cbd3cee6df9f2cebbe802a" @@ -3914,6 +3924,14 @@ through@^2.3.8: resolved "https://registry.yarnpkg.com/through/-/through-2.3.8.tgz#0dd4c9ffaabc357960b1b724115d7e0e86a2e1f5" integrity sha1-DdTJ/6q8NXlgsbckEV1+Doai4fU= +tiny-glob@^0.2.9: + version "0.2.9" + resolved "https://registry.yarnpkg.com/tiny-glob/-/tiny-glob-0.2.9.tgz#2212d441ac17928033b110f8b3640683129d31e2" + integrity sha512-g/55ssRPUjShh+xkfx9UPDXqhckHEsHr4Vd9zX55oSdGZc/MD0m3sferOkwWtp98bv+kcVfEHtRJgBVJzelrzg== + dependencies: + globalyzer "0.1.0" + globrex "^0.1.2" + tmpl@1.0.5: version "1.0.5" resolved "https://registry.yarnpkg.com/tmpl/-/tmpl-1.0.5.tgz#8683e0b902bb9c20c4f726e3c0b69f36518c07cc"