diff --git a/package-lock.json b/package-lock.json index 9d0ab66..5746641 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "ts-toolbelt": "^9.6.0" }, "devDependencies": { - "@total-typescript/exercise-cli": "^0.10.0", + "@total-typescript/exercise-cli": "^0.11.0", "@types/node": "^18.6.5", "@types/react": "^18.0.27", "cross-fetch": "^3.1.5", @@ -582,9 +582,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", @@ -2577,9 +2577,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 2facbdc..d60e8da 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "author": "Matt Pocock ", "license": "GPL", "devDependencies": { - "@total-typescript/exercise-cli": "^0.10.0", + "@total-typescript/exercise-cli": "^0.11.0", "@types/node": "^18.6.5", "@types/react": "^18.0.27", "cross-fetch": "^3.1.5",