From 4d3b2d73ad26cc31af392bd2f0a45c9c999aff37 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 May 2023 04:59:12 +0000 Subject: [PATCH] Bump utils-decorators from 1.10.4 to 2.0.6 Bumps [utils-decorators](https://github.com/vlio20/utils-decorators) from 1.10.4 to 2.0.6. - [Release notes](https://github.com/vlio20/utils-decorators/releases) - [Changelog](https://github.com/vlio20/utils-decorators/blob/master/CHANGELOG.md) - [Commits](https://github.com/vlio20/utils-decorators/commits/2.0.6) --- updated-dependencies: - dependency-name: utils-decorators dependency-type: direct:development 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 52bd74a5..7483ce24 100644 --- a/package.json +++ b/package.json @@ -84,7 +84,7 @@ "tslib": "^2.5.0", "typedoc": "^0.22.18", "typescript": "^4.9.5", - "utils-decorators": "^1.10.4", + "utils-decorators": "^2.0.6", "val-loader": "5.0.1", "webpack": "^5.75.0", "webpack-bundle-analyzer": "^4.7.0", diff --git a/yarn.lock b/yarn.lock index eb1e48f3..9c31def6 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8891,10 +8891,10 @@ util-extend@^1.0.1: resolved "https://registry.npmjs.org/util-extend/-/util-extend-1.0.3.tgz" integrity sha1-p8IW0mdUUWljeztu3GypEZ4v+T8= -utils-decorators@^1.10.4: - version "1.10.4" - resolved "https://registry.yarnpkg.com/utils-decorators/-/utils-decorators-1.10.4.tgz#df3482fdddf127ca6db7ac58e0d3a19c99678bf1" - integrity sha512-f/GnLD+TA6DOW53v+3frv8kehx3q9UBtsB47yU2ie8A0rTd0w2fW0FLeYUEEgmqhTk3xHt9uihSish/nD3aQeg== +utils-decorators@^2.0.6: + version "2.0.6" + resolved "https://registry.yarnpkg.com/utils-decorators/-/utils-decorators-2.0.6.tgz#9ba53a7fa86a0853c506b0f352d717d3847b2032" + integrity sha512-GIjMKdVdkUK61di5kfX71S2kUI0MXQbRa3FFv7woBPGeExpYd/dx+/x5rM/3ucVUd4+NqO8WwjRymQn7mnoAnw== dependencies: tinyqueue "^2.0.3"