From 53f64107be76e8f1a5289a72ccaa992ce51f5a0c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Jun 2023 05:56:54 +0000 Subject: [PATCH] Bump tfx-cli from 0.14.0 to 0.15.0 Bumps [tfx-cli](https://github.com/Microsoft/tfs-cli) from 0.14.0 to 0.15.0. - [Release notes](https://github.com/Microsoft/tfs-cli/releases) - [Commits](https://github.com/Microsoft/tfs-cli/commits) --- updated-dependencies: - dependency-name: tfx-cli dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 84949cb09..7efe59a13 100644 --- a/package-lock.json +++ b/package-lock.json @@ -31,7 +31,7 @@ "replace-in-file-webpack-plugin": "^1.0.6", "shelljs": "^0.8.5", "terser-webpack-plugin": "^5.3.9", - "tfx-cli": "^0.14.0", + "tfx-cli": "^0.15.0", "trim-newlines": ">=5.0.0", "ts-loader": "^9.4.3", "typescript": "^5.1.3", @@ -3014,9 +3014,9 @@ } }, "node_modules/tfx-cli": { - "version": "0.14.0", - "resolved": "https://registry.npmjs.org/tfx-cli/-/tfx-cli-0.14.0.tgz", - "integrity": "sha512-LTtp5JMVrsAvtnbvtRIqkEFG6WqO1qThNNM+3/CAlIKwxhBaenl+D/YL9pNojX83pgTA2Fe/FyZJ0A6jAiu5rA==", + "version": "0.15.0", + "resolved": "https://registry.npmjs.org/tfx-cli/-/tfx-cli-0.15.0.tgz", + "integrity": "sha512-uZ9+vVlfWy39wzfJXVOjaCYeN4q5Cp5ywt4SmiAEhN6/ILTr/ApxZEUo7nTfHwt51p5odD7+mMbvXAigmA5GIg==", "dev": true, "dependencies": { "app-root-path": "1.0.0", @@ -6164,9 +6164,9 @@ } }, "tfx-cli": { - "version": "0.14.0", - "resolved": "https://registry.npmjs.org/tfx-cli/-/tfx-cli-0.14.0.tgz", - "integrity": "sha512-LTtp5JMVrsAvtnbvtRIqkEFG6WqO1qThNNM+3/CAlIKwxhBaenl+D/YL9pNojX83pgTA2Fe/FyZJ0A6jAiu5rA==", + "version": "0.15.0", + "resolved": "https://registry.npmjs.org/tfx-cli/-/tfx-cli-0.15.0.tgz", + "integrity": "sha512-uZ9+vVlfWy39wzfJXVOjaCYeN4q5Cp5ywt4SmiAEhN6/ILTr/ApxZEUo7nTfHwt51p5odD7+mMbvXAigmA5GIg==", "dev": true, "requires": { "app-root-path": "1.0.0", diff --git a/package.json b/package.json index 00cf98125..2601d320e 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "replace-in-file-webpack-plugin": "^1.0.6", "shelljs": "^0.8.5", "terser-webpack-plugin": "^5.3.9", - "tfx-cli": "^0.14.0", + "tfx-cli": "^0.15.0", "trim-newlines": ">=5.0.0", "ts-loader": "^9.4.3", "typescript": "^5.1.3",