From 5f04c3b74be862874d7f40d0909ac042f021734f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 4 Jul 2021 13:10:28 +0000 Subject: [PATCH] Bump utils-decorators from 1.8.3 to 1.10.0 in /tabby-terminal Bumps [utils-decorators](https://github.com/vlio20/utils-decorators) from 1.8.3 to 1.10.0. - [Release notes](https://github.com/vlio20/utils-decorators/releases) - [Commits](https://github.com/vlio20/utils-decorators/commits/1.10.0) --- updated-dependencies: - dependency-name: utils-decorators dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- tabby-terminal/yarn.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tabby-terminal/yarn.lock b/tabby-terminal/yarn.lock index a1216a35..b587eb3c 100644 --- a/tabby-terminal/yarn.lock +++ b/tabby-terminal/yarn.lock @@ -530,9 +530,9 @@ unbox-primitive@^1.0.0: which-boxed-primitive "^1.0.2" utils-decorators@^1.8.1: - version "1.8.3" - resolved "https://registry.yarnpkg.com/utils-decorators/-/utils-decorators-1.8.3.tgz#7ec9c2b4a943658de34cb2533bf2fd9c4b1cd61b" - integrity sha512-QtoRQikWeYtMZsT5ChOz5HNzYxLGCEBUELQ1J8+WIuSQo+1D2bPwIY08DKzw88YSl2HXes60RxfafYhgXnlVJA== + version "1.10.0" + resolved "https://registry.yarnpkg.com/utils-decorators/-/utils-decorators-1.10.0.tgz#eb9208ccbb7fbb7488d5d04b2611df62c2fcaf4d" + integrity sha512-wlNRoPCFdxSReLfmhNqkZsg8FqsKu9d5trdSELxBZCtmK4KPtSidxRg24+bpZQjEBBF0hUIQEFz2uM7sBDVG2Q== dependencies: tinyqueue "^2.0.3" -- GitLab