From 6b5b2e1f5fa1081886a7a50d1f7d15638310d814 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Feb 2023 08:29:42 +0000 Subject: [PATCH] Bump @vercel/ncc from 0.36.0 to 0.36.1 in /hlint-setup Bumps [@vercel/ncc](https://github.com/vercel/ncc) from 0.36.0 to 0.36.1. - [Release notes](https://github.com/vercel/ncc/releases) - [Commits](https://github.com/vercel/ncc/compare/0.36.0...0.36.1) --- updated-dependencies: - dependency-name: "@vercel/ncc" 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..5dad6172 100644 --- a/hlint-setup/package.json +++ b/hlint-setup/package.json @@ -32,7 +32,7 @@ }, "devDependencies": { "@types/node": "^18.11.18", - "@vercel/ncc": "^0.36.0", + "@vercel/ncc": "^0.36.1", "typescript": "^4.9.4" } } diff --git a/hlint-setup/yarn.lock b/hlint-setup/yarn.lock index 464a1dc2..8c2310eb 100644 --- a/hlint-setup/yarn.lock +++ b/hlint-setup/yarn.lock @@ -46,10 +46,10 @@ resolved "https://registry.yarnpkg.com/@types/node/-/node-18.11.18.tgz#8dfb97f0da23c2293e554c5a50d61ef134d7697f" integrity sha512-DHQpWGjyQKSHj3ebjFI/wRKcqQcdR+MoFBygntYOZytCqNfkd2ZC4ARDJ2DQqhjH5p85Nnd3jhUJIXrszFX/JA== -"@vercel/ncc@^0.36.0": - version "0.36.0" - resolved "https://registry.yarnpkg.com/@vercel/ncc/-/ncc-0.36.0.tgz#1f262b86fc4f0770bbc0fc1d331d5aaa1bd47334" - integrity sha512-/ZTUJ/ZkRt694k7KJNimgmHjtQcRuVwsST2Z6XfYveQIuBbHR+EqkTc1jfgPkQmMyk/vtpxo3nVxe8CNuau86A== +"@vercel/ncc@^0.36.1": + version "0.36.1" + resolved "https://registry.yarnpkg.com/@vercel/ncc/-/ncc-0.36.1.tgz#d4c01fdbbe909d128d1bf11c7f8b5431654c5b95" + integrity sha512-S4cL7Taa9yb5qbv+6wLgiKVZ03Qfkc4jGRuiUQMQ8HGBD5pcNRnHeYM33zBvJE4/zJGjJJ8GScB+WmTsn9mORw== semver@^6.1.0: version "6.3.0"