From 8d744de8bd0997b0b1b2813b4a2d1f14e1098b1d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Feb 2023 08:27:58 +0000 Subject: [PATCH] Bump typescript from 4.9.4 to 4.9.5 in /hlint-setup 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] --- hlint-setup/package.json | 2 +- hlint-setup/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/hlint-setup/package.json b/hlint-setup/package.json index bbd391d8..18955e72 100644 --- a/hlint-setup/package.json +++ b/hlint-setup/package.json @@ -33,6 +33,6 @@ "devDependencies": { "@types/node": "^18.11.18", "@vercel/ncc": "^0.36.0", - "typescript": "^4.9.4" + "typescript": "^4.9.5" } } diff --git a/hlint-setup/yarn.lock b/hlint-setup/yarn.lock index 464a1dc2..8c7c8e6e 100644 --- a/hlint-setup/yarn.lock +++ b/hlint-setup/yarn.lock @@ -61,10 +61,10 @@ tunnel@^0.0.6: resolved "https://registry.yarnpkg.com/tunnel/-/tunnel-0.0.6.tgz#72f1314b34a5b192db012324df2cc587ca47f92c" integrity sha512-1h/Lnq9yajKY2PEbBadPXj3VxsDDu844OnaAo52UVmIzIvwwtBPIuNvkjuzBlTWpfJyUbG3ez0KSBibQkj4ojg== -typescript@^4.9.4: - version "4.9.4" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.9.4.tgz#a2a3d2756c079abda241d75f149df9d561091e78" - integrity sha512-Uz+dTXYzxXXbsFpM86Wh3dKCxrQqUcVMxwU54orwlJjOpO3ao8L7j5lH+dWfTwgCwIuM9GQ2kvVotzYJMXTBZg== +typescript@^4.9.5: + version "4.9.5" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.9.5.tgz#095979f9bcc0d09da324d58d03ce8f8374cbe65a" + integrity sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g== uuid@^3.3.2: version "3.4.0"