From ea9eb1798c8ff7911cc7fe97de2cdf17d11a5ca6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 13 Sep 2024 10:07:25 +0000 Subject: [PATCH] Update dependency @total-typescript/exercise-cli to ^0.11.0 --- 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 3b808e99..cab26e1a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "zod": "^3.17.10" }, "devDependencies": { - "@total-typescript/exercise-cli": "^0.10.0", + "@total-typescript/exercise-cli": "^0.11.0", "@total-typescript/tsconfig": "^1.0.3", "@types/node": "^18.6.5", "cross-fetch": "^3.1.5", @@ -601,9 +601,9 @@ } }, "node_modules/@total-typescript/exercise-cli": { - "version": "0.10.1", - "resolved": "https://registry.npmjs.org/@total-typescript/exercise-cli/-/exercise-cli-0.10.1.tgz", - "integrity": "sha512-1gSFgd0bacbz6kTeXD4j75uG1WQdzy3tQ66wH89MPyGDV//DrTYq5kXGghzjJLCzM5e4hFZ0NRCWCaogiB59wg==", + "version": "0.11.0", + "resolved": "https://registry.npmjs.org/@total-typescript/exercise-cli/-/exercise-cli-0.11.0.tgz", + "integrity": "sha512-VTRT1UTedPEburo5uQZLDchnbUAciOKsnO89y7DAKJS3/NMAObi6gr1/SNlCcEmCRa/Rya2mLG+iYBYhnmYsYA==", "dev": true, "dependencies": { "chokidar": "^3.5.3", @@ -3625,9 +3625,9 @@ "dev": true }, "@total-typescript/exercise-cli": { - "version": "0.10.1", - "resolved": "https://registry.npmjs.org/@total-typescript/exercise-cli/-/exercise-cli-0.10.1.tgz", - "integrity": "sha512-1gSFgd0bacbz6kTeXD4j75uG1WQdzy3tQ66wH89MPyGDV//DrTYq5kXGghzjJLCzM5e4hFZ0NRCWCaogiB59wg==", + "version": "0.11.0", + "resolved": "https://registry.npmjs.org/@total-typescript/exercise-cli/-/exercise-cli-0.11.0.tgz", + "integrity": "sha512-VTRT1UTedPEburo5uQZLDchnbUAciOKsnO89y7DAKJS3/NMAObi6gr1/SNlCcEmCRa/Rya2mLG+iYBYhnmYsYA==", "dev": true, "requires": { "chokidar": "^3.5.3", diff --git a/package.json b/package.json index e41a4491..91a09467 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "author": "Matt Pocock ", "license": "GPL-3.0", "devDependencies": { - "@total-typescript/exercise-cli": "^0.10.0", + "@total-typescript/exercise-cli": "^0.11.0", "@total-typescript/tsconfig": "^1.0.3", "@types/node": "^18.6.5", "cross-fetch": "^3.1.5",