From b8a32d4bc47e5b27c5d516fb50b3e77e69003da4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 4 Jun 2023 17:54:41 +0000 Subject: [PATCH] Bump vue-awesome from 3.3.1 to 4.5.0 in /aether-core/aether/client Bumps [vue-awesome](https://github.com/Justineo/vue-awesome) from 3.3.1 to 4.5.0. - [Release notes](https://github.com/Justineo/vue-awesome/releases) - [Changelog](https://github.com/Justineo/vue-awesome/blob/master/CHANGELOG.md) - [Commits](https://github.com/Justineo/vue-awesome/commits) --- updated-dependencies: - dependency-name: vue-awesome dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- aether-core/aether/client/package-lock.json | 6 +++--- aether-core/aether/client/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/aether-core/aether/client/package-lock.json b/aether-core/aether/client/package-lock.json index 6a97f40..dd810f8 100644 --- a/aether-core/aether/client/package-lock.json +++ b/aether-core/aether/client/package-lock.json @@ -9585,9 +9585,9 @@ } }, "vue-awesome": { - "version": "3.3.1", - "resolved": "https://registry.npmjs.org/vue-awesome/-/vue-awesome-3.3.1.tgz", - "integrity": "sha512-AybgLXfguWCIJaqZ1qD0gfEA31W0psKk3Nmou7QIssuQaEETHuELXMKW4vCg2c+i52iLPBaqDNQLlKWVcY8xnw==" + "version": "4.5.0", + "resolved": "https://registry.npmjs.org/vue-awesome/-/vue-awesome-4.5.0.tgz", + "integrity": "sha512-pbtZkRecXLm3fg0eVkwObDRM9YNU1BW5wDsL4mMoSvUXZbTnS+N2E4CahAwKJL5OPbqmhJQgZPekQoJrID7dcQ==" }, "vue-devtools": { "version": "5.1.0", diff --git a/aether-core/aether/client/package.json b/aether-core/aether/client/package.json index 7bb1a19..bea1f77 100644 --- a/aether-core/aether/client/package.json +++ b/aether-core/aether/client/package.json @@ -83,7 +83,7 @@ "tree-kill": "1.2.0", "v-click-outside": "2.0.2", "vue": "2.7.x", - "vue-awesome": "3.3.1", + "vue-awesome": "4.5.0", "vue-devtools": "5.1.0", "vue-router": "3.0.7", "vue-simple-spinner": "1.2.8",