From 081be6928ff5bdf01117ac83aa3ee0fb564f9715 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 May 2022 10:06:35 +0000 Subject: [PATCH] chore(deps-dev): bump typescript from 4.6.2 to 4.6.4 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.6.2 to 4.6.4. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v4.6.2...v4.6.4) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- __tests__/cases/inline-web-worker/expected/index.html | 2 +- yarn.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/__tests__/cases/inline-web-worker/expected/index.html b/__tests__/cases/inline-web-worker/expected/index.html index 7ca8e89..f067bb3 100644 --- a/__tests__/cases/inline-web-worker/expected/index.html +++ b/__tests__/cases/inline-web-worker/expected/index.html @@ -1 +1 @@ -webpack test

This is minimal code to demonstrate webpack usage

\ No newline at end of file +webpack test

This is minimal code to demonstrate webpack usage

\ No newline at end of file diff --git a/yarn.lock b/yarn.lock index eedec2f..541456e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5462,9 +5462,9 @@ typedarray-to-buffer@^3.1.5: is-typedarray "^1.0.0" typescript@^4.1.3, typescript@^4.4.3: - version "4.6.2" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.6.2.tgz#fe12d2727b708f4eef40f51598b3398baa9611d4" - integrity sha512-HM/hFigTBHZhLXshn9sN37H085+hQGeJHJ/X7LpBWLID/fbc2acUMfU+lGD98X81sKP+pFa9f0DZmCwB9GnbAg== + version "4.6.4" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.6.4.tgz#caa78bbc3a59e6a5c510d35703f6a09877ce45e9" + integrity sha512-9ia/jWHIEbo49HfjrLGfKbZSuWo9iTMwXO+Ca3pRsSpbsMbc7/IU8NKdCZVRRBafVPGnoJeFL76ZOAA84I9fEg== unbox-primitive@^1.0.1: version "1.0.1"