diff --git a/package-lock.json b/package-lock.json index 23612b7d..286e1783 100644 --- a/package-lock.json +++ b/package-lock.json @@ -644,25 +644,28 @@ } }, "node_modules/@ts-morph/common": { - "version": "0.13.0", - "license": "MIT", + "version": "0.16.0", + "resolved": "https://registry.npmjs.org/@ts-morph/common/-/common-0.16.0.tgz", + "integrity": "sha512-SgJpzkTgZKLKqQniCjLaE3c2L2sdL7UShvmTmPBejAKd2OKV/yfMpQ2IWpAuA+VY5wy7PkSUaEObIqEK6afFuw==", "dependencies": { "fast-glob": "^3.2.11", - "minimatch": "^5.0.1", + "minimatch": "^5.1.0", "mkdirp": "^1.0.4", "path-browserify": "^1.0.1" } }, "node_modules/@ts-morph/common/node_modules/brace-expansion": { "version": "2.0.1", - "license": "MIT", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz", + "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==", "dependencies": { "balanced-match": "^1.0.0" } }, "node_modules/@ts-morph/common/node_modules/minimatch": { - "version": "5.1.0", - "license": "ISC", + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.1.tgz", + "integrity": "sha512-362NP+zlprccbEt/SkxKfRMHnNY85V74mVnpUpNyr3F35covl09Kec7/sEFLt3RA4oXmewtoaanoIf67SE5Y5g==", "dependencies": { "brace-expansion": "^2.0.1" }, @@ -4497,7 +4500,8 @@ }, "node_modules/mkdirp": { "version": "1.0.4", - "license": "MIT", + "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-1.0.4.tgz", + "integrity": "sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==", "bin": { "mkdirp": "bin/cmd.js" }, @@ -7791,7 +7795,8 @@ }, "node_modules/path-browserify": { "version": "1.0.1", - "license": "MIT" + "resolved": "https://registry.npmjs.org/path-browserify/-/path-browserify-1.0.1.tgz", + "integrity": "sha512-b7uo2UCUOYZcnF/3ID0lulOJi/bafxa1xPe7ZPsammBSpjSWQkjNxlt635YGS2MiR9GjvuXCtz2emr3jbsz98g==" }, "node_modules/path-exists": { "version": "4.0.0", @@ -9529,10 +9534,11 @@ } }, "node_modules/ts-morph": { - "version": "14.0.0", - "license": "MIT", + "version": "15.1.0", + "resolved": "https://registry.npmjs.org/ts-morph/-/ts-morph-15.1.0.tgz", + "integrity": "sha512-RBsGE2sDzUXFTnv8Ba22QfeuKbgvAGJFuTN7HfmIRUkgT/NaVLfDM/8OFm2NlFkGlWEXdpW5OaFIp1jvqdDuOg==", "dependencies": { - "@ts-morph/common": "~0.13.0", + "@ts-morph/common": "~0.16.0", "code-block-writer": "^11.0.0" } }, @@ -10299,7 +10305,7 @@ "io-ts": "2.1.3", "io-ts-types": "0.5.19", "openapi-types": "12.1.0", - "ts-morph": "14.0.0", + "ts-morph": "15.1.0", "typescript": "4.7.4" }, "bin": { @@ -10522,7 +10528,7 @@ "io-ts-types": "0.5.19", "openapi-types": "12.1.0", "parser-ts": "0.6.16", - "ts-morph": "14.0.0", + "ts-morph": "15.1.0", "ts-node": "10.9.1", "typescript": "4.7.4" }, @@ -11068,22 +11074,28 @@ "dev": true }, "@ts-morph/common": { - "version": "0.13.0", + "version": "0.16.0", + "resolved": "https://registry.npmjs.org/@ts-morph/common/-/common-0.16.0.tgz", + "integrity": "sha512-SgJpzkTgZKLKqQniCjLaE3c2L2sdL7UShvmTmPBejAKd2OKV/yfMpQ2IWpAuA+VY5wy7PkSUaEObIqEK6afFuw==", "requires": { "fast-glob": "^3.2.11", - "minimatch": "^5.0.1", + "minimatch": "^5.1.0", "mkdirp": "^1.0.4", "path-browserify": "^1.0.1" }, "dependencies": { "brace-expansion": { "version": "2.0.1", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz", + "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==", "requires": { "balanced-match": "^1.0.0" } }, "minimatch": { - "version": "5.1.0", + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.1.tgz", + "integrity": "sha512-362NP+zlprccbEt/SkxKfRMHnNY85V74mVnpUpNyr3F35covl09Kec7/sEFLt3RA4oXmewtoaanoIf67SE5Y5g==", "requires": { "brace-expansion": "^2.0.1" } @@ -13639,7 +13651,9 @@ } }, "mkdirp": { - "version": "1.0.4" + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-1.0.4.tgz", + "integrity": "sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==" }, "mocha": { "version": "10.2.0", @@ -15872,7 +15886,9 @@ "version": "1.3.3" }, "path-browserify": { - "version": "1.0.1" + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/path-browserify/-/path-browserify-1.0.1.tgz", + "integrity": "sha512-b7uo2UCUOYZcnF/3ID0lulOJi/bafxa1xPe7ZPsammBSpjSWQkjNxlt635YGS2MiR9GjvuXCtz2emr3jbsz98g==" }, "path-exists": { "version": "4.0.0", @@ -17003,9 +17019,11 @@ "dev": true }, "ts-morph": { - "version": "14.0.0", + "version": "15.1.0", + "resolved": "https://registry.npmjs.org/ts-morph/-/ts-morph-15.1.0.tgz", + "integrity": "sha512-RBsGE2sDzUXFTnv8Ba22QfeuKbgvAGJFuTN7HfmIRUkgT/NaVLfDM/8OFm2NlFkGlWEXdpW5OaFIp1jvqdDuOg==", "requires": { - "@ts-morph/common": "~0.13.0", + "@ts-morph/common": "~0.16.0", "code-block-writer": "^11.0.0" } }, diff --git a/packages/openapi-generator/package.json b/packages/openapi-generator/package.json index 0ce60a69..9c8cff8a 100644 --- a/packages/openapi-generator/package.json +++ b/packages/openapi-generator/package.json @@ -27,7 +27,7 @@ "io-ts": "2.1.3", "io-ts-types": "0.5.19", "openapi-types": "12.1.0", - "ts-morph": "14.0.0", + "ts-morph": "15.1.0", "typescript": "4.7.4" }, "devDependencies": {