From 9ca7d7bc09e8f138af5c943468b233ac4153095d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Jul 2023 09:28:48 +0000 Subject: [PATCH] Bump untildify from 4.0.0 to 5.0.0 Bumps [untildify](https://github.com/sindresorhus/untildify) from 4.0.0 to 5.0.0. - [Release notes](https://github.com/sindresorhus/untildify/releases) - [Commits](https://github.com/sindresorhus/untildify/compare/v4.0.0...v5.0.0) --- updated-dependencies: - dependency-name: untildify dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 2c44096d..340063f0 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "@actions/core": "^1.10.0", "@actions/github": "^5.1.1", "glob": "^10.2.6", - "untildify": "^4.0.0" + "untildify": "^5.0.0" }, "devDependencies": { "@types/jest": "^29.5.2", diff --git a/yarn.lock b/yarn.lock index cc76acb8..b2f4cf22 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2727,10 +2727,10 @@ universal-user-agent@^6.0.0: resolved "https://registry.yarnpkg.com/universal-user-agent/-/universal-user-agent-6.0.0.tgz#3381f8503b251c0d9cd21bc1de939ec9df5480ee" integrity sha512-isyNax3wXoKaulPDZWHQqbmIx1k2tb9fb3GGDBRxCscfYV2Ch7WxPArBsFEG8s/safwXTT7H4QGhaIkTp9447w== -untildify@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/untildify/-/untildify-4.0.0.tgz#2bc947b953652487e4600949fb091e3ae8cd919b" - integrity sha512-KK8xQ1mkzZeg9inewmFVDNkg3l5LUhoq9kN6iWYB/CC9YMG8HA+c1Q8HwDe6dEX7kErrEVNVBO3fWsVq5iDgtw== +untildify@^5.0.0: + version "5.0.0" + resolved "https://registry.yarnpkg.com/untildify/-/untildify-5.0.0.tgz#3e40c5dd67518cb8582a027b78d3c2747234f921" + integrity sha512-bOgQLUnd2G5rhzaTvh1VCI9Fo6bC5cLTpH17T5aFfamyXFYDbbdzN6IXdeoc3jBS7T9hNTmJtYUzJCJ2Xlc9gA== uuid@^8.3.2: version "8.3.2"