From 24b32eff388c38f75e949375a6fedfeb1518e94e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Mar 2022 06:00:55 +0000 Subject: [PATCH] Bump typescript from 4.3.2 to 4.6.3 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.3.2 to 4.6.3. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v4.3.2...v4.6.3) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:production 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 37000ab..65afe77 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "sass-loader": "^11.1.1", "style-loader": "^2.0.0", "ts-loader": "^9.2.2", - "typescript": "^4.3.2", + "typescript": "^4.6.3", "webpack": "^5.38.1", "webpack-cli": "^4.7.0" }, @@ -11893,9 +11893,9 @@ } }, "node_modules/typescript": { - "version": "4.3.2", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.3.2.tgz", - "integrity": "sha512-zZ4hShnmnoVnAHpVHWpTcxdv7dWP60S2FsydQLV8V5PbS3FifjWFFRiHSWpDJahly88PRyV5teTSLoq4eG7mKw==", + "version": "4.6.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.6.3.tgz", + "integrity": "sha512-yNIatDa5iaofVozS/uQJEl3JRWLKKGJKh6Yaiv0GLGSuhpFJe7P3SbHZ8/yjAHRQwKRoA6YZqlfjXWmVzoVSMw==", "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" @@ -22197,9 +22197,9 @@ } }, "typescript": { - "version": "4.3.2", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.3.2.tgz", - "integrity": "sha512-zZ4hShnmnoVnAHpVHWpTcxdv7dWP60S2FsydQLV8V5PbS3FifjWFFRiHSWpDJahly88PRyV5teTSLoq4eG7mKw==" + "version": "4.6.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.6.3.tgz", + "integrity": "sha512-yNIatDa5iaofVozS/uQJEl3JRWLKKGJKh6Yaiv0GLGSuhpFJe7P3SbHZ8/yjAHRQwKRoA6YZqlfjXWmVzoVSMw==" }, "union-value": { "version": "1.0.1", diff --git a/package.json b/package.json index fba5798..1dfd1e6 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "sass-loader": "^11.1.1", "style-loader": "^2.0.0", "ts-loader": "^9.2.2", - "typescript": "^4.3.2", + "typescript": "^4.6.3", "webpack": "^5.38.1", "webpack-cli": "^4.7.0" },