From dfa832176eaa401296bdc5d4eb5064b2fcf6745e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Sep 2023 00:09:05 +0000 Subject: [PATCH] chore(deps): bump the production-dependencies group with 1 update Bumps the production-dependencies group with 1 update: [@alwatr/fetch](https://github.com/AliMD/alwatr-eslib/tree/HEAD/packages/fetch). - [Release notes](https://github.com/AliMD/alwatr-eslib/releases) - [Changelog](https://github.com/AliMD/alwatr-eslib/blob/next/packages/fetch/CHANGELOG.md) - [Commits](https://github.com/AliMD/alwatr-eslib/commits/@alwatr/fetch@2.0.1/packages/fetch) --- updated-dependencies: - dependency-name: "@alwatr/fetch" dependency-type: direct:production update-type: version-update:semver-major dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] --- packages/icon/package.json | 2 +- yarn.lock | 11 ++++++++++- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/packages/icon/package.json b/packages/icon/package.json index def716a6..16a3fc1d 100644 --- a/packages/icon/package.json +++ b/packages/icon/package.json @@ -44,7 +44,7 @@ }, "dependencies": { "@alwatr/element": "^1.1.2", - "@alwatr/fetch": "^1.1.2", + "@alwatr/fetch": "^2.0.1", "@alwatr/logger": "^1.1.2", "tslib": "^2.6.2" } diff --git a/yarn.lock b/yarn.lock index fa10b3f1..0df2f6bb 100644 --- a/yarn.lock +++ b/yarn.lock @@ -32,7 +32,7 @@ lit "^2.8.0" tslib "^2.6.2" -"@alwatr/fetch@^1.0.1", "@alwatr/fetch@^1.1.2": +"@alwatr/fetch@^1.0.1": version "1.1.3" resolved "https://registry.yarnpkg.com/@alwatr/fetch/-/fetch-1.1.3.tgz#009907c5b6616be783d78a5a9a2665e7ca94afdc" integrity sha512-cW6Iyw5CTmMvLNRYv0u3nR8EQhP6Hn/v66a3r3pKd4evBR/ZFuNFvttITpuiVWadAefN3hiWg/bUz3L7cNe6oQ== @@ -42,6 +42,15 @@ "@alwatr/util" "^1.2.1" tslib "^2.6.2" +"@alwatr/fetch@^2.0.1": + version "2.0.1" + resolved "https://registry.yarnpkg.com/@alwatr/fetch/-/fetch-2.0.1.tgz#e03ed32d68b944c62364d6238b4839204d64107c" + integrity sha512-SvHSHaxZ3i09sBAAN+PvTNdjA75CxKjl4PSlRSXT6srDt1rNAHAQ8JJxAijevx5/8GqxCBKODd3KOMP2Mv6hbQ== + dependencies: + "@alwatr/logger" "^1.1.5" + "@alwatr/util" "^1.2.3" + tslib "^2.6.2" + "@alwatr/fsm@^1.1.2": version "1.1.2" resolved "https://registry.yarnpkg.com/@alwatr/fsm/-/fsm-1.1.2.tgz#b5e45b4cee88c4163c43f1abdcf646f9f63b7fe3"