From 46980f9c528dcb93d510eb4e5cdd4c643bdf225f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Jul 2023 03:01:52 +0000 Subject: [PATCH] Bump typescript from 5.0.4 to 5.1.6 in /hlint-run Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.0.4 to 5.1.6. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/commits) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- hlint-run/package.json | 2 +- hlint-run/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/hlint-run/package.json b/hlint-run/package.json index d09d0d19..ce33d049 100644 --- a/hlint-run/package.json +++ b/hlint-run/package.json @@ -33,6 +33,6 @@ "devDependencies": { "@types/node": "^20.2.5", "@vercel/ncc": "^0.36.1", - "typescript": "^5.0.4" + "typescript": "^5.1.6" } } diff --git a/hlint-run/yarn.lock b/hlint-run/yarn.lock index 098587c8..33026caf 100644 --- a/hlint-run/yarn.lock +++ b/hlint-run/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@^5.0.4: - version "5.0.4" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.0.4.tgz#b217fd20119bd61a94d4011274e0ab369058da3b" - integrity sha512-cW9T5W9xY37cc+jfEnaUvX91foxtHkza3Nw3wkoF4sSlKn0MONdkdEndig/qPBWXNkmplh3NzayQzCiHM4/hqw== +typescript@^5.1.6: + version "5.1.6" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.1.6.tgz#02f8ac202b6dad2c0dd5e0913745b47a37998274" + integrity sha512-zaWCozRZ6DLEWAWFrVDz1H6FVXzUSfTy5FUMWsQlU8Ym5JP9eO4xkTIROFCQvhQf61z6O/G6ugw3SgAnvvm+HA== uuid@^3.3.2: version "3.4.0"