⬆️ Bump vuefire from 2.2.2 to 2.2.3

Bumps [vuefire](https://github.com/vuejs/vuefire) from 2.2.2 to 2.2.3.
- [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.2...vuefire@2.2.3)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2020-07-07 00:05:11 +00:00
committed by GitHub
parent fd4ed4affa
commit a70ac89646
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@@ -2336,9 +2336,9 @@
}
},
"@posva/vuefire-core": {
"version": "2.3.1",
"resolved": "https://registry.npmjs.org/@posva/vuefire-core/-/vuefire-core-2.3.1.tgz",
"integrity": "sha512-jcnVeck7H4N3F1zqAfiKDUcess6GMAO28CY6jqOJ8M5O4jwuBJTbyYWGClhLOs5P3Nuf1Hy1IXlFmeKIk5SdiQ=="
"version": "2.3.2",
"resolved": "https://registry.npmjs.org/@posva/vuefire-core/-/vuefire-core-2.3.2.tgz",
"integrity": "sha512-eUezJNxzSjlFgCQxsIqWR5vOUHbSdlxWr4LqkyUysT8FPyaDUoJTxDQJuCI3oJSYYNeDGPLY5TYCTK97Z4ayfw=="
},
"@protobufjs/aspromise": {
"version": "1.1.2",
@@ -14045,11 +14045,11 @@
"integrity": "sha512-GVbwInwnqkVxQ4GU/XYeQt1e0dAXL8sF5Hr1H/coCBbYUan5xP0G2mEz/HRDf1lt73rFQAN/bJcLTOKkqiM6tg=="
},
"vuefire": {
"version": "2.2.2",
"resolved": "https://registry.npmjs.org/vuefire/-/vuefire-2.2.2.tgz",
"integrity": "sha512-YlxfdM7bAcj5JTTOirQOv0C6UTNKIGG3ZIBpQqmqkHKhTofgtaAzLJLra+D4yRgsh+l8U1RaFqRmXZdLrJFnTw==",
"version": "2.2.3",
"resolved": "https://registry.npmjs.org/vuefire/-/vuefire-2.2.3.tgz",
"integrity": "sha512-6KQwFv3e4BDd+DX92+1OuEtSy4FHHFh6OK7oAl06wkfdORhBWKRnPhEOXkerAqQ1ZrfFNsfK1ZvdOrk6Hgib5w==",
"requires": {
"@posva/vuefire-core": "^2.3.1"
"@posva/vuefire-core": "^2.3.2"
}
},
"vuejs-auto-complete": {