From caf1575b1f8fa50a2fd8d35d745e6612f2e49886 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 17 Sep 2024 08:25:33 +0000 Subject: [PATCH] [.bin] Update dependency @devcontainers/cli to ^0.71.0 --- .bin/package-lock.json | 14 +++++++------- .bin/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.bin/package-lock.json b/.bin/package-lock.json index c4eaba03..f1b190c2 100644 --- a/.bin/package-lock.json +++ b/.bin/package-lock.json @@ -9,14 +9,14 @@ "version": "1.0.0", "license": "UNLICENSED", "dependencies": { - "@devcontainers/cli": "^0.69.0", + "@devcontainers/cli": "^0.71.0", "yaml": "^2.2.1" } }, "node_modules/@devcontainers/cli": { - "version": "0.69.0", - "resolved": "https://registry.npmjs.org/@devcontainers/cli/-/cli-0.69.0.tgz", - "integrity": "sha512-CV3nb2knm2IAo41Gp9G9ngxSij4cq+crDxUc2ECkVQnoht/azuKa/eR253vvLG4utxzcIPFthepj5gUiTi4PDg==", + "version": "0.71.0", + "resolved": "https://registry.npmjs.org/@devcontainers/cli/-/cli-0.71.0.tgz", + "integrity": "sha512-My13mDQCZy4zFsIoU2LVdnm3g2oSvxAkp+Z1gO/cYBYG3YUdteIEGm43igq67WPEpdJqE3LjKkIKp4I6fJBzEQ==", "bin": { "devcontainer": "devcontainer.js" }, @@ -38,9 +38,9 @@ }, "dependencies": { "@devcontainers/cli": { - "version": "0.69.0", - "resolved": "https://registry.npmjs.org/@devcontainers/cli/-/cli-0.69.0.tgz", - "integrity": "sha512-CV3nb2knm2IAo41Gp9G9ngxSij4cq+crDxUc2ECkVQnoht/azuKa/eR253vvLG4utxzcIPFthepj5gUiTi4PDg==" + "version": "0.71.0", + "resolved": "https://registry.npmjs.org/@devcontainers/cli/-/cli-0.71.0.tgz", + "integrity": "sha512-My13mDQCZy4zFsIoU2LVdnm3g2oSvxAkp+Z1gO/cYBYG3YUdteIEGm43igq67WPEpdJqE3LjKkIKp4I6fJBzEQ==" }, "yaml": { "version": "2.5.0", diff --git a/.bin/package.json b/.bin/package.json index cb2df7a3..4b7056fe 100644 --- a/.bin/package.json +++ b/.bin/package.json @@ -7,7 +7,7 @@ "author": "", "license": "UNLICENSED", "dependencies": { - "@devcontainers/cli": "^0.69.0", + "@devcontainers/cli": "^0.71.0", "yaml": "^2.2.1" } }