From 3dad00f2701017fb029572b789c8e5b183ac841f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Nov 2021 16:01:50 +0000 Subject: [PATCH] Bump typescript from 4.4.4 to 4.5.2 Bumps [typescript](/~https://github.com/Microsoft/TypeScript) from 4.4.4 to 4.5.2. - [Release notes](/~https://github.com/Microsoft/TypeScript/releases) - [Commits](/~https://github.com/Microsoft/TypeScript/compare/v4.4.4...v4.5.2) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index d632ca1..14ef94e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "jest-circus": "^27.3.1", "prettier": "^2.4.1", "ts-jest": "^27.0.7", - "typescript": ">=4.4.4" + "typescript": ">=4.5.2" } }, "node_modules/@actions/core": { @@ -5180,9 +5180,9 @@ } }, "node_modules/typescript": { - "version": "4.4.4", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.4.4.tgz", - "integrity": "sha512-DqGhF5IKoBl8WNf8C1gu8q0xZSInh9j1kJJMqT3a94w1JzVaBU4EXOSMrz9yDqMT0xt3selp83fuFMQ0uzv6qA==", + "version": "4.5.2", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.5.2.tgz", + "integrity": "sha512-5BlMof9H1yGt0P8/WF+wPNw6GfctgGjXp5hkblpyT+8rkASSmkUKMXrxR0Xg8ThVCi/JnHQiKXeBaEwCeQwMFw==", "dev": true, "bin": { "tsc": "bin/tsc", @@ -9456,9 +9456,9 @@ } }, "typescript": { - "version": "4.4.4", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.4.4.tgz", - "integrity": "sha512-DqGhF5IKoBl8WNf8C1gu8q0xZSInh9j1kJJMqT3a94w1JzVaBU4EXOSMrz9yDqMT0xt3selp83fuFMQ0uzv6qA==", + "version": "4.5.2", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.5.2.tgz", + "integrity": "sha512-5BlMof9H1yGt0P8/WF+wPNw6GfctgGjXp5hkblpyT+8rkASSmkUKMXrxR0Xg8ThVCi/JnHQiKXeBaEwCeQwMFw==", "dev": true }, "universalify": { diff --git a/package.json b/package.json index 37ca69c..17c851a 100644 --- a/package.json +++ b/package.json @@ -32,6 +32,6 @@ "jest-circus": "^27.3.1", "prettier": "^2.4.1", "ts-jest": "^27.0.7", - "typescript": ">=4.4.4" + "typescript": ">=4.5.2" } }