From 54edad9577a69b448ad8b776eb0b8288eed3af76 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Nov 2022 06:47:10 +0000 Subject: [PATCH] Bump nx from 15.0.12 to 15.2.1 Bumps [nx](https://github.com/nrwl/nx/tree/HEAD/packages/nx) from 15.0.12 to 15.2.1. - [Release notes](https://github.com/nrwl/nx/releases) - [Commits](https://github.com/nrwl/nx/commits/15.2.1/packages/nx) --- updated-dependencies: - dependency-name: nx dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 55 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 56 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 72bd0f9..ce9677e 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "@typescript-eslint/parser": "5.42.1", "eslint": "8.27.0", "eslint-config-prettier": "8.5.0", - "nx": "15.0.12", + "nx": "15.2.1", "jest": "28.1.3", "prettier": "2.7.1", "ts-jest": "28.0.8", diff --git a/yarn.lock b/yarn.lock index 96ed65b..a37f6d0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -657,6 +657,13 @@ dependencies: nx "15.0.12" +"@nrwl/cli@15.2.1": + version "15.2.1" + resolved "https://registry.yarnpkg.com/@nrwl/cli/-/cli-15.2.1.tgz#9de75e20429315bf42516504601a785141fa6e8d" + integrity sha512-ufBJ5o3WCixdp6/TPkpn4rH3QBFJcqCMG1d14A/SvAkEnXu3vWlj3E+4GXf3CK+sGNjjf3ZGoNm7OFV+/Ml4GA== + dependencies: + nx "15.2.1" + "@nrwl/devkit@15.0.12": version "15.0.12" resolved "https://registry.yarnpkg.com/@nrwl/devkit/-/devkit-15.0.12.tgz#3019ab4454e575534b703306fb557f8ba35f60d8" @@ -736,6 +743,13 @@ dependencies: nx "15.0.12" +"@nrwl/tao@15.2.1": + version "15.2.1" + resolved "https://registry.yarnpkg.com/@nrwl/tao/-/tao-15.2.1.tgz#da6a6813eaedcb907b3917d06e4d5bbc4501dbaf" + integrity sha512-6ApglWKORasLhtjlJmqo2co/UexSSiD7mWVxT2886oKG2Y/T/5RnPFNhJgGnKJIURCNMxiSKhq7GAA+CE9zRZg== + dependencies: + nx "15.2.1" + "@nrwl/workspace@15.0.12": version "15.0.12" resolved "https://registry.yarnpkg.com/@nrwl/workspace/-/workspace-15.0.12.tgz#017e3054f2a3c1a729e2987a3c39df59c44d0eef" @@ -2919,6 +2933,47 @@ nx@15.0.12: yargs "^17.6.2" yargs-parser "21.1.1" +nx@15.2.1: + version "15.2.1" + resolved "https://registry.yarnpkg.com/nx/-/nx-15.2.1.tgz#d51962c24180383d9af1880f57f29312c8311da7" + integrity sha512-vVeT5D02cDDiSmS3P2Bos/waYQa3m0yl/rouzsKpusVSmzAQGQbKXhxPb4WnNIj8Iz/8KjFeBM/RZO021BtGNg== + dependencies: + "@nrwl/cli" "15.2.1" + "@nrwl/tao" "15.2.1" + "@parcel/watcher" "2.0.4" + "@yarnpkg/lockfile" "^1.1.0" + "@yarnpkg/parsers" "^3.0.0-rc.18" + "@zkochan/js-yaml" "0.0.6" + axios "^1.0.0" + chalk "4.1.0" + chokidar "^3.5.1" + cli-cursor "3.1.0" + cli-spinners "2.6.1" + cliui "^7.0.2" + dotenv "~10.0.0" + enquirer "~2.3.6" + fast-glob "3.2.7" + figures "3.2.0" + flat "^5.0.2" + fs-extra "^10.1.0" + glob "7.1.4" + ignore "^5.0.4" + js-yaml "4.1.0" + jsonc-parser "3.2.0" + minimatch "3.0.5" + npm-run-path "^4.0.1" + open "^8.4.0" + semver "7.3.4" + string-width "^4.2.3" + strong-log-transformer "^2.1.0" + tar-stream "~2.2.0" + tmp "~0.2.1" + tsconfig-paths "^3.9.0" + tslib "^2.3.0" + v8-compile-cache "2.3.0" + yargs "^17.6.2" + yargs-parser "21.1.1" + once@^1.3.0, once@^1.4.0: version "1.4.0" resolved "https://registry.yarnpkg.com/once/-/once-1.4.0.tgz#583b1aa775961d4b113ac17d9c50baef9dd76bd1"