From af939cfb3c8d5ff8d91f7591a421ba6c4ff90218 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 18 Oct 2019 04:21:24 +0000 Subject: [PATCH] chore(deps): bump nuxt-property-decorator from 2.4.0 to 2.4.1 Bumps [nuxt-property-decorator](https://github.com/nuxt-community/nuxt-property-decorator) from 2.4.0 to 2.4.1. - [Release notes](https://github.com/nuxt-community/nuxt-property-decorator/releases) - [Changelog](https://github.com/nuxt-community/nuxt-property-decorator/blob/master/CHANGELOG.md) - [Commits](https://github.com/nuxt-community/nuxt-property-decorator/compare/v2.4.0...v2.4.1) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index f2b9277..8476231 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5755,12 +5755,12 @@ } }, "nuxt-property-decorator": { - "version": "2.4.0", - "resolved": "https://registry.npmjs.org/nuxt-property-decorator/-/nuxt-property-decorator-2.4.0.tgz", - "integrity": "sha512-7tgBXT1oqucLo303lQyk5tZzuxbW2s5DryTS3pARFZzi0kOW9v5FZnLz2rShv8KfeOyEWTbjSfyRT0ltqA4k6Q==", + "version": "2.4.1", + "resolved": "https://registry.npmjs.org/nuxt-property-decorator/-/nuxt-property-decorator-2.4.1.tgz", + "integrity": "sha512-tKfI8QkBJE9IWiN7w0CLlydS8e2wN9XMSvHn7pJG5tevg7GYow5W2zZb3EfjCDlN+mgsxDjwDp/6jX6609vOpQ==", "requires": { "vue-class-component": "7.1.0", - "vue-property-decorator": "^8.2.2", + "vue-property-decorator": "^8.3.0", "vuex": "^3.1.1", "vuex-class": "^0.3.2" }, @@ -8741,11 +8741,11 @@ "integrity": "sha512-ZMjqRpWabMPqPc7gIrG0Nw6vRf1+itwf0Itft7LbMXs2g3Zs/NFmevjZGN1x7K3Q95GmIjWbQZTVerxiBxI+0g==" }, "vue-property-decorator": { - "version": "8.2.2", - "resolved": "https://registry.npmjs.org/vue-property-decorator/-/vue-property-decorator-8.2.2.tgz", - "integrity": "sha512-3gRrIeoUtjXvkoMX2stJsVs7805Pa9MXEndnk21ej+sWO7AIc5HF1TKqK0Pox5TEjpO02UbadIF0QWNrx6ZwXQ==", + "version": "8.3.0", + "resolved": "https://registry.npmjs.org/vue-property-decorator/-/vue-property-decorator-8.3.0.tgz", + "integrity": "sha512-77YtTbZHd5CNiPzbqv51kEgL48yvD2dUDfF28vEyw3MbQ9bBAb/tDyFzskcqjNRbWyXk1vq4oM2CK/LfhxuIBg==", "requires": { - "vue-class-component": "^7.0.1" + "vue-class-component": "^7.1.0" } }, "vue-router": { diff --git a/package.json b/package.json index 2d251bb..10daf8a 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "@nuxtjs/google-tag-manager": "^2.2.1", "core-js": "^2.6.5", "nuxt": "^2.5.1", - "nuxt-property-decorator": "2.4.0", + "nuxt-property-decorator": "2.4.1", "tailwindcss": "^0.7.4", "vue-github-buttons": "^3.1.0", "vue2-google-maps": "^0.10.7",