From 6a52a900bcdbbb432276688f4f13d7c75022c47b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 19 Nov 2022 13:09:51 +0000 Subject: [PATCH] chore: Bump typescript from 4.3.2 to 4.9.3 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.3.2 to 4.9.3. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v4.3.2...v4.9.3) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 13 ++++--------- 2 files changed, 5 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index cc6024e..c546b51 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "rollup-plugin-replace": "^2.2.0", "ts-jest": "^27.0.2", "tslib": "^2.0.0", - "typescript": "~4.3.2", + "typescript": "~4.9.3", "uglify-js": "^3.6.0", "vue": "^3.0.11", "vue-composable-tester": "^0.1.3", diff --git a/yarn.lock b/yarn.lock index b26e554..d1376bf 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3658,15 +3658,10 @@ typedarray-to-buffer@^3.1.5: dependencies: is-typedarray "^1.0.0" -typescript@^4.1.0-dev.20201026: - version "4.1.0-dev.20201030" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.1.0-dev.20201030.tgz#6c0d5d67bd97545004ced554deb9616f00c16a39" - integrity sha512-L73VfJ023OpORF020zpRUERy/TtXMg+IkKHaVArylq7OHoNYOxCurPDx4JvpW+pwWhF+ebdDHZJm28QVY+tJuw== - -typescript@~4.3.2: - version "4.3.2" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.3.2.tgz#399ab18aac45802d6f2498de5054fcbbe716a805" - integrity sha512-zZ4hShnmnoVnAHpVHWpTcxdv7dWP60S2FsydQLV8V5PbS3FifjWFFRiHSWpDJahly88PRyV5teTSLoq4eG7mKw== +typescript@^4.1.0-dev.20201026, typescript@~4.9.3: + version "4.9.3" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.9.3.tgz#3aea307c1746b8c384435d8ac36b8a2e580d85db" + integrity sha512-CIfGzTelbKNEnLpLdGFgdyKhG23CKdKgQPOBc+OUNrkJ2vr+KSzsSV5kq5iWhEQbok+quxgGzrAtGWCyU7tHnA== uglify-js@^3.6.0: version "3.13.8"