diff --git a/package-lock.json b/package-lock.json index c14db95..4889608 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14962,9 +14962,9 @@ "integrity": "sha512-ZMjqRpWabMPqPc7gIrG0Nw6vRf1+itwf0Itft7LbMXs2g3Zs/NFmevjZGN1x7K3Q95GmIjWbQZTVerxiBxI+0g==" }, "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 3ace8d5..3bb1198 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "typescript": "^3.7.5", "vue-async-computed": "^3.8.2", "vue-class-component": "^7.2.3", - "vue-property-decorator": "^8.3.0" + "vue-property-decorator": "^8.4.1" }, "devDependencies": { "@nuxt/typescript-build": "^0.6.5",