From 4a69e346191b7f9687aee8f045bc282ad4282aee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Oct 2020 05:22:12 +0000 Subject: [PATCH] Bump vue-property-decorator from 9.0.0 to 9.0.2 Bumps [vue-property-decorator](https://github.com/kaorun343/vue-property-decorator) from 9.0.0 to 9.0.2. - [Release notes](https://github.com/kaorun343/vue-property-decorator/releases) - [Changelog](https://github.com/kaorun343/vue-property-decorator/blob/master/CHANGELOG.md) - [Commits](https://github.com/kaorun343/vue-property-decorator/compare/v9.0.0...v9.0.2) 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 cae501cb..9357550f 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "vue-class-component": "^7.2.5", "vue-echarts": "^5.0.0-beta.0", "vue-grid-layout": "^2.3.8", - "vue-property-decorator": "^9.0.0", + "vue-property-decorator": "^9.0.2", "vue-router": "^3.4.5", "vuex": "^3.5.1", "vuex-class": "^0.3.2" diff --git a/yarn.lock b/yarn.lock index 5eb8b121..54f2ca8a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8998,10 +8998,10 @@ vue-loader@^15.9.2: vue-hot-reload-api "^2.3.0" vue-style-loader "^4.1.0" -vue-property-decorator@^9.0.0: - version "9.0.0" - resolved "https://registry.yarnpkg.com/vue-property-decorator/-/vue-property-decorator-9.0.0.tgz#0a5f6d47d33ca62a8876108ccfa65c2c4fb7325a" - integrity sha512-oegTNPItuHOkW0AP1MnbdNwkmyhfsUIIXvIRHpgC18tVoEo21/i6kItyeekjMs8JgZJeuHzsaTc/DZaJFH4IWQ== +vue-property-decorator@^9.0.2: + version "9.0.2" + resolved "https://registry.yarnpkg.com/vue-property-decorator/-/vue-property-decorator-9.0.2.tgz#118459d77b4d5613ab2bbccba2edd5d7af685d30" + integrity sha512-mxuJHfUGs/3rUyFj2vykDIvYXCUKBrzhemm7mT8dE9QYTbNA/4qVQ5gwhNCIkKyQc8RQIXQ+0jriqinUDuuU9w== vue-router@^3.4.5: version "3.4.5"