diff --git a/package-lock.json b/package-lock.json index 15a86a3a01..0cc0d75e1d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14071,9 +14071,9 @@ } }, "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-eslint-parser": { "version": "2.0.3", @@ -14133,9 +14133,9 @@ "integrity": "sha512-s7jmZPlm9FeueJg1RwJtnE9KNPtME/7C8uRWSfp9/yEN4M8XcS/d+bddoyVwVnvFyRh9msFo0HWeW0vTL8Qv+w==" }, "vue-property-decorator": { - "version": "8.3.0", - "resolved": "https://registry.npmjs.org/vue-property-decorator/-/vue-property-decorator-8.3.0.tgz", - "integrity": "sha512-77YtTbZHd5CNiPzbqv51kEgL48yvD2dUDfF28vEyw3MbQ9bBAb/tDyFzskcqjNRbWyXk1vq4oM2CK/LfhxuIBg==", + "version": "8.4.1", + "resolved": "https://registry.npmjs.org/vue-property-decorator/-/vue-property-decorator-8.4.1.tgz", + "integrity": "sha512-8R4Us7DxFO0rwAL/2fv6vaZL8Oa4n/HGanHODYGTcvQHwT0FYJr9UuuFm2GoWAIXQu1mDO03HNeHswFp9vmTVA==", "requires": { "vue-class-component": "^7.1.0" } diff --git a/package.json b/package.json index d6a62ec26c..10df3610dd 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "vue-awesome-swiper": "3.1.3", "vue-infinite-scroll": "2.0.2", "vue-multiselect": "2.1.6", - "vue-property-decorator": "8.3.0", + "vue-property-decorator": "8.4.1", "vue-recaptcha": "1.3.0", "vue-router": "3.0.7", "vue-slider-component": "3.1.1",