From d780e3924156b30412a1333af054c651ce2cdd8b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Oct 2021 02:35:47 +0200 Subject: [PATCH] :arrow_up: Bump typescript from 4.4.3 to 4.4.4 (#1025) Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.4.3 to 4.4.4. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v4.4.3...v4.4.4) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 047c312d95..5e8b86559b 100644 --- a/package.json +++ b/package.json @@ -140,7 +140,7 @@ "tailwindcss": "^2.2.16", "ts-jest": "^27.0.5", "ts-node": "^10.2.1", - "typescript": "^4.4.3" + "typescript": "^4.4.4" }, "lint-staged": { "./{*,{ee,pages,components,lib}/**/*}.{js,ts,jsx,tsx}": [ diff --git a/yarn.lock b/yarn.lock index 4ec3a5a2f5..8d785b23dd 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8206,9 +8206,10 @@ typeorm@^0.2.30: yargs "^17.0.1" zen-observable-ts "^1.0.0" -typescript@^4.4.3: - version "4.4.3" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.4.3.tgz#bdc5407caa2b109efd4f82fe130656f977a29324" +typescript@^4.4.4: + version "4.4.4" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.4.4.tgz#2cd01a1a1f160704d3101fd5a58ff0f9fcb8030c" + integrity sha512-DqGhF5IKoBl8WNf8C1gu8q0xZSInh9j1kJJMqT3a94w1JzVaBU4EXOSMrz9yDqMT0xt3selp83fuFMQ0uzv6qA== uglify-js@^3.1.4: version "3.14.2"