diff --git a/package-lock.json b/package-lock.json index 667fc25e..19470eac 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3216,9 +3216,9 @@ "integrity": "sha512-Hl219/BT5fLAaz6NDkSuhzasy49dwQS/DSdu4MdggFB8zcXv7vflBI3xp7FEmkmdDkBUI2bPUNeMttp2knYdxw==" }, "node_modules/@types/yargs": { - "version": "17.0.32", - "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-17.0.32.tgz", - "integrity": "sha512-xQ67Yc/laOG5uMfX/093MRlGGCIBzZMarVa+gfNKJxWAIgykYpVGkBdbqEzGDDfCrVUj6Hiff4mTZ5BA6TmAog==", + "version": "17.0.33", + "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-17.0.33.tgz", + "integrity": "sha512-WpxBCKWPLr4xSsHgz511rFJAM+wS28w2zEO1QDNY5zM/S8ok70NNfztH0xwhqKyaK0OHCbN98LDAZuy1ctxDkA==", "dependencies": { "@types/yargs-parser": "*" } @@ -12922,7 +12922,7 @@ "camel-case": "^5.0.0", "chalk": "^4.0.0", "chokidar": "^3.3.1", - "debug": "^4.3.6", + "debug": "^4.1.1", "fp-ts": "^2.5.3", "fs-extra": "^11.0.0", "glob": "^11.0.0", @@ -12942,7 +12942,7 @@ "@types/debug": "4.1.12", "@types/fs-extra": "11.0.4", "@types/nunjucks": "^3.1.3", - "@types/yargs": "17.0.32" + "@types/yargs": "17.0.33" }, "engines": { "node": ">=14.16" @@ -12989,7 +12989,7 @@ "dependencies": { "antlr4ts": "0.5.0-alpha.4", "chalk": "^4.1.0", - "debug": "^4.3.6" + "debug": "^4.1.1" }, "devDependencies": { "@types/chalk": "^2.2.0", @@ -13008,7 +13008,7 @@ "@pgtyped/runtime": "^2.3.0", "@pgtyped/wire": "^2.3.0", "chalk": "^4.1.0", - "debug": "^4.3.6" + "debug": "^4.1.1" }, "devDependencies": { "@types/chalk": "^2.2.0", @@ -13025,7 +13025,7 @@ "dependencies": { "@pgtyped/parser": "^2.3.0", "chalk": "^4.1.0", - "debug": "^4.3.6" + "debug": "^4.1.1" }, "devDependencies": { "@types/chalk": "^2.2.0", @@ -13041,7 +13041,7 @@ "version": "2.3.0", "license": "MIT", "dependencies": { - "debug": "^4.3.6" + "debug": "^4.1.1" }, "devDependencies": { "@types/debug": "^4.1.7", @@ -14903,11 +14903,11 @@ "@types/debug": "4.1.12", "@types/fs-extra": "11.0.4", "@types/nunjucks": "^3.1.3", - "@types/yargs": "17.0.32", + "@types/yargs": "17.0.33", "camel-case": "^5.0.0", "chalk": "^4.0.0", "chokidar": "^3.3.1", - "debug": "4.3.6", + "debug": "^4.1.1", "fp-ts": "^2.5.3", "fs-extra": "^11.0.0", "glob": "^11.0.0", @@ -14948,7 +14948,7 @@ "antlr4ts": "0.5.0-alpha.4", "antlr4ts-cli": "0.5.0-alpha.4", "chalk": "^4.1.0", - "debug": "^4.3.6" + "debug": "^4.1.1" } }, "@pgtyped/query": { @@ -14959,7 +14959,7 @@ "@types/chalk": "^2.2.0", "@types/debug": "^4.1.4", "chalk": "^4.1.0", - "debug": "^4.3.6" + "debug": "^4.1.1" } }, "@pgtyped/runtime": { @@ -14969,7 +14969,7 @@ "@types/chalk": "^2.2.0", "@types/debug": "^4.1.4", "chalk": "^4.1.0", - "debug": "^4.3.6", + "debug": "^4.1.1", "esbuild": "^0.19.0" } }, @@ -14978,7 +14978,7 @@ "requires": { "@types/debug": "^4.1.7", "@types/node": "20.9.5", - "debug": "^4.3.6" + "debug": "^4.1.1" }, "dependencies": { "@types/node": { @@ -15463,9 +15463,9 @@ "integrity": "sha512-Hl219/BT5fLAaz6NDkSuhzasy49dwQS/DSdu4MdggFB8zcXv7vflBI3xp7FEmkmdDkBUI2bPUNeMttp2knYdxw==" }, "@types/yargs": { - "version": "17.0.32", - "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-17.0.32.tgz", - "integrity": "sha512-xQ67Yc/laOG5uMfX/093MRlGGCIBzZMarVa+gfNKJxWAIgykYpVGkBdbqEzGDDfCrVUj6Hiff4mTZ5BA6TmAog==", + "version": "17.0.33", + "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-17.0.33.tgz", + "integrity": "sha512-WpxBCKWPLr4xSsHgz511rFJAM+wS28w2zEO1QDNY5zM/S8ok70NNfztH0xwhqKyaK0OHCbN98LDAZuy1ctxDkA==", "requires": { "@types/yargs-parser": "*" } diff --git a/packages/cli/package.json b/packages/cli/package.json index 2fc34cbb..a5987b30 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -57,7 +57,7 @@ "@types/debug": "4.1.12", "@types/fs-extra": "11.0.4", "@types/nunjucks": "^3.1.3", - "@types/yargs": "17.0.32" + "@types/yargs": "17.0.33" }, "peerDependencies": { "typescript": "3.1 - 5"