From beaedf9f51d8cc3eca517b96a7bcf02ce2366aa9 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 17 Feb 2020 04:25:08 +0000 Subject: [PATCH] chore(deps): bump nuxt-property-decorator from 2.4.0 to 2.5.1 Bumps [nuxt-property-decorator](https://github.com/nuxt-community/nuxt-property-decorator) from 2.4.0 to 2.5.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.5.1) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 30 +++++++++++++++--------------- package.json | 2 +- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/package-lock.json b/package-lock.json index f2b9277..c7b3aa2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5755,20 +5755,20 @@ } }, "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.5.1", + "resolved": "https://registry.npmjs.org/nuxt-property-decorator/-/nuxt-property-decorator-2.5.1.tgz", + "integrity": "sha512-xutxV0k4XLiVnj9DpkIY4MkvuJp4+vePWi2aDGgW1C2i6/pvjUxhN7Qgcpf3BSNfj/kPrmnuq3wFw4KYvH5tiw==", "requires": { - "vue-class-component": "7.1.0", - "vue-property-decorator": "^8.2.2", + "vue-class-component": "7.2.3", + "vue-property-decorator": "^8.3.0", "vuex": "^3.1.1", "vuex-class": "^0.3.2" }, "dependencies": { "vuex": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/vuex/-/vuex-3.1.1.tgz", - "integrity": "sha512-ER5moSbLZuNSMBFnEBVGhQ1uCBNJslH9W/Dw2W7GZN23UQA69uapP5GTT9Vm8Trc0PzBSVt6LzF3hGjmv41xcg==" + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/vuex/-/vuex-3.1.2.tgz", + "integrity": "sha512-ha3jNLJqNhhrAemDXcmMJMKf1Zu4sybMPr9KxJIuOpVcsDQlTBYLLladav2U+g1AvdYDG5Gs0xBTb0M5pXXYFQ==" } } }, @@ -8693,9 +8693,9 @@ "integrity": "sha512-ImThpeNU9HbdZL3utgMCq0oiMzAkt1mcgy3/E6zWC/G6AaQoeuFdsl9nDhTDU3X1R6FK7nsIUuRACVcjI+A2GQ==" }, "vue-class-component": { - "version": "7.1.0", - "resolved": "https://registry.npmjs.org/vue-class-component/-/vue-class-component-7.1.0.tgz", - "integrity": "sha512-G9152NzUkz0i0xTfhk0Afc8vzdXxDR1pfN4dTwE72cskkgJtdXfrKBkMfGvDuxUh35U500g5Ve4xL8PEGdWeHg==" + "version": "7.2.3", + "resolved": "https://registry.npmjs.org/vue-class-component/-/vue-class-component-7.2.3.tgz", + "integrity": "sha512-oEqYpXKaFN+TaXU+mRLEx8dX0ah85aAJEe61mpdoUrq0Bhe/6sWhyZX1JjMQLhVsHAkncyhedhmCdDVSasUtDw==" }, "vue-github-buttons": { "version": "3.1.0", @@ -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.4.0", + "resolved": "https://registry.npmjs.org/vue-property-decorator/-/vue-property-decorator-8.4.0.tgz", + "integrity": "sha512-0o85LJSTLZvDaB7IXfmpONfAQZ7NgScFvptFSrlFFSsScR716muJb3mMFojNnKC3Vpm7CM4PsmHNdk30uuNpag==", "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..795940d 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.5.1", "tailwindcss": "^0.7.4", "vue-github-buttons": "^3.1.0", "vue2-google-maps": "^0.10.7",