From 20ab6412a4c593703b844948174897ec7161626d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 13 Sep 2024 10:50:02 +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 0acf9d1..3650e7d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "zod": "^3.19.1" }, "devDependencies": { - "@total-typescript/exercise-cli": "^0.10.0", + "@total-typescript/exercise-cli": "^0.11.0", "@types/node": "^18.6.5", "cross-fetch": "^3.1.5", "jsdom": "^21.1.1", @@ -606,9 +606,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", @@ -3706,9 +3706,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 e580dbc..fc93260 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "author": "Matt Pocock ", "license": "GPL-2.0", "devDependencies": { - "@total-typescript/exercise-cli": "^0.10.0", + "@total-typescript/exercise-cli": "^0.11.0", "@types/node": "^18.6.5", "cross-fetch": "^3.1.5", "jsdom": "^21.1.1",