diff --git a/package.json b/package.json index 3328e1c499b70..c6a46a9ee9422 100644 --- a/package.json +++ b/package.json @@ -124,7 +124,7 @@ "babel-jest": "28.1.3", "babel-loader": "^8.2.2", "browserslist": "^4.21.4", - "chalk": "4.1.0", + "chalk": "^4.1.0", "chokidar": "^3.5.1", "confusing-browser-globals": "^1.0.9", "conventional-changelog-cli": "^2.0.23", diff --git a/packages/angular/package.json b/packages/angular/package.json index 074bc834ac2bf..4f09ea693ccae 100644 --- a/packages/angular/package.json +++ b/packages/angular/package.json @@ -48,7 +48,7 @@ "@nrwl/workspace": "file:../workspace", "@phenomnomnominal/tsquery": "4.1.1", "@schematics/angular": "~15.1.0", - "chalk": "4.1.0", + "chalk": "^4.1.0", "chokidar": "^3.5.1", "http-server": "^14.1.0", "ignore": "^5.0.4", diff --git a/packages/create-nx-workspace/package.json b/packages/create-nx-workspace/package.json index e6d3cdc5a4bb5..4fdf734b9879d 100644 --- a/packages/create-nx-workspace/package.json +++ b/packages/create-nx-workspace/package.json @@ -29,7 +29,7 @@ }, "homepage": "https://nx.dev", "dependencies": { - "chalk": "4.1.0", + "chalk": "^4.1.0", "enquirer": "~2.3.6", "flat": "^5.0.2", "ora": "5.3.0", diff --git a/packages/cypress/package.json b/packages/cypress/package.json index 804ab662e87c6..c6fed3ff65d59 100644 --- a/packages/cypress/package.json +++ b/packages/cypress/package.json @@ -38,7 +38,6 @@ "@nrwl/linter": "file:../linter", "@nrwl/workspace": "file:../workspace", "@phenomnomnominal/tsquery": "4.1.1", - "chalk": "4.1.0", "dotenv": "~10.0.0", "semver": "7.3.4" }, diff --git a/packages/detox/package.json b/packages/detox/package.json index be5e46da7466e..52cfab6d1f1c5 100644 --- a/packages/detox/package.json +++ b/packages/detox/package.json @@ -29,8 +29,7 @@ "@nrwl/jest": "file:../jest", "@nrwl/linter": "file:../linter", "@nrwl/react": "file:../react", - "@nrwl/workspace": "file:../workspace", - "chalk": "^4.1.0" + "@nrwl/workspace": "file:../workspace" }, "peerDependencies": { "detox": "^20.0.3" diff --git a/packages/esbuild/package.json b/packages/esbuild/package.json index 5ff16e25d686c..1671780e232b9 100644 --- a/packages/esbuild/package.json +++ b/packages/esbuild/package.json @@ -32,7 +32,7 @@ "@nrwl/devkit": "file:../devkit", "@nrwl/js": "file:../js", "@nrwl/workspace": "file:../workspace", - "chalk": "4.1.0", + "chalk": "^4.1.0", "dotenv": "~10.0.0", "fast-glob": "3.2.7", "fs-extra": "^11.1.0", diff --git a/packages/eslint-plugin-nx/package.json b/packages/eslint-plugin-nx/package.json index 640a701ef8581..22c67e0d9b8bb 100644 --- a/packages/eslint-plugin-nx/package.json +++ b/packages/eslint-plugin-nx/package.json @@ -35,7 +35,7 @@ "dependencies": { "@nrwl/devkit": "file:../devkit", "@typescript-eslint/utils": "^5.36.1", - "chalk": "4.1.0", + "chalk": "^4.1.0", "confusing-browser-globals": "^1.0.9", "semver": "7.3.4" }, diff --git a/packages/jest/package.json b/packages/jest/package.json index e9864ca130262..0590ba69311ea 100644 --- a/packages/jest/package.json +++ b/packages/jest/package.json @@ -38,7 +38,7 @@ "@jest/test-result": "28.1.1", "@nrwl/devkit": "file:../devkit", "@phenomnomnominal/tsquery": "4.1.1", - "chalk": "4.1.0", + "chalk": "^4.1.0", "dotenv": "~10.0.0", "identity-obj-proxy": "3.0.0", "jest-config": "28.1.1", diff --git a/packages/js/package.json b/packages/js/package.json index ba9256c74b2de..68cc37f2f5dae 100644 --- a/packages/js/package.json +++ b/packages/js/package.json @@ -35,7 +35,7 @@ "@nrwl/devkit": "file:../devkit", "@nrwl/linter": "file:../linter", "@nrwl/workspace": "file:../workspace", - "chalk": "4.1.0", + "chalk": "^4.1.0", "fast-glob": "3.2.7", "fs-extra": "^11.1.0", "ignore": "^5.0.4", diff --git a/packages/next/package.json b/packages/next/package.json index 2ca6b674caad5..e62d637e6b111 100644 --- a/packages/next/package.json +++ b/packages/next/package.json @@ -43,7 +43,7 @@ "@nrwl/webpack": "file:../webpack", "@nrwl/workspace": "file:../workspace", "@svgr/webpack": "^6.1.2", - "chalk": "4.1.0", + "chalk": "^4.1.0", "dotenv": "~10.0.0", "fs-extra": "^11.1.0", "ignore": "^5.0.4", diff --git a/packages/node/package.json b/packages/node/package.json index f0e9886d246f5..78dce2e90deaf 100644 --- a/packages/node/package.json +++ b/packages/node/package.json @@ -37,7 +37,6 @@ "@nrwl/linter": "file:../linter", "@nrwl/webpack": "file:../webpack", "@nrwl/workspace": "file:../workspace", - "chalk": "4.1.0", "enquirer": "~2.3.6", "tslib": "^2.3.0" }, diff --git a/packages/nx/package.json b/packages/nx/package.json index aa1451b44d5a7..d0c9d683f0a40 100644 --- a/packages/nx/package.json +++ b/packages/nx/package.json @@ -37,7 +37,7 @@ "@yarnpkg/parsers": "^3.0.0-rc.18", "@zkochan/js-yaml": "0.0.6", "axios": "^1.0.0", - "chalk": "4.1.0", + "chalk": "^4.1.0", "cli-cursor": "3.1.0", "cli-spinners": "2.6.1", "cliui": "^7.0.2", diff --git a/packages/react/package.json b/packages/react/package.json index 5ccdc7058e1fd..f51f4f52c7622 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -35,7 +35,7 @@ "@nrwl/linter": "file:../linter", "@nrwl/workspace": "file:../workspace", "@phenomnomnominal/tsquery": "4.1.1", - "chalk": "4.1.0", + "chalk": "^4.1.0", "enquirer": "~2.3.6", "minimatch": "3.0.5", "semver": "7.3.4" diff --git a/packages/rollup/package.json b/packages/rollup/package.json index b06abc15a3ffc..ff03dc1504e3b 100644 --- a/packages/rollup/package.json +++ b/packages/rollup/package.json @@ -39,7 +39,7 @@ "@rollup/plugin-node-resolve": "^13.0.4", "autoprefixer": "^10.4.9", "babel-plugin-transform-async-to-promises": "^0.8.15", - "chalk": "4.1.0", + "chalk": "^4.1.0", "dotenv": "~10.0.0", "fs-extra": "^11.1.0", "postcss": "^8.4.14", diff --git a/packages/vite/package.json b/packages/vite/package.json index 3c44b79ad6c56..afe01b66c08ff 100644 --- a/packages/vite/package.json +++ b/packages/vite/package.json @@ -34,7 +34,6 @@ "@nrwl/js": "file:../js", "@phenomnomnominal/tsquery": "4.1.1", "@swc/helpers": "^0.4.11", - "chalk": "4.1.0", "dotenv": "~10.0.0", "enquirer": "~2.3.6" }, diff --git a/packages/web/package.json b/packages/web/package.json index 22b0c37a15a16..7c9b8f3549da0 100644 --- a/packages/web/package.json +++ b/packages/web/package.json @@ -49,7 +49,7 @@ "babel-plugin-const-enum": "^1.0.1", "babel-plugin-macros": "^2.8.0", "babel-plugin-transform-typescript-metadata": "^0.3.1", - "chalk": "4.1.0", + "chalk": "^4.1.0", "chokidar": "^3.5.1", "http-server": "^14.1.0", "ignore": "^5.0.4", diff --git a/packages/webpack/package.json b/packages/webpack/package.json index a70adec8675a1..f9b3a10d29747 100644 --- a/packages/webpack/package.json +++ b/packages/webpack/package.json @@ -34,7 +34,7 @@ "@nrwl/workspace": "file:../workspace", "autoprefixer": "^10.4.9", "babel-loader": "^8.2.2", - "chalk": "4.1.0", + "chalk": "^4.1.0", "chokidar": "^3.5.1", "copy-webpack-plugin": "^10.2.4", "css-loader": "^6.4.0", diff --git a/packages/workspace/package.json b/packages/workspace/package.json index 795d1cf7158ac..88e83a33e1197 100644 --- a/packages/workspace/package.json +++ b/packages/workspace/package.json @@ -72,7 +72,7 @@ "dependencies": { "@nrwl/devkit": "file:../devkit", "@parcel/watcher": "2.0.4", - "chalk": "4.1.0", + "chalk": "^4.1.0", "chokidar": "^3.5.1", "cli-cursor": "3.1.0", "cli-spinners": "2.6.1",