Skip to content

Commit 3829184

Browse files
committed
Merge branch 'master' into HEAD
2 parents 0d309f5 + 17bb774 commit 3829184

File tree

17 files changed

+505
-294
lines changed

17 files changed

+505
-294
lines changed

auth/functions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
},
1010
"dependencies": {
1111
"firebase-admin": "^9.8.0",
12-
"firebase-functions": "^3.14.0"
12+
"firebase-functions": "^3.14.1"
1313
}
1414
}

auth/package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

auth/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
"dependencies": {
1111
"express": "^4.17.1",
1212
"firebase-admin": "exp",
13-
"firebase-functions": "^3.14.0"
13+
"firebase-functions": "^3.14.1"
1414
}
1515
}

firestore/extend-with-functions/functions/package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

firestore/extend-with-functions/functions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
"dependencies": {
99
"@google-cloud/firestore": "^4.4.0",
1010
"firebase-admin": "^9.8.0",
11-
"firebase-functions": "^3.14.0"
11+
"firebase-functions": "^3.14.1"
1212
}
1313
}

0 commit comments

Comments
 (0)