From b179866374e1d6eaa0def9af87d2c0ada89382b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 May 2022 15:56:05 +0000 Subject: [PATCH] chore(deps): bump ts-morph from 13.0.3 to 14.0.0 Bumps [ts-morph](https://github.com/dsherret/ts-morph) from 13.0.3 to 14.0.0. - [Release notes](https://github.com/dsherret/ts-morph/releases) - [Commits](https://github.com/dsherret/ts-morph/compare/13.0.3...14.0.0) --- updated-dependencies: - dependency-name: ts-morph dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 112 ++++++++++++++++++------ packages/openapi-generator/package.json | 2 +- 2 files changed, 86 insertions(+), 28 deletions(-) diff --git a/package-lock.json b/package-lock.json index c91225e6..550f41a0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1085,15 +1085,35 @@ } }, "node_modules/@ts-morph/common": { - "version": "0.12.3", - "license": "MIT", + "version": "0.13.0", + "resolved": "https://registry.npmjs.org/@ts-morph/common/-/common-0.13.0.tgz", + "integrity": "sha512-fEJ6j7Cu8yiWjA4UmybOBH9Efgb/64ZTWuvCF4KysGu4xz8ettfyaqFt8WZ1btCxXsGZJjZ2/3svOF6rL+UFdQ==", "dependencies": { - "fast-glob": "^3.2.7", - "minimatch": "^3.0.4", + "fast-glob": "^3.2.11", + "minimatch": "^5.0.1", "mkdirp": "^1.0.4", "path-browserify": "^1.0.1" } }, + "node_modules/@ts-morph/common/node_modules/brace-expansion": { + "version": "2.0.1", + "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", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.0.tgz", + "integrity": "sha512-9TPBGGak4nHfGZsPBohm9AWg6NoT7QTCehS3BIJABslyZbzxfV78QM2Y6+i741OPZIafFAaiiEMh5OyIrJPgtg==", + "dependencies": { + "brace-expansion": "^2.0.1" + }, + "engines": { + "node": ">=10" + } + }, "node_modules/@tsconfig/node10": { "version": "1.0.8", "dev": true, @@ -1174,9 +1194,10 @@ "dev": true }, "node_modules/@types/mocha": { - "version": "9.0.0", - "dev": true, - "license": "MIT" + "version": "9.1.1", + "resolved": "https://registry.npmjs.org/@types/mocha/-/mocha-9.1.1.tgz", + "integrity": "sha512-Z61JK7DKDtdKTWwLeElSEBcWGRLY8g95ic5FoQqI9CMx0ns/Ghep3B4DfcEimiKMvtamNVULVNKEsiwV3aQmXw==", + "dev": true }, "node_modules/@types/node": { "version": "16.11.7", @@ -1659,6 +1680,7 @@ }, "node_modules/brace-expansion": { "version": "1.1.11", + "dev": true, "license": "MIT", "dependencies": { "balanced-match": "^1.0.0", @@ -2219,6 +2241,7 @@ }, "node_modules/concat-map": { "version": "0.0.1", + "dev": true, "license": "MIT" }, "node_modules/concat-stream": { @@ -4913,6 +4936,7 @@ }, "node_modules/minimatch": { "version": "3.0.4", + "dev": true, "license": "ISC", "dependencies": { "brace-expansion": "^1.1.7" @@ -4961,7 +4985,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" }, @@ -11725,7 +11750,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", @@ -13792,10 +13818,11 @@ } }, "node_modules/ts-morph": { - "version": "13.0.3", - "license": "MIT", + "version": "14.0.0", + "resolved": "https://registry.npmjs.org/ts-morph/-/ts-morph-14.0.0.tgz", + "integrity": "sha512-tO8YQ1dP41fw8GVmeQAdNsD8roZi1JMqB7YwZrqU856DvmG5/710e41q2XauzTYrygH9XmMryaFeLo+kdCziyA==", "dependencies": { - "@ts-morph/common": "~0.12.3", + "@ts-morph/common": "~0.13.0", "code-block-writer": "^11.0.0" } }, @@ -14567,7 +14594,7 @@ }, "devDependencies": { "@types/chai": "4.2.12", - "@types/mocha": "9.0.0", + "@types/mocha": "9.1.1", "chai": "4.2.0", "mocha": "10.0.0", "nyc": "15.1.0", @@ -14593,7 +14620,7 @@ "io-ts": "2.2.16", "io-ts-types": "0.5.16", "openapi-types": "11.0.1", - "ts-morph": "13.0.3", + "ts-morph": "14.0.0", "typescript": "4.6.4" }, "bin": { @@ -14631,7 +14658,7 @@ "devDependencies": { "@types/chai": "4.2.12", "@types/express": "4.17.13", - "@types/mocha": "9.0.0", + "@types/mocha": "9.1.1", "@types/superagent": "4.1.5", "@types/supertest": "2.0.11", "body-parser": "1.18.2", @@ -14929,7 +14956,7 @@ "requires": { "@api-ts/response": "0.0.0-semantically-released", "@types/chai": "4.2.12", - "@types/mocha": "9.0.0", + "@types/mocha": "9.1.1", "chai": "4.2.0", "fp-ts": "2.11.8", "io-ts": "2.2.16", @@ -14955,7 +14982,7 @@ "io-ts-types": "0.5.16", "openapi-types": "11.0.1", "parser-ts": "0.6.16", - "ts-morph": "13.0.3", + "ts-morph": "14.0.0", "ts-node": "10.7.0", "typescript": "4.6.4" } @@ -14972,7 +14999,7 @@ "@api-ts/io-ts-http": "0.0.0-semantically-released", "@types/chai": "4.2.12", "@types/express": "4.17.13", - "@types/mocha": "9.0.0", + "@types/mocha": "9.1.1", "@types/superagent": "4.1.5", "@types/supertest": "2.0.11", "body-parser": "1.18.2", @@ -15984,12 +16011,32 @@ "dev": true }, "@ts-morph/common": { - "version": "0.12.3", + "version": "0.13.0", + "resolved": "https://registry.npmjs.org/@ts-morph/common/-/common-0.13.0.tgz", + "integrity": "sha512-fEJ6j7Cu8yiWjA4UmybOBH9Efgb/64ZTWuvCF4KysGu4xz8ettfyaqFt8WZ1btCxXsGZJjZ2/3svOF6rL+UFdQ==", "requires": { - "fast-glob": "^3.2.7", - "minimatch": "^3.0.4", + "fast-glob": "^3.2.11", + "minimatch": "^5.0.1", "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", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.0.tgz", + "integrity": "sha512-9TPBGGak4nHfGZsPBohm9AWg6NoT7QTCehS3BIJABslyZbzxfV78QM2Y6+i741OPZIafFAaiiEMh5OyIrJPgtg==", + "requires": { + "brace-expansion": "^2.0.1" + } + } } }, "@tsconfig/node10": { @@ -16061,7 +16108,9 @@ "dev": true }, "@types/mocha": { - "version": "9.0.0", + "version": "9.1.1", + "resolved": "https://registry.npmjs.org/@types/mocha/-/mocha-9.1.1.tgz", + "integrity": "sha512-Z61JK7DKDtdKTWwLeElSEBcWGRLY8g95ic5FoQqI9CMx0ns/Ghep3B4DfcEimiKMvtamNVULVNKEsiwV3aQmXw==", "dev": true }, "@types/node": { @@ -16398,6 +16447,7 @@ }, "brace-expansion": { "version": "1.1.11", + "dev": true, "requires": { "balanced-match": "^1.0.0", "concat-map": "0.0.1" @@ -16752,7 +16802,8 @@ "version": "1.3.0" }, "concat-map": { - "version": "0.0.1" + "version": "0.0.1", + "dev": true }, "concat-stream": { "version": "1.6.2", @@ -18507,6 +18558,7 @@ }, "minimatch": { "version": "3.0.4", + "dev": true, "requires": { "brace-expansion": "^1.1.7" } @@ -18543,7 +18595,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.0.0", @@ -23316,7 +23370,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", @@ -24760,9 +24816,11 @@ "dev": true }, "ts-morph": { - "version": "13.0.3", + "version": "14.0.0", + "resolved": "https://registry.npmjs.org/ts-morph/-/ts-morph-14.0.0.tgz", + "integrity": "sha512-tO8YQ1dP41fw8GVmeQAdNsD8roZi1JMqB7YwZrqU856DvmG5/710e41q2XauzTYrygH9XmMryaFeLo+kdCziyA==", "requires": { - "@ts-morph/common": "~0.12.3", + "@ts-morph/common": "~0.13.0", "code-block-writer": "^11.0.0" } }, diff --git a/packages/openapi-generator/package.json b/packages/openapi-generator/package.json index de23e1e1..e9496ebc 100644 --- a/packages/openapi-generator/package.json +++ b/packages/openapi-generator/package.json @@ -25,7 +25,7 @@ "io-ts": "2.2.16", "io-ts-types": "0.5.16", "openapi-types": "11.0.1", - "ts-morph": "13.0.3", + "ts-morph": "14.0.0", "typescript": "4.6.4" }, "devDependencies": {