fix(deps): bump vue-plausible from 1.2.1 to 1.3.1

This commit is contained in:
dependabot[bot] 2021-11-18 00:06:56 +00:00 committed by GitHub
parent b0a673fc6f
commit de9e034681
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 16 additions and 16 deletions

30
package-lock.json generated
View file

@ -28,7 +28,7 @@
"nuxt": "^2.15.8",
"nuxt-i18n": "^6.28.1",
"qrcode.vue": "^3.3.3",
"vue-plausible": "^1.2.1",
"vue-plausible": "^1.3.1",
"vuetify": "^2.6.0",
"vuetify-toast-snackbar": "^0.6.1"
},
@ -18327,9 +18327,9 @@
}
},
"node_modules/plausible-tracker": {
"version": "0.3.1",
"resolved": "https://registry.npmjs.org/plausible-tracker/-/plausible-tracker-0.3.1.tgz",
"integrity": "sha512-oXnVyfTF2gzkfK3iOZCRZEnf8sH4gBASaJhY+clwWW1orIybfQpfbgg4U5Bwj5dW/4iNstM4tx4jMCVUfMCUbg==",
"version": "0.3.4",
"resolved": "https://registry.npmjs.org/plausible-tracker/-/plausible-tracker-0.3.4.tgz",
"integrity": "sha512-pc5fMmtagAlTYKOUcMk+AfV0t3bVpYv+zTEsBTFQL6n8frExxK54GBauxzbKF1hLZ16ggx/84mA4/ujLgbvvmQ==",
"engines": {
"node": ">=10"
}
@ -23851,11 +23851,11 @@
"integrity": "sha512-ZMjqRpWabMPqPc7gIrG0Nw6vRf1+itwf0Itft7LbMXs2g3Zs/NFmevjZGN1x7K3Q95GmIjWbQZTVerxiBxI+0g=="
},
"node_modules/vue-plausible": {
"version": "1.2.1",
"resolved": "https://registry.npmjs.org/vue-plausible/-/vue-plausible-1.2.1.tgz",
"integrity": "sha512-+HIO35sHLPMtpSzyQSjGUFQUmqHXHas5kQ/XSdowS6z8FryfP/uyPURUT1hoXK217DD2w7EbZqjs59TDcHhcEw==",
"version": "1.3.1",
"resolved": "https://registry.npmjs.org/vue-plausible/-/vue-plausible-1.3.1.tgz",
"integrity": "sha512-OqZiScz/7glitE4XSJTwGUHO31VEbba2efmLki0+rIGDx3NysSOBJMyFz6yBFPWKms4jb1lDmx1wCsbAl7mrtA==",
"dependencies": {
"plausible-tracker": "^0.3.1"
"plausible-tracker": "^0.3.4"
}
},
"node_modules/vue-property-decorator": {
@ -39419,9 +39419,9 @@
}
},
"plausible-tracker": {
"version": "0.3.1",
"resolved": "https://registry.npmjs.org/plausible-tracker/-/plausible-tracker-0.3.1.tgz",
"integrity": "sha512-oXnVyfTF2gzkfK3iOZCRZEnf8sH4gBASaJhY+clwWW1orIybfQpfbgg4U5Bwj5dW/4iNstM4tx4jMCVUfMCUbg=="
"version": "0.3.4",
"resolved": "https://registry.npmjs.org/plausible-tracker/-/plausible-tracker-0.3.4.tgz",
"integrity": "sha512-pc5fMmtagAlTYKOUcMk+AfV0t3bVpYv+zTEsBTFQL6n8frExxK54GBauxzbKF1hLZ16ggx/84mA4/ujLgbvvmQ=="
},
"pluralize": {
"version": "8.0.0",
@ -43760,11 +43760,11 @@
"integrity": "sha512-ZMjqRpWabMPqPc7gIrG0Nw6vRf1+itwf0Itft7LbMXs2g3Zs/NFmevjZGN1x7K3Q95GmIjWbQZTVerxiBxI+0g=="
},
"vue-plausible": {
"version": "1.2.1",
"resolved": "https://registry.npmjs.org/vue-plausible/-/vue-plausible-1.2.1.tgz",
"integrity": "sha512-+HIO35sHLPMtpSzyQSjGUFQUmqHXHas5kQ/XSdowS6z8FryfP/uyPURUT1hoXK217DD2w7EbZqjs59TDcHhcEw==",
"version": "1.3.1",
"resolved": "https://registry.npmjs.org/vue-plausible/-/vue-plausible-1.3.1.tgz",
"integrity": "sha512-OqZiScz/7glitE4XSJTwGUHO31VEbba2efmLki0+rIGDx3NysSOBJMyFz6yBFPWKms4jb1lDmx1wCsbAl7mrtA==",
"requires": {
"plausible-tracker": "^0.3.1"
"plausible-tracker": "^0.3.4"
}
},
"vue-property-decorator": {

View file

@ -55,7 +55,7 @@
"nuxt": "^2.15.8",
"nuxt-i18n": "^6.28.1",
"qrcode.vue": "^3.3.3",
"vue-plausible": "^1.2.1",
"vue-plausible": "^1.3.1",
"vuetify": "^2.6.0",
"vuetify-toast-snackbar": "^0.6.1"
},