chore(deps): bump firebase from 8.2.1 to 8.2.2 (#2758)

Bumps [firebase](https://github.com/firebase/firebase-js-sdk) from 8.2.1 to 8.2.2.
- [Release notes](https://github.com/firebase/firebase-js-sdk/releases)
- [Changelog](https://github.com/firebase/firebase-js-sdk/blob/master/CHANGELOG.md)
- [Commits](https://github.com/firebase/firebase-js-sdk/commits)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2021-01-10 12:34:05 +02:00 committed by GitHub
parent 342289f261
commit 38857b9e9d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 18 additions and 18 deletions

34
package-lock.json generated
View File

@ -1368,9 +1368,9 @@
}
},
"@firebase/database": {
"version": "0.8.1",
"resolved": "https://registry.npmjs.org/@firebase/database/-/database-0.8.1.tgz",
"integrity": "sha512-/1HhR4ejpqUaM9Cn3KSeNdQvdlehWIhdfTVWFxS73ZlLYf7ayk9jITwH10H3ZOIm5yNzxF67p/U7Z/0IPhgWaQ==",
"version": "0.8.2",
"resolved": "https://registry.npmjs.org/@firebase/database/-/database-0.8.2.tgz",
"integrity": "sha512-E86yrom0Ii+61UScG44y1q3H3NuozzGGTGbYmiyTe1qK8Qvzuiu7yyfdDnqFW2fkeKvTRLoDeCpgZy27FgEndQ==",
"requires": {
"@firebase/auth-interop-types": "0.1.5",
"@firebase/component": "0.1.21",
@ -1405,9 +1405,9 @@
}
},
"@firebase/firestore": {
"version": "2.1.1",
"resolved": "https://registry.npmjs.org/@firebase/firestore/-/firestore-2.1.1.tgz",
"integrity": "sha512-mcKp8psdKSxujaGjyfmt/thlTG5Gk+gFdJbkx4DnGO1PsJG4H5mE0wG//7tOH7DGeRCAmiagjKhA8nQlf/UNCg==",
"version": "2.1.2",
"resolved": "https://registry.npmjs.org/@firebase/firestore/-/firestore-2.1.2.tgz",
"integrity": "sha512-8yUdBLLr6UhE+IjPR+fxLBD0bDnEqF9GalohfURZeLQPaL3b+LtqqGCLvvXC4MKT0lJAHOV8J9LA6rHj8vI0/Q==",
"requires": {
"@firebase/component": "0.1.21",
"@firebase/firestore-types": "2.1.0",
@ -1672,9 +1672,9 @@
}
},
"@grpc/grpc-js": {
"version": "1.2.2",
"resolved": "https://registry.npmjs.org/@grpc/grpc-js/-/grpc-js-1.2.2.tgz",
"integrity": "sha512-iK/T984Ni6VnmlQK/LJdUk+VsXSaYIWkgzJ0LyOcxN2SowAmoRjG28kS7B1ui/q/MAv42iM3051WBt5QorFxmg==",
"version": "1.2.3",
"resolved": "https://registry.npmjs.org/@grpc/grpc-js/-/grpc-js-1.2.3.tgz",
"integrity": "sha512-hMjS4/TiGFtvMxjmM3mgXCw6VIGeI0EWTNzdcV6R+qqCh33dLDcK1wVceAABXKZ+Fia1nETU49RBesOiukQjGA==",
"requires": {
"@types/node": "^12.12.47",
"google-auth-library": "^6.1.1",
@ -1682,9 +1682,9 @@
},
"dependencies": {
"@types/node": {
"version": "12.19.9",
"resolved": "https://registry.npmjs.org/@types/node/-/node-12.19.9.tgz",
"integrity": "sha512-yj0DOaQeUrk3nJ0bd3Y5PeDRJ6W0r+kilosLA+dzF3dola/o9hxhMSg2sFvVcA2UHS5JSOsZp4S0c1OEXc4m1Q=="
"version": "12.19.12",
"resolved": "https://registry.npmjs.org/@types/node/-/node-12.19.12.tgz",
"integrity": "sha512-UwfL2uIU9arX/+/PRcIkT08/iBadGN2z6ExOROA2Dh5mAuWTBj6iJbQX4nekiV5H8cTrEG569LeX+HRco9Cbxw=="
}
}
},
@ -9018,16 +9018,16 @@
}
},
"firebase": {
"version": "8.2.1",
"resolved": "https://registry.npmjs.org/firebase/-/firebase-8.2.1.tgz",
"integrity": "sha512-u2dvRIbyHZ2g0dziHKwXvMBubTSf+fgJcijXyy7fXcFFPd3wbDaGlHz7Sc6saOnlJtzZAYmvZUXaIxnStKOOXg==",
"version": "8.2.2",
"resolved": "https://registry.npmjs.org/firebase/-/firebase-8.2.2.tgz",
"integrity": "sha512-a07aW2TTAA9S7p4mx5pu8hvtVokJEjAQlAocHKOWwmRJRIduE9Vvr/3i50FtujT5gGNr0Qm+EyWyB+/7TJiwnw==",
"requires": {
"@firebase/analytics": "0.6.2",
"@firebase/app": "0.6.13",
"@firebase/app-types": "0.6.1",
"@firebase/auth": "0.16.1",
"@firebase/database": "0.8.1",
"@firebase/firestore": "2.1.1",
"@firebase/database": "0.8.2",
"@firebase/firestore": "2.1.2",
"@firebase/functions": "0.6.1",
"@firebase/installations": "0.4.19",
"@firebase/messaging": "0.7.3",

View File

@ -30,7 +30,7 @@
"@types/socket.io-client": "1.4.34",
"browser-nativefs": "0.12.0",
"clsx": "1.1.1",
"firebase": "8.2.1",
"firebase": "8.2.2",
"i18next-browser-languagedetector": "6.0.1",
"lodash.throttle": "4.1.1",
"nanoid": "2.1.11",