chore(deps): bump vuefire from 2.2.1 to 2.2.2

Bumps [vuefire](https://github.com/vuejs/vuefire) from 2.2.1 to 2.2.2.
- [Release notes](https://github.com/vuejs/vuefire/releases)
- [Changelog](https://github.com/vuejs/vuefire/blob/master/CHANGELOG.md)
- [Commits](https://github.com/vuejs/vuefire/compare/vuefire@2.2.1...vuefire@2.2.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot]
2020-03-20 02:22:04 +00:00
committed by GitHub
parent 1f3f1a95ce
commit 675d44c798
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@@ -3238,9 +3238,9 @@
} }
}, },
"@posva/vuefire-core": { "@posva/vuefire-core": {
"version": "2.3.0", "version": "2.3.1",
"resolved": "https://registry.npmjs.org/@posva/vuefire-core/-/vuefire-core-2.3.0.tgz", "resolved": "https://registry.npmjs.org/@posva/vuefire-core/-/vuefire-core-2.3.1.tgz",
"integrity": "sha512-QXYYjcekmlKgWtrjla3z6FjcAFgzZD2wrHukz40V3c80gbVSBoDjM/oSvrHCwxzhvTg95abkHgE2yEL0UlHJCQ==" "integrity": "sha512-jcnVeck7H4N3F1zqAfiKDUcess6GMAO28CY6jqOJ8M5O4jwuBJTbyYWGClhLOs5P3Nuf1Hy1IXlFmeKIk5SdiQ=="
}, },
"@protobufjs/aspromise": { "@protobufjs/aspromise": {
"version": "1.1.2", "version": "1.1.2",
@@ -15100,11 +15100,11 @@
"integrity": "sha512-YVPVy+aNDgTq151ONOR9jA/X0BGqcXXyX3E8eyAUvEWDNy2cRScqHA9tUqS+FPszSYEY+Bgxto9Rkd99AN5xsQ==" "integrity": "sha512-YVPVy+aNDgTq151ONOR9jA/X0BGqcXXyX3E8eyAUvEWDNy2cRScqHA9tUqS+FPszSYEY+Bgxto9Rkd99AN5xsQ=="
}, },
"vuefire": { "vuefire": {
"version": "2.2.1", "version": "2.2.2",
"resolved": "https://registry.npmjs.org/vuefire/-/vuefire-2.2.1.tgz", "resolved": "https://registry.npmjs.org/vuefire/-/vuefire-2.2.2.tgz",
"integrity": "sha512-Hgb4SJRJJd3+PZk+/YcqK3kjr28nRPHcODSaFRf731bnvdchjN7vDCeovRZNcXqRxLQ46lSyFzmcaZoqv5YdFQ==", "integrity": "sha512-YlxfdM7bAcj5JTTOirQOv0C6UTNKIGG3ZIBpQqmqkHKhTofgtaAzLJLra+D4yRgsh+l8U1RaFqRmXZdLrJFnTw==",
"requires": { "requires": {
"@posva/vuefire-core": "^2.3.0" "@posva/vuefire-core": "^2.3.1"
} }
}, },
"vuejs-auto-complete": { "vuejs-auto-complete": {

View File

@@ -47,7 +47,7 @@
"socket.io-client": "^2.3.0", "socket.io-client": "^2.3.0",
"v-tooltip": "^2.0.3", "v-tooltip": "^2.0.3",
"vue-virtual-scroll-list": "^1.4.6", "vue-virtual-scroll-list": "^1.4.6",
"vuefire": "^2.2.1", "vuefire": "^2.2.2",
"vuejs-auto-complete": "^0.9.0", "vuejs-auto-complete": "^0.9.0",
"vuex-persist": "^2.2.0", "vuex-persist": "^2.2.0",
"yargs-parser": "^18.1.1" "yargs-parser": "^18.1.1"