From 02bb301074bd3cc067a1df019a437eaf201d2fde Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 21 Oct 2023 04:05:51 -0500 Subject: [PATCH] chore(dev-deps): bump @types/sha256-file from 1.0.1 to 1.0.2 (#747) Bumps [@types/sha256-file](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/sha256-file) from 1.0.1 to 1.0.2. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/sha256-file) --- updated-dependencies: - dependency-name: "@types/sha256-file" 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> --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 8ae47f7d..292e392e 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "@types/node-fetch": "^3.0.3", "@types/nodegit": "^0.28.6", "@types/semver": "^7.5.3", - "@types/sha256-file": "^1.0.1", + "@types/sha256-file": "^1.0.2", "@types/sinon-chai": "^3.2.10", "@types/supports-color": "^8.1.2", "@types/uuid": "^8.3.4", diff --git a/yarn.lock b/yarn.lock index c7a5f5c1..782f0c8c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1625,10 +1625,10 @@ resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.5.3.tgz#9a726e116beb26c24f1ccd6850201e1246122e04" integrity sha512-OxepLK9EuNEIPxWNME+C6WwbRAOOI2o2BaQEGzz5Lu2e4Z5eDnEo+/aVEDMIXywoJitJ7xWd641wrGLZdtwRyw== -"@types/sha256-file@^1.0.1": - version "1.0.1" - resolved "https://registry.yarnpkg.com/@types/sha256-file/-/sha256-file-1.0.1.tgz#e00ca4732284a5fd8a504ba48a0240683a152a7e" - integrity sha512-YnDbU9sc81JuLjARNq2Q4Gw6eXuFsfgbNL6xEso8bQJeTpXR9bhGVZErFqSfXA4+6O0U53gHb1kobbZB2Du07A== +"@types/sha256-file@^1.0.2": + version "1.0.2" + resolved "https://registry.yarnpkg.com/@types/sha256-file/-/sha256-file-1.0.2.tgz#064a3bf6058f65f6d9aa85e0c179c1573cc39c63" + integrity sha512-Fap0ULFC6Q8AgNYwAVVEYYiSBSvRVU1Icr5+qFM87HaXU0uOT+LUY7/npmwjisJtWWsQOoSHG6sKFjwB0bo+iQ== "@types/sinon-chai@^3.2.10": version "3.2.10"