diff --git a/cantarus-polydeploy-client/package-lock.json b/cantarus-polydeploy-client/package-lock.json index b1e7aac..8aa660d 100644 --- a/cantarus-polydeploy-client/package-lock.json +++ b/cantarus-polydeploy-client/package-lock.json @@ -13,7 +13,7 @@ "azure-pipelines-task-lib": "^5.277.0" }, "devDependencies": { - "tfx-cli": "^0.23.3" + "tfx-cli": "^0.23.4" } }, "node_modules/@babel/code-frame": { @@ -3294,9 +3294,9 @@ } }, "node_modules/tfx-cli": { - "version": "0.23.3", - "resolved": "https://registry.npmjs.org/tfx-cli/-/tfx-cli-0.23.3.tgz", - "integrity": "sha512-4M+2vbMqho3uZIZA4qM1DU6wIIcRRhNbhSfAg9P9C13EUN4YH8R3x8Lkmg6cpSuutEALSTojFAVCW01W4BuOww==", + "version": "0.23.4", + "resolved": "https://registry.npmjs.org/tfx-cli/-/tfx-cli-0.23.4.tgz", + "integrity": "sha512-P6/j9U1Kv71Ckr0ENx6k0mGt++EK7C7O1bsS4eI1AjjbK0Gnkz5BfAni5FhTPu9zEv6/GhUvdNHqu9A7K+W7LA==", "dev": true, "dependencies": { "app-root-path": "1.0.0", @@ -3308,7 +3308,7 @@ "jju": "^1.4.0", "json-in-place": "^1.0.1", "jszip": "^3.10.1", - "lodash": "~4.17.23", + "lodash": "~4.18.1", "minimist": "^1.2.6", "mkdirp": "^1.0.4", "onecolor": "^2.5.0", @@ -3390,12 +3390,6 @@ "url": "https://github.com/sponsors/isaacs" } }, - "node_modules/tfx-cli/node_modules/lodash": { - "version": "4.17.23", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.23.tgz", - "integrity": "sha512-LgVTMpQtIopCi79SJeDiP0TfWi5CNEc/L/aRdTh3yIvmZXTnheWpKjSZhnvMl8iXbC1tFg9gdHHDMLoV7CnG+w==", - "dev": true - }, "node_modules/tfx-cli/node_modules/lru-cache": { "version": "11.2.4", "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.2.4.tgz", @@ -6198,9 +6192,9 @@ } }, "tfx-cli": { - "version": "0.23.3", - "resolved": "https://registry.npmjs.org/tfx-cli/-/tfx-cli-0.23.3.tgz", - "integrity": "sha512-4M+2vbMqho3uZIZA4qM1DU6wIIcRRhNbhSfAg9P9C13EUN4YH8R3x8Lkmg6cpSuutEALSTojFAVCW01W4BuOww==", + "version": "0.23.4", + "resolved": "https://registry.npmjs.org/tfx-cli/-/tfx-cli-0.23.4.tgz", + "integrity": "sha512-P6/j9U1Kv71Ckr0ENx6k0mGt++EK7C7O1bsS4eI1AjjbK0Gnkz5BfAni5FhTPu9zEv6/GhUvdNHqu9A7K+W7LA==", "dev": true, "requires": { "app-root-path": "1.0.0", @@ -6212,7 +6206,7 @@ "jju": "^1.4.0", "json-in-place": "^1.0.1", "jszip": "^3.10.1", - "lodash": "~4.17.23", + "lodash": "~4.18.1", "minimist": "^1.2.6", "mkdirp": "^1.0.4", "onecolor": "^2.5.0", @@ -6267,12 +6261,6 @@ "@isaacs/cliui": "^8.0.2" } }, - "lodash": { - "version": "4.17.23", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.23.tgz", - "integrity": "sha512-LgVTMpQtIopCi79SJeDiP0TfWi5CNEc/L/aRdTh3yIvmZXTnheWpKjSZhnvMl8iXbC1tFg9gdHHDMLoV7CnG+w==", - "dev": true - }, "lru-cache": { "version": "11.2.4", "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.2.4.tgz", diff --git a/cantarus-polydeploy-client/package.json b/cantarus-polydeploy-client/package.json index 92c15c7..aff57b0 100644 --- a/cantarus-polydeploy-client/package.json +++ b/cantarus-polydeploy-client/package.json @@ -16,7 +16,7 @@ "azure-pipelines-task-lib": "^5.277.0" }, "devDependencies": { - "tfx-cli": "^0.23.3" + "tfx-cli": "^0.23.4" }, "scripts": { "package": "cd .. && tfx extension create --manifest-globs vss-extension.json"