From 7819a289bd207b823bfd76f2c42a764a0650469c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Feb 2023 11:49:41 +0100 Subject: [PATCH] Bump typescript from 4.9.4 to 4.9.5 in /js (#16826) Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.9.4 to 4.9.5. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v4.9.4...v4.9.5) --- 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> --- js/package-lock.json | 8 ++++---- js/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/js/package-lock.json b/js/package-lock.json index 3d885202fa..c562a055bd 100644 --- a/js/package-lock.json +++ b/js/package-lock.json @@ -24,7 +24,7 @@ "husky": "^8.0.3", "lint-staged": "^13.1.0", "prettier": "^2.8.3", - "typescript": "^4.9.4", + "typescript": "^4.9.5", "wireit": "^0.9.3" } }, @@ -4394,9 +4394,9 @@ } }, "node_modules/typescript": { - "version": "4.9.4", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.4.tgz", - "integrity": "sha512-Uz+dTXYzxXXbsFpM86Wh3dKCxrQqUcVMxwU54orwlJjOpO3ao8L7j5lH+dWfTwgCwIuM9GQ2kvVotzYJMXTBZg==", + "version": "4.9.5", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.5.tgz", + "integrity": "sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==", "dev": true, "bin": { "tsc": "bin/tsc", diff --git a/js/package.json b/js/package.json index fa36f5d52c..15b201fa78 100644 --- a/js/package.json +++ b/js/package.json @@ -22,7 +22,7 @@ "husky": "^8.0.3", "lint-staged": "^13.1.0", "prettier": "^2.8.3", - "typescript": "^4.9.4", + "typescript": "^4.9.5", "wireit": "^0.9.3" }, "lint-staged": {