From 19521580270f260227a9694534002fe87e98da9d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Nov 2020 05:31:23 +0000 Subject: [PATCH] Bump vue-property-decorator from 9.0.2 to 9.1.2 Bumps [vue-property-decorator](https://github.com/kaorun343/vue-property-decorator) from 9.0.2 to 9.1.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.2...v9.1.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 32895e27..3013e811 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "vue-echarts": "^5.0.0-beta.0", "vue-grid-layout": "^2.3.11", "vue-material-design-icons": "^4.11.0", - "vue-property-decorator": "^9.0.2", + "vue-property-decorator": "^9.1.2", "vue-router": "^3.4.9", "vuex": "^3.5.1", "vuex-class": "^0.3.2" diff --git a/yarn.lock b/yarn.lock index becb778b..e9eab071 100644 --- a/yarn.lock +++ b/yarn.lock @@ -10968,10 +10968,10 @@ vue-material-design-icons@^4.11.0: resolved "https://registry.yarnpkg.com/vue-material-design-icons/-/vue-material-design-icons-4.11.0.tgz#11356194846a5806d958ede531291605cc314b33" integrity sha512-3Tyeqi9jtONQ/x8WkJqiBs4t5Bd5O1t7RdM/GIPKVYoVdaRy0oy3nbRjnMGyONBlqC/NpPjzhWeoZWUMEI04nA== -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-property-decorator@^9.1.2: + version "9.1.2" + resolved "https://registry.yarnpkg.com/vue-property-decorator/-/vue-property-decorator-9.1.2.tgz#266a2eac61ba6527e2e68a6933cfb98fddab5457" + integrity sha512-xYA8MkZynPBGd/w5QFJ2d/NM0z/YeegMqYTphy7NJQXbZcuU6FC6AOdUAcy4SXP+YnkerC6AfH+ldg7PDk9ESQ== vue-router@^3.4.9: version "3.4.9"