From 35ca695ae49df71fa636171cba2547aefc4a7357 Mon Sep 17 00:00:00 2001 From: Madhavi Mandalia Date: Tue, 4 Jan 2022 19:41:03 +0530 Subject: [PATCH] fix(package.json): replaced globby with glob #2370 --- @commitlint/config-lerna-scopes/package.json | 2 +- @commitlint/config-patternplate/package.json | 2 +- @commitlint/ensure/package.json | 2 +- @commitlint/rules/package.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/@commitlint/config-lerna-scopes/package.json b/@commitlint/config-lerna-scopes/package.json index 51e6561e2a..9593c537db 100644 --- a/@commitlint/config-lerna-scopes/package.json +++ b/@commitlint/config-lerna-scopes/package.json @@ -38,7 +38,7 @@ "node": ">=v12" }, "dependencies": { - "globby": "^11.0.1", + "glob": "^7.2.0", "import-from": "4.0.0", "resolve-pkg": "2.0.0", "semver": "7.3.5" diff --git a/@commitlint/config-patternplate/package.json b/@commitlint/config-patternplate/package.json index 87d3b35681..eacd90fe1a 100644 --- a/@commitlint/config-patternplate/package.json +++ b/@commitlint/config-patternplate/package.json @@ -31,7 +31,7 @@ }, "dependencies": { "@commitlint/config-angular": "^16.0.0", - "globby": "^11.0.0", + "glob": "^7.2.0", "lodash": "^4.17.19" }, "devDependencies": { diff --git a/@commitlint/ensure/package.json b/@commitlint/ensure/package.json index e1ea89a041..863605c81e 100644 --- a/@commitlint/ensure/package.json +++ b/@commitlint/ensure/package.json @@ -37,7 +37,7 @@ "devDependencies": { "@commitlint/utils": "^16.0.0", "@types/lodash": "^4.14.161", - "globby": "^11.0.0" + "glob": "^7.2.0" }, "dependencies": { "@commitlint/types": "^16.0.0", diff --git a/@commitlint/rules/package.json b/@commitlint/rules/package.json index 60caa984f9..14388ff91d 100644 --- a/@commitlint/rules/package.json +++ b/@commitlint/rules/package.json @@ -39,7 +39,7 @@ "@commitlint/test": "^16.0.0", "@commitlint/utils": "^16.0.0", "conventional-changelog-angular": "5.0.13", - "globby": "^11.0.0" + "glob": "^7.2.0" }, "dependencies": { "@commitlint/ensure": "^16.0.0",