Skip to content

Commit

Permalink
Fix lockfile
Browse files Browse the repository at this point in the history
  • Loading branch information
schmidt-sebastian committed Jan 10, 2022
1 parent 15fee18 commit 9a4d175
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions yarn.lock
Expand Up @@ -1412,6 +1412,28 @@
minimatch "^3.0.4"
strip-json-comments "^3.1.1"

"@firebase/component@0.5.9":
version "0.5.9"
resolved "https://registry.npmjs.org/@firebase/component/-/component-0.5.9.tgz#a859f655bd6e5b691bc5596fe43a91b12a443052"
integrity sha512-oLCY3x9WbM5rn06qmUvbtJuPj4dIw/C9T4Th52IiHF5tiCRC5k6YthvhfUVcTwfoUhK0fOgtwuKJKA/LpCPjgA==
dependencies:
"@firebase/util" "1.4.2"
tslib "^2.1.0"

"@firebase/firestore@3.4.1":
version "3.4.1"
resolved "https://registry.npmjs.org/@firebase/firestore/-/firestore-3.4.1.tgz#b988a25213e51b112db4fef8d939634957f35b9f"
integrity sha512-KSXuaiavHUqk3+0qRe4U8QZ1vfpOc4PuesohLcjA824HexBzXd+6NoUmBs/F9pyS9Ka1rJeECXzXgpk0pInSBw==
dependencies:
"@firebase/component" "0.5.9"
"@firebase/logger" "0.3.2"
"@firebase/util" "1.4.2"
"@firebase/webchannel-wrapper" "0.6.1"
"@grpc/grpc-js" "^1.3.2"
"@grpc/proto-loader" "^0.6.0"
node-fetch "2.6.5"
tslib "^2.1.0"

"@firebase/polyfill@0.3.36":
version "0.3.36"
resolved "https://registry.npmjs.org/@firebase/polyfill/-/polyfill-0.3.36.tgz#c057cce6748170f36966b555749472b25efdb145"
Expand All @@ -1421,6 +1443,13 @@
promise-polyfill "8.1.3"
whatwg-fetch "2.0.4"

"@firebase/util@1.4.2":
version "1.4.2"
resolved "https://registry.npmjs.org/@firebase/util/-/util-1.4.2.tgz#271c63bb7cce4607f7679dc5624ef241c4cf2498"
integrity sha512-JMiUo+9QE9lMBvEtBjqsOFdmJgObFvi7OL1A0uFGwTmlCI1ZeNPOEBrwXkgTOelVCdiMO15mAebtEyxFuQ6FsA==
dependencies:
tslib "^2.1.0"

"@gar/promisify@^1.0.1":
version "1.1.2"
resolved "https://registry.npmjs.org/@gar/promisify/-/promisify-1.1.2.tgz#30aa825f11d438671d585bd44e7fd564535fc210"
Expand Down

0 comments on commit 9a4d175

Please sign in to comment.