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