From 4ef996c76e1448b0b404401ce8ab0500a1e318ec Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 16 Mar 2023 11:38:30 +0000 Subject: [PATCH] Update dependency typescript to ^4.9.5 --- package.json | 2 +- pnpm-lock.yaml | 16 +++++++++------- 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/package.json b/package.json index 0341f28..124e337 100644 --- a/package.json +++ b/package.json @@ -54,6 +54,6 @@ "bob-tsm": "^0.4.4", "esbuild": "^0.14.10", "prettier": "^2.5.1", - "typescript": "^4.5.4" + "typescript": "^4.9.5" } } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 8dc2008..0f05ad8 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -31,7 +31,7 @@ specifiers: p-lazy: ^4.0.0 prettier: ^2.5.1 prisma: ^3.7.0 - typescript: ^4.5.4 + typescript: ^4.9.5 dependencies: '@graphql-ez/fastify': 0.9.5_24130b88d269560a3676f5afdb7f8b53 @@ -63,10 +63,10 @@ devDependencies: '@types/ms': 0.7.31 '@types/node': 17.0.6 '@types/node-schedule': 1.3.2 - bob-tsm: 0.4.4_esbuild@0.14.10+typescript@4.5.4 + bob-tsm: 0.4.4_esbuild@0.14.10+typescript@4.9.5 esbuild: 0.14.10 prettier: 2.5.1 - typescript: 4.5.4 + typescript: 4.9.5 packages: @@ -292,6 +292,8 @@ packages: resolution: {integrity: sha512-sR4eaSrnM7BV7QPzGfEX5paG/6wrZM3I0HDzfIAK06ESvo9oy3xBuVBxE3MbQaKNhvg8g/ixjMWo2CGpzpHsDA==} engines: {node: '>=6.0.0'} hasBin: true + dependencies: + '@babel/types': 7.16.7 dev: false /@babel/plugin-proposal-class-properties/7.16.7_@babel+core@7.16.7: @@ -1277,7 +1279,7 @@ packages: resolution: {integrity: sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==} dev: false - /bob-tsm/0.4.4_esbuild@0.14.10+typescript@4.5.4: + /bob-tsm/0.4.4_esbuild@0.14.10+typescript@4.9.5: resolution: {integrity: sha512-vN70ukyRxHBKRkT+X6jICF8mk2cgYgptV67BMV/1vrrL7I4aEqEOwZLkls29BoRmBcu+KitrAzwssHDZsrbkFA==} engines: {node: ^12.20.0 || >=14.13.0} hasBin: true @@ -1286,7 +1288,7 @@ packages: typescript: '>=4.1.2' dependencies: esbuild: 0.14.10 - typescript: 4.5.4 + typescript: 4.9.5 optionalDependencies: fsevents: 2.3.2 dev: true @@ -2858,8 +2860,8 @@ packages: resolution: {integrity: sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw==} dev: false - /typescript/4.5.4: - resolution: {integrity: sha512-VgYs2A2QIRuGphtzFV7aQJduJ2gyfTljngLzjpfW9FoYZF6xuw1W0vW9ghCKLfcWrCFxK81CSGRAvS1pn4fIUg==} + /typescript/4.9.5: + resolution: {integrity: sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==} engines: {node: '>=4.2.0'} hasBin: true dev: true