From e3d82419ae853dca86d67bf5d15cff92dda3b54d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Aug 2022 04:01:14 +0000 Subject: [PATCH] chore(deps-dev): bump typescript from 4.3.5 to 4.8.2 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.3.5 to 4.8.2. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v4.3.5...v4.8.2) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 15 ++++++++------- package.json | 2 +- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 69192c3..ce6f99d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "jest": "^27.0.6", "prettier": "^2.3.2", "ts-jest": "^27.0.5", - "typescript": "^4.3.5" + "typescript": "^4.8.2" } }, "node_modules/@babel/code-frame": { @@ -11629,9 +11629,9 @@ } }, "node_modules/typescript": { - "version": "4.3.5", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.3.5.tgz", - "integrity": "sha512-DqQgihaQ9cUrskJo9kIyW/+g0Vxsk8cDtZ52a3NGh0YNTfpUSArXSohyUGnvbPazEPLu398C0UxmKSOrPumUzA==", + "version": "4.8.2", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.8.2.tgz", + "integrity": "sha512-C0I1UsrrDHo2fYI5oaCGbSejwX4ch+9Y5jTQELvovfmFkK3HHSZJB8MSJcWLmCUBzQBchCrZ9rMRV6GuNrvGtw==", "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" @@ -12403,6 +12403,7 @@ } }, "workspaces/sql-benchmarks": { + "version": "0.0.1", "dependencies": { "@ff00ff/mammoth": "^2.0.0-beta.7", "knex": "^0.21.21", @@ -21325,9 +21326,9 @@ } }, "typescript": { - "version": "4.3.5", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.3.5.tgz", - "integrity": "sha512-DqQgihaQ9cUrskJo9kIyW/+g0Vxsk8cDtZ52a3NGh0YNTfpUSArXSohyUGnvbPazEPLu398C0UxmKSOrPumUzA==" + "version": "4.8.2", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.8.2.tgz", + "integrity": "sha512-C0I1UsrrDHo2fYI5oaCGbSejwX4ch+9Y5jTQELvovfmFkK3HHSZJB8MSJcWLmCUBzQBchCrZ9rMRV6GuNrvGtw==" }, "unc-path-regex": { "version": "0.1.2", diff --git a/package.json b/package.json index 9cb09db..5724c7b 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "jest": "^27.0.6", "prettier": "^2.3.2", "ts-jest": "^27.0.5", - "typescript": "^4.3.5" + "typescript": "^4.8.2" }, "workspaces": [ "workspaces/*"