From f9c76b5a2b2675752983048d97fdfe626225047a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 11 Dec 2021 02:12:44 +0200 Subject: [PATCH] Bump @vue/composition-api from 1.4.0 to 1.4.1 in /webui/frontend (#292) Bumps [@vue/composition-api](https://github.com/vuejs/composition-api) from 1.4.0 to 1.4.1. - [Release notes](https://github.com/vuejs/composition-api/releases) - [Changelog](https://github.com/vuejs/composition-api/blob/main/CHANGELOG.md) - [Commits](https://github.com/vuejs/composition-api/commits) --- updated-dependencies: - dependency-name: "@vue/composition-api" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- webui/frontend/package.json | 2 +- webui/frontend/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/webui/frontend/package.json b/webui/frontend/package.json index 41433f2a..32c151ce 100644 --- a/webui/frontend/package.json +++ b/webui/frontend/package.json @@ -9,7 +9,7 @@ }, "dependencies": { "@braid/vue-formulate": "^2.5.2", - "@vue/composition-api": "^1.4.0", + "@vue/composition-api": "^1.4.1", "axios": "^0.24.0", "bootstrap-vue": "^2.21.2", "core-js": "^3.19.2", diff --git a/webui/frontend/yarn.lock b/webui/frontend/yarn.lock index 2d0f5224..3fd6bd89 100644 --- a/webui/frontend/yarn.lock +++ b/webui/frontend/yarn.lock @@ -1570,10 +1570,10 @@ optionalDependencies: prettier "^1.18.2" -"@vue/composition-api@^1.4.0": - version "1.4.0" - resolved "https://registry.yarnpkg.com/@vue/composition-api/-/composition-api-1.4.0.tgz#784450d0da1ecfd82f4094053ca593849cbd2e37" - integrity sha512-fanqJw1cqhkfS1dcpFY52CeR0aWDBr7ub/0ObPWqMnNPdRsMi1gX04Q3aLeRtJEuVeCFewNbqvkPskkSPTVaXQ== +"@vue/composition-api@^1.4.1": + version "1.4.1" + resolved "https://registry.yarnpkg.com/@vue/composition-api/-/composition-api-1.4.1.tgz#2b4a6bfabc5e8277c4b890e0c9ca55d1252ca5b8" + integrity sha512-ZTat9ru/rwecveRnFzlO2mduOBpGfnBdXn+WtBcFLV9UsL/D+6nX47RWuLiVdNxNDX0qphGZRC+JDjwt+YTnRA== dependencies: tslib "^2.3.1"