From e100388495deb73d3d242c3402e4d8f0696bea6d Mon Sep 17 00:00:00 2001 From: "J. Ryan Stinnett" Date: Tue, 30 Nov 2021 17:56:12 +0000 Subject: [PATCH] Upgrade allchange to 1.0.6 (#280) --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index d00efd5..b3a3248 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "@types/minimist": "^1.2.1", "@typescript-eslint/eslint-plugin": "^4.17.0", "@typescript-eslint/parser": "^4.17.0", - "allchange": "^1.0.5", + "allchange": "^1.0.6", "asar": "^2.0.1", "chokidar": "^3.5.2", "electron": "13.5", diff --git a/yarn.lock b/yarn.lock index a506286..ae661ba 100644 --- a/yarn.lock +++ b/yarn.lock @@ -920,10 +920,10 @@ ajv@^8.0.1: require-from-string "^2.0.2" uri-js "^4.2.2" -allchange@^1.0.5: - version "1.0.5" - resolved "https://registry.yarnpkg.com/allchange/-/allchange-1.0.5.tgz#9496425eea8ff1a2e57b37d059333df6c3d37382" - integrity sha512-g3VYQfhvc42L0Mr9JTsZlVSrms4TbvqrvONj13M8NHKvp25XR9d5xS05wXqh9+mh0tYcAWDrOvAoceCzSzijBA== +allchange@^1.0.6: + version "1.0.6" + resolved "https://registry.yarnpkg.com/allchange/-/allchange-1.0.6.tgz#f905918255541dc92d6a1f5cdf758db4597f569c" + integrity sha512-37a4J55oSxhLmlS/DeBOKjKn5dbjkyR4qMJ9is8+CKLPTe7NybcWBYvrPLr9kVLBa6aigWrdovRHrQj/4v6k4w== dependencies: "@actions/core" "^1.4.0" "@actions/github" "^5.0.0"