chore(deps): bump firebase from 7.8.1 to 7.8.2

Bumps [firebase](https://github.com/firebase/firebase-js-sdk) from 7.8.1 to 7.8.2.
- [Release notes](https://github.com/firebase/firebase-js-sdk/releases)
- [Commits](https://github.com/firebase/firebase-js-sdk/compare/firebase@7.8.1...firebase@7.8.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot]
2020-02-15 01:24:58 +00:00
committed by GitHub
parent 777b201c1f
commit 73d2d58da9
2 changed files with 11 additions and 11 deletions

20
package-lock.json generated
View File

@@ -991,9 +991,9 @@
}
},
"@firebase/firestore": {
"version": "1.10.1",
"resolved": "https://registry.npmjs.org/@firebase/firestore/-/firestore-1.10.1.tgz",
"integrity": "sha512-104SkNefcasRWwHZPUx0LLAhiOdb2ZG9c28hJIiUTKoehZKS/FvdSA2fXMsWvXshuUS3RJO70/eCtbqMKJU9/w==",
"version": "1.10.2",
"resolved": "https://registry.npmjs.org/@firebase/firestore/-/firestore-1.10.2.tgz",
"integrity": "sha512-Ay9V7eLYNEt12STCfmUxtyu4IBWIgOONzxoRUnkK1nmNbvket7XhSCfij4P4pi3qx4kdpp+hzjUl6ndVbh7y5Q==",
"requires": {
"@firebase/component": "0.1.5",
"@firebase/firestore-types": "1.9.1",
@@ -5194,16 +5194,16 @@
}
},
"firebase": {
"version": "7.8.1",
"resolved": "https://registry.npmjs.org/firebase/-/firebase-7.8.1.tgz",
"integrity": "sha512-Ji1/21pNvxW3gbBo/iTtXFJsTTWzcDoMeCRx+NJ7/uUVYvmX91WjhnwO84OusHIo9WMs54kosoOWL0i6PZyWwg==",
"version": "7.8.2",
"resolved": "https://registry.npmjs.org/firebase/-/firebase-7.8.2.tgz",
"integrity": "sha512-qB/YopC6PVYTe2Q8hSwDD9CLdQHiMN1HUj/rxFxoICJR1VGkHP2KUvx2gv990V7CwzXIruLWoz9MwCOHFj9D0w==",
"requires": {
"@firebase/analytics": "0.2.13",
"@firebase/app": "0.5.4",
"@firebase/app-types": "0.5.1",
"@firebase/auth": "0.13.5",
"@firebase/database": "0.5.21",
"@firebase/firestore": "1.10.1",
"@firebase/firestore": "1.10.2",
"@firebase/functions": "0.4.32",
"@firebase/installations": "0.4.2",
"@firebase/messaging": "0.6.4",
@@ -9676,9 +9676,9 @@
},
"dependencies": {
"@types/node": {
"version": "10.17.14",
"resolved": "https://registry.npmjs.org/@types/node/-/node-10.17.14.tgz",
"integrity": "sha512-G0UmX5uKEmW+ZAhmZ6PLTQ5eu/VPaT+d/tdLd5IFsKRPcbe6lPxocBtcYBFSaLaCW8O60AX90e91Nsp8lVHCNw=="
"version": "10.17.15",
"resolved": "https://registry.npmjs.org/@types/node/-/node-10.17.15.tgz",
"integrity": "sha512-daFGV9GSs6USfPgxceDA8nlSe48XrVCJfDeYm7eokxq/ye7iuOH87hKXgMtEAVLFapkczbZsx868PMDT1Y0a6A=="
}
}
},

View File

@@ -26,7 +26,7 @@
"@nuxtjs/sitemap": "^2.0.1",
"@nuxtjs/toast": "^3.3.0",
"ace-builds": "^1.4.8",
"firebase": "^7.8.1",
"firebase": "^7.8.2",
"graphql": "^14.6.0",
"nuxt": "^2.11.0",
"nuxt-i18n": "^6.5.0",