From c1b55104bfe33cf6683ef975d5d7027ec14bc947 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Oct 2022 12:32:15 +0000 Subject: [PATCH] chore(deps): bump exit-hook from 3.1.0 to 3.1.1 Bumps [exit-hook](https://github.com/sindresorhus/exit-hook) from 3.1.0 to 3.1.1. - [Release notes](https://github.com/sindresorhus/exit-hook/releases) - [Commits](https://github.com/sindresorhus/exit-hook/compare/v3.1.0...v3.1.1) --- updated-dependencies: - dependency-name: exit-hook dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- packages/core/storage/package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/core/storage/package.json b/packages/core/storage/package.json index 3a7f682cf..13539f7a7 100644 --- a/packages/core/storage/package.json +++ b/packages/core/storage/package.json @@ -36,7 +36,7 @@ "url": "https://github.com/AliMD/alwatr/issues" }, "dependencies": { - "exit-hook": "^3.1.0", + "exit-hook": "^3.1.1", "tslib": "^2.3.1" } } diff --git a/yarn.lock b/yarn.lock index 12048a6c3..9de379aef 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2956,10 +2956,10 @@ execa@^5.0.0: signal-exit "^3.0.3" strip-final-newline "^2.0.0" -exit-hook@^3.1.0: - version "3.1.0" - resolved "https://registry.yarnpkg.com/exit-hook/-/exit-hook-3.1.0.tgz#0ba691facf29637930ead13e727cdc61860331b9" - integrity sha512-KiF9SiLZsKhSutx4V9sG2InYb0v1+2sfKlGD18et8/aGg2m4ij6MJbUHy/cnqJf4ncE7rWjqchE2SNIi4Lgg4A== +exit-hook@^3.1.1: + version "3.1.1" + resolved "https://registry.yarnpkg.com/exit-hook/-/exit-hook-3.1.1.tgz#52ee17128dd4aaec521de740737df3df16ae4582" + integrity sha512-8zul4XiHQxkCl2ukCuNhKv0MXgsr+Nm/N3umNoJnDUlLLz2iWGo1kd5Y243uUhc9peULX08V2t7yKDHkwpqK4g== expand-brackets@^2.1.4: version "2.1.4"