From 0913b7cdc45a2c0f748984d59928f4510e4dc29d Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 31 Oct 2021 00:27:09 +0000 Subject: [PATCH] fix(deps): update dependency ts-morph to v12.1.0 --- package-lock.json | 14 +++++++------- package.json | 2 +- .../gateway/package-lock.json | 14 +++++++------- .../gateway/package.json | 2 +- .../posts-application/package-lock.json | 14 +++++++------- .../posts-application/package.json | 2 +- .../users-application/package-lock.json | 14 +++++++------- .../users-application/package.json | 2 +- .../gateway/package-lock.json | 14 +++++++------- .../gateway/package.json | 2 +- .../posts-application/package-lock.json | 14 +++++++------- .../posts-application/package.json | 2 +- .../users-application/package-lock.json | 14 +++++++------- .../users-application/package.json | 2 +- 14 files changed, 56 insertions(+), 56 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2e9eca16fc1..abd4e2025ca 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3934,9 +3934,9 @@ } }, "@ts-morph/common": { - "version": "0.11.0", - "resolved": "https://registry.npmjs.org/@ts-morph/common/-/common-0.11.0.tgz", - "integrity": "sha512-Ti2tpROSVHlBoNiJKVUYPNk/yCPb1Bcly4RsSwC2F9a8PMMYfEYovRcghTu6N5o66Jq0yvPXN3uNaO4a3zskTA==", + "version": "0.11.1", + "resolved": "https://registry.npmjs.org/@ts-morph/common/-/common-0.11.1.tgz", + "integrity": "sha512-7hWZS0NRpEsNV8vWJzg7FEz6V8MaLNeJOmwmghqUXTpzk16V1LLZhdo+4QvE/+zv4cVci0OviuJFnqhEfoV3+g==", "dev": true, "requires": { "fast-glob": "^3.2.7", @@ -23904,12 +23904,12 @@ } }, "ts-morph": { - "version": "12.0.0", - "resolved": "https://registry.npmjs.org/ts-morph/-/ts-morph-12.0.0.tgz", - "integrity": "sha512-VHC8XgU2fFW7yO1f/b3mxKDje1vmyzFXHWzOYmKEkCEwcLjDtbdLgBQviqj4ZwP4MJkQtRo6Ha2I29lq/B+VxA==", + "version": "12.1.0", + "resolved": "https://registry.npmjs.org/ts-morph/-/ts-morph-12.1.0.tgz", + "integrity": "sha512-xsJt70NePtztxDZ99bXkOwoi3p82JDUiPa0pSgfvxDj87mb4zUwzv1LHOue3Lq7iJlh5fLzvWshOMDEUfKTVtg==", "dev": true, "requires": { - "@ts-morph/common": "~0.11.0", + "@ts-morph/common": "~0.11.1", "code-block-writer": "^10.1.1" } }, diff --git a/package.json b/package.json index 4eec10925ee..eb5090b5369 100644 --- a/package.json +++ b/package.json @@ -163,7 +163,7 @@ "socket.io-client": "4.3.2", "subscriptions-transport-ws": "0.9.19", "supertest": "6.1.6", - "ts-morph": "12.0.0", + "ts-morph": "12.1.0", "ts-node": "10.4.0", "typeorm": "0.2.38", "typescript": "4.3.5", diff --git a/sample/31-graphql-federation-code-first/gateway/package-lock.json b/sample/31-graphql-federation-code-first/gateway/package-lock.json index 32bd0fb17b1..dbc8be33bc6 100644 --- a/sample/31-graphql-federation-code-first/gateway/package-lock.json +++ b/sample/31-graphql-federation-code-first/gateway/package-lock.json @@ -2582,9 +2582,9 @@ "integrity": "sha512-RbzJvlNzmRq5c3O09UipeuXno4tA1FE6ikOjxZK0tuxVv3412l64l5t1W5pj4+rJq9vpkm/kwiR07aZXnsKPxw==" }, "@ts-morph/common": { - "version": "0.11.0", - "resolved": "https://registry.npmjs.org/@ts-morph/common/-/common-0.11.0.tgz", - "integrity": "sha512-Ti2tpROSVHlBoNiJKVUYPNk/yCPb1Bcly4RsSwC2F9a8PMMYfEYovRcghTu6N5o66Jq0yvPXN3uNaO4a3zskTA==", + "version": "0.11.1", + "resolved": "https://registry.npmjs.org/@ts-morph/common/-/common-0.11.1.tgz", + "integrity": "sha512-7hWZS0NRpEsNV8vWJzg7FEz6V8MaLNeJOmwmghqUXTpzk16V1LLZhdo+4QvE/+zv4cVci0OviuJFnqhEfoV3+g==", "requires": { "fast-glob": "^3.2.7", "minimatch": "^3.0.4", @@ -10011,11 +10011,11 @@ } }, "ts-morph": { - "version": "12.0.0", - "resolved": "https://registry.npmjs.org/ts-morph/-/ts-morph-12.0.0.tgz", - "integrity": "sha512-VHC8XgU2fFW7yO1f/b3mxKDje1vmyzFXHWzOYmKEkCEwcLjDtbdLgBQviqj4ZwP4MJkQtRo6Ha2I29lq/B+VxA==", + "version": "12.1.0", + "resolved": "https://registry.npmjs.org/ts-morph/-/ts-morph-12.1.0.tgz", + "integrity": "sha512-xsJt70NePtztxDZ99bXkOwoi3p82JDUiPa0pSgfvxDj87mb4zUwzv1LHOue3Lq7iJlh5fLzvWshOMDEUfKTVtg==", "requires": { - "@ts-morph/common": "~0.11.0", + "@ts-morph/common": "~0.11.1", "code-block-writer": "^10.1.1" } }, diff --git a/sample/31-graphql-federation-code-first/gateway/package.json b/sample/31-graphql-federation-code-first/gateway/package.json index 067072b0b5b..532b294d1ec 100644 --- a/sample/31-graphql-federation-code-first/gateway/package.json +++ b/sample/31-graphql-federation-code-first/gateway/package.json @@ -32,7 +32,7 @@ "reflect-metadata": "0.1.13", "rimraf": "3.0.2", "rxjs": "7.4.0", - "ts-morph": "12.0.0" + "ts-morph": "12.1.0" }, "devDependencies": { "@nestjs/cli": "8.1.4", diff --git a/sample/31-graphql-federation-code-first/posts-application/package-lock.json b/sample/31-graphql-federation-code-first/posts-application/package-lock.json index c6de1dfe10f..565115644d2 100644 --- a/sample/31-graphql-federation-code-first/posts-application/package-lock.json +++ b/sample/31-graphql-federation-code-first/posts-application/package-lock.json @@ -2582,9 +2582,9 @@ "integrity": "sha512-RbzJvlNzmRq5c3O09UipeuXno4tA1FE6ikOjxZK0tuxVv3412l64l5t1W5pj4+rJq9vpkm/kwiR07aZXnsKPxw==" }, "@ts-morph/common": { - "version": "0.11.0", - "resolved": "https://registry.npmjs.org/@ts-morph/common/-/common-0.11.0.tgz", - "integrity": "sha512-Ti2tpROSVHlBoNiJKVUYPNk/yCPb1Bcly4RsSwC2F9a8PMMYfEYovRcghTu6N5o66Jq0yvPXN3uNaO4a3zskTA==", + "version": "0.11.1", + "resolved": "https://registry.npmjs.org/@ts-morph/common/-/common-0.11.1.tgz", + "integrity": "sha512-7hWZS0NRpEsNV8vWJzg7FEz6V8MaLNeJOmwmghqUXTpzk16V1LLZhdo+4QvE/+zv4cVci0OviuJFnqhEfoV3+g==", "requires": { "fast-glob": "^3.2.7", "minimatch": "^3.0.4", @@ -10011,11 +10011,11 @@ } }, "ts-morph": { - "version": "12.0.0", - "resolved": "https://registry.npmjs.org/ts-morph/-/ts-morph-12.0.0.tgz", - "integrity": "sha512-VHC8XgU2fFW7yO1f/b3mxKDje1vmyzFXHWzOYmKEkCEwcLjDtbdLgBQviqj4ZwP4MJkQtRo6Ha2I29lq/B+VxA==", + "version": "12.1.0", + "resolved": "https://registry.npmjs.org/ts-morph/-/ts-morph-12.1.0.tgz", + "integrity": "sha512-xsJt70NePtztxDZ99bXkOwoi3p82JDUiPa0pSgfvxDj87mb4zUwzv1LHOue3Lq7iJlh5fLzvWshOMDEUfKTVtg==", "requires": { - "@ts-morph/common": "~0.11.0", + "@ts-morph/common": "~0.11.1", "code-block-writer": "^10.1.1" } }, diff --git a/sample/31-graphql-federation-code-first/posts-application/package.json b/sample/31-graphql-federation-code-first/posts-application/package.json index 3afe43f0a2f..391e63ac26e 100644 --- a/sample/31-graphql-federation-code-first/posts-application/package.json +++ b/sample/31-graphql-federation-code-first/posts-application/package.json @@ -34,7 +34,7 @@ "reflect-metadata": "0.1.13", "rimraf": "3.0.2", "rxjs": "7.4.0", - "ts-morph": "12.0.0" + "ts-morph": "12.1.0" }, "devDependencies": { "@nestjs/cli": "8.1.4", diff --git a/sample/31-graphql-federation-code-first/users-application/package-lock.json b/sample/31-graphql-federation-code-first/users-application/package-lock.json index dbb1f04f6f2..e8cfb6fab7e 100644 --- a/sample/31-graphql-federation-code-first/users-application/package-lock.json +++ b/sample/31-graphql-federation-code-first/users-application/package-lock.json @@ -2582,9 +2582,9 @@ "integrity": "sha512-RbzJvlNzmRq5c3O09UipeuXno4tA1FE6ikOjxZK0tuxVv3412l64l5t1W5pj4+rJq9vpkm/kwiR07aZXnsKPxw==" }, "@ts-morph/common": { - "version": "0.11.0", - "resolved": "https://registry.npmjs.org/@ts-morph/common/-/common-0.11.0.tgz", - "integrity": "sha512-Ti2tpROSVHlBoNiJKVUYPNk/yCPb1Bcly4RsSwC2F9a8PMMYfEYovRcghTu6N5o66Jq0yvPXN3uNaO4a3zskTA==", + "version": "0.11.1", + "resolved": "https://registry.npmjs.org/@ts-morph/common/-/common-0.11.1.tgz", + "integrity": "sha512-7hWZS0NRpEsNV8vWJzg7FEz6V8MaLNeJOmwmghqUXTpzk16V1LLZhdo+4QvE/+zv4cVci0OviuJFnqhEfoV3+g==", "requires": { "fast-glob": "^3.2.7", "minimatch": "^3.0.4", @@ -10011,11 +10011,11 @@ } }, "ts-morph": { - "version": "12.0.0", - "resolved": "https://registry.npmjs.org/ts-morph/-/ts-morph-12.0.0.tgz", - "integrity": "sha512-VHC8XgU2fFW7yO1f/b3mxKDje1vmyzFXHWzOYmKEkCEwcLjDtbdLgBQviqj4ZwP4MJkQtRo6Ha2I29lq/B+VxA==", + "version": "12.1.0", + "resolved": "https://registry.npmjs.org/ts-morph/-/ts-morph-12.1.0.tgz", + "integrity": "sha512-xsJt70NePtztxDZ99bXkOwoi3p82JDUiPa0pSgfvxDj87mb4zUwzv1LHOue3Lq7iJlh5fLzvWshOMDEUfKTVtg==", "requires": { - "@ts-morph/common": "~0.11.0", + "@ts-morph/common": "~0.11.1", "code-block-writer": "^10.1.1" } }, diff --git a/sample/31-graphql-federation-code-first/users-application/package.json b/sample/31-graphql-federation-code-first/users-application/package.json index c176d454ada..07ec2afd453 100644 --- a/sample/31-graphql-federation-code-first/users-application/package.json +++ b/sample/31-graphql-federation-code-first/users-application/package.json @@ -33,7 +33,7 @@ "reflect-metadata": "0.1.13", "rimraf": "3.0.2", "rxjs": "7.4.0", - "ts-morph": "12.0.0" + "ts-morph": "12.1.0" }, "devDependencies": { "@nestjs/cli": "8.1.4", diff --git a/sample/32-graphql-federation-schema-first/gateway/package-lock.json b/sample/32-graphql-federation-schema-first/gateway/package-lock.json index 32bd0fb17b1..dbc8be33bc6 100644 --- a/sample/32-graphql-federation-schema-first/gateway/package-lock.json +++ b/sample/32-graphql-federation-schema-first/gateway/package-lock.json @@ -2582,9 +2582,9 @@ "integrity": "sha512-RbzJvlNzmRq5c3O09UipeuXno4tA1FE6ikOjxZK0tuxVv3412l64l5t1W5pj4+rJq9vpkm/kwiR07aZXnsKPxw==" }, "@ts-morph/common": { - "version": "0.11.0", - "resolved": "https://registry.npmjs.org/@ts-morph/common/-/common-0.11.0.tgz", - "integrity": "sha512-Ti2tpROSVHlBoNiJKVUYPNk/yCPb1Bcly4RsSwC2F9a8PMMYfEYovRcghTu6N5o66Jq0yvPXN3uNaO4a3zskTA==", + "version": "0.11.1", + "resolved": "https://registry.npmjs.org/@ts-morph/common/-/common-0.11.1.tgz", + "integrity": "sha512-7hWZS0NRpEsNV8vWJzg7FEz6V8MaLNeJOmwmghqUXTpzk16V1LLZhdo+4QvE/+zv4cVci0OviuJFnqhEfoV3+g==", "requires": { "fast-glob": "^3.2.7", "minimatch": "^3.0.4", @@ -10011,11 +10011,11 @@ } }, "ts-morph": { - "version": "12.0.0", - "resolved": "https://registry.npmjs.org/ts-morph/-/ts-morph-12.0.0.tgz", - "integrity": "sha512-VHC8XgU2fFW7yO1f/b3mxKDje1vmyzFXHWzOYmKEkCEwcLjDtbdLgBQviqj4ZwP4MJkQtRo6Ha2I29lq/B+VxA==", + "version": "12.1.0", + "resolved": "https://registry.npmjs.org/ts-morph/-/ts-morph-12.1.0.tgz", + "integrity": "sha512-xsJt70NePtztxDZ99bXkOwoi3p82JDUiPa0pSgfvxDj87mb4zUwzv1LHOue3Lq7iJlh5fLzvWshOMDEUfKTVtg==", "requires": { - "@ts-morph/common": "~0.11.0", + "@ts-morph/common": "~0.11.1", "code-block-writer": "^10.1.1" } }, diff --git a/sample/32-graphql-federation-schema-first/gateway/package.json b/sample/32-graphql-federation-schema-first/gateway/package.json index 067072b0b5b..532b294d1ec 100644 --- a/sample/32-graphql-federation-schema-first/gateway/package.json +++ b/sample/32-graphql-federation-schema-first/gateway/package.json @@ -32,7 +32,7 @@ "reflect-metadata": "0.1.13", "rimraf": "3.0.2", "rxjs": "7.4.0", - "ts-morph": "12.0.0" + "ts-morph": "12.1.0" }, "devDependencies": { "@nestjs/cli": "8.1.4", diff --git a/sample/32-graphql-federation-schema-first/posts-application/package-lock.json b/sample/32-graphql-federation-schema-first/posts-application/package-lock.json index c6de1dfe10f..565115644d2 100644 --- a/sample/32-graphql-federation-schema-first/posts-application/package-lock.json +++ b/sample/32-graphql-federation-schema-first/posts-application/package-lock.json @@ -2582,9 +2582,9 @@ "integrity": "sha512-RbzJvlNzmRq5c3O09UipeuXno4tA1FE6ikOjxZK0tuxVv3412l64l5t1W5pj4+rJq9vpkm/kwiR07aZXnsKPxw==" }, "@ts-morph/common": { - "version": "0.11.0", - "resolved": "https://registry.npmjs.org/@ts-morph/common/-/common-0.11.0.tgz", - "integrity": "sha512-Ti2tpROSVHlBoNiJKVUYPNk/yCPb1Bcly4RsSwC2F9a8PMMYfEYovRcghTu6N5o66Jq0yvPXN3uNaO4a3zskTA==", + "version": "0.11.1", + "resolved": "https://registry.npmjs.org/@ts-morph/common/-/common-0.11.1.tgz", + "integrity": "sha512-7hWZS0NRpEsNV8vWJzg7FEz6V8MaLNeJOmwmghqUXTpzk16V1LLZhdo+4QvE/+zv4cVci0OviuJFnqhEfoV3+g==", "requires": { "fast-glob": "^3.2.7", "minimatch": "^3.0.4", @@ -10011,11 +10011,11 @@ } }, "ts-morph": { - "version": "12.0.0", - "resolved": "https://registry.npmjs.org/ts-morph/-/ts-morph-12.0.0.tgz", - "integrity": "sha512-VHC8XgU2fFW7yO1f/b3mxKDje1vmyzFXHWzOYmKEkCEwcLjDtbdLgBQviqj4ZwP4MJkQtRo6Ha2I29lq/B+VxA==", + "version": "12.1.0", + "resolved": "https://registry.npmjs.org/ts-morph/-/ts-morph-12.1.0.tgz", + "integrity": "sha512-xsJt70NePtztxDZ99bXkOwoi3p82JDUiPa0pSgfvxDj87mb4zUwzv1LHOue3Lq7iJlh5fLzvWshOMDEUfKTVtg==", "requires": { - "@ts-morph/common": "~0.11.0", + "@ts-morph/common": "~0.11.1", "code-block-writer": "^10.1.1" } }, diff --git a/sample/32-graphql-federation-schema-first/posts-application/package.json b/sample/32-graphql-federation-schema-first/posts-application/package.json index 3afe43f0a2f..391e63ac26e 100644 --- a/sample/32-graphql-federation-schema-first/posts-application/package.json +++ b/sample/32-graphql-federation-schema-first/posts-application/package.json @@ -34,7 +34,7 @@ "reflect-metadata": "0.1.13", "rimraf": "3.0.2", "rxjs": "7.4.0", - "ts-morph": "12.0.0" + "ts-morph": "12.1.0" }, "devDependencies": { "@nestjs/cli": "8.1.4", diff --git a/sample/32-graphql-federation-schema-first/users-application/package-lock.json b/sample/32-graphql-federation-schema-first/users-application/package-lock.json index dbb1f04f6f2..e8cfb6fab7e 100644 --- a/sample/32-graphql-federation-schema-first/users-application/package-lock.json +++ b/sample/32-graphql-federation-schema-first/users-application/package-lock.json @@ -2582,9 +2582,9 @@ "integrity": "sha512-RbzJvlNzmRq5c3O09UipeuXno4tA1FE6ikOjxZK0tuxVv3412l64l5t1W5pj4+rJq9vpkm/kwiR07aZXnsKPxw==" }, "@ts-morph/common": { - "version": "0.11.0", - "resolved": "https://registry.npmjs.org/@ts-morph/common/-/common-0.11.0.tgz", - "integrity": "sha512-Ti2tpROSVHlBoNiJKVUYPNk/yCPb1Bcly4RsSwC2F9a8PMMYfEYovRcghTu6N5o66Jq0yvPXN3uNaO4a3zskTA==", + "version": "0.11.1", + "resolved": "https://registry.npmjs.org/@ts-morph/common/-/common-0.11.1.tgz", + "integrity": "sha512-7hWZS0NRpEsNV8vWJzg7FEz6V8MaLNeJOmwmghqUXTpzk16V1LLZhdo+4QvE/+zv4cVci0OviuJFnqhEfoV3+g==", "requires": { "fast-glob": "^3.2.7", "minimatch": "^3.0.4", @@ -10011,11 +10011,11 @@ } }, "ts-morph": { - "version": "12.0.0", - "resolved": "https://registry.npmjs.org/ts-morph/-/ts-morph-12.0.0.tgz", - "integrity": "sha512-VHC8XgU2fFW7yO1f/b3mxKDje1vmyzFXHWzOYmKEkCEwcLjDtbdLgBQviqj4ZwP4MJkQtRo6Ha2I29lq/B+VxA==", + "version": "12.1.0", + "resolved": "https://registry.npmjs.org/ts-morph/-/ts-morph-12.1.0.tgz", + "integrity": "sha512-xsJt70NePtztxDZ99bXkOwoi3p82JDUiPa0pSgfvxDj87mb4zUwzv1LHOue3Lq7iJlh5fLzvWshOMDEUfKTVtg==", "requires": { - "@ts-morph/common": "~0.11.0", + "@ts-morph/common": "~0.11.1", "code-block-writer": "^10.1.1" } }, diff --git a/sample/32-graphql-federation-schema-first/users-application/package.json b/sample/32-graphql-federation-schema-first/users-application/package.json index c176d454ada..07ec2afd453 100644 --- a/sample/32-graphql-federation-schema-first/users-application/package.json +++ b/sample/32-graphql-federation-schema-first/users-application/package.json @@ -33,7 +33,7 @@ "reflect-metadata": "0.1.13", "rimraf": "3.0.2", "rxjs": "7.4.0", - "ts-morph": "12.0.0" + "ts-morph": "12.1.0" }, "devDependencies": { "@nestjs/cli": "8.1.4",