From a70ac89646f1ff581c3392e9b9175d4c7df316da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jul 2020 00:05:11 +0000 Subject: [PATCH] :arrow_up: 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] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 31586c8d6..f6317d129 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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": { diff --git a/package.json b/package.json index 24d165420..8216674f6 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "socket.io-client": "^2.3.0", "socketio-wildcard": "^2.0.0", "v-tooltip": "^2.0.3", - "vuefire": "^2.2.2", + "vuefire": "^2.2.3", "vuejs-auto-complete": "^0.9.0", "vuex-persist": "^2.2.0", "yargs-parser": "^18.1.3"