diff --git a/package-lock.json b/package-lock.json index eaf3fa430..bda9c9f98 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,6 @@ "license": "MIT", "dependencies": { "@gemini-testing/commander": "2.15.3", - "@types/chalk": "2.2.0", "@types/mocha": "10.0.1", "@wdio/globals": "8.21.0", "@wdio/types": "8.21.0", @@ -2106,15 +2105,6 @@ "@types/chai": "*" } }, - "node_modules/@types/chalk": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/@types/chalk/-/chalk-2.2.0.tgz", - "integrity": "sha512-1zzPV9FDe1I/WHhRkf9SNgqtRJWZqrBWgu7JGveuHmmyR9CnAPCie2N/x+iHrgnpYBIcCJWHBoMRv2TRWktsvw==", - "deprecated": "This is a stub types definition for chalk (https://github.com/chalk/chalk). chalk provides its own type definitions, so you don't need @types/chalk installed!", - "dependencies": { - "chalk": "*" - } - }, "node_modules/@types/http-cache-semantics": { "version": "4.0.4", "resolved": "https://registry.npmjs.org/@types/http-cache-semantics/-/http-cache-semantics-4.0.4.tgz", @@ -18060,14 +18050,6 @@ "@types/chai": "*" } }, - "@types/chalk": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/@types/chalk/-/chalk-2.2.0.tgz", - "integrity": "sha512-1zzPV9FDe1I/WHhRkf9SNgqtRJWZqrBWgu7JGveuHmmyR9CnAPCie2N/x+iHrgnpYBIcCJWHBoMRv2TRWktsvw==", - "requires": { - "chalk": "*" - } - }, "@types/http-cache-semantics": { "version": "4.0.4", "resolved": "https://registry.npmjs.org/@types/http-cache-semantics/-/http-cache-semantics-4.0.4.tgz", diff --git a/package.json b/package.json index b9299b2c8..b1bfc57d2 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,6 @@ "license": "MIT", "dependencies": { "@gemini-testing/commander": "2.15.3", - "@types/chalk": "2.2.0", "@types/mocha": "10.0.1", "@wdio/globals": "8.21.0", "@wdio/types": "8.21.0",