Skip to content

Commit 93c975a

Browse files
committed
Update all non-major dependencies
1 parent f9dc50e commit 93c975a

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
"express": "4.17.1",
104104
"find-free-port": "2.0.0",
105105
"firebase-functions": "3.11.0",
106-
"firebase-tools": "8.15.0",
106+
"firebase-tools": "8.15.1",
107107
"git-rev-sync": "3.0.1",
108108
"glob": "7.1.6",
109109
"http-server": "0.12.3",

packages-exp/auth-exp/demo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@firebase/auth-exp": "0.0.800",
2222
"@firebase/auth-types-exp": "0.0.800",
2323
"@firebase/logger": "0.2.6",
24-
"@firebase/util": "0.3.3",
24+
"@firebase/util": "0.3.4",
2525
"tslib": "^1.11.1"
2626
},
2727
"license": "Apache-2.0",

packages/auth/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"@firebase/auth-types": "0.10.1"
2626
},
2727
"devDependencies": {
28-
"firebase-tools": "8.15.0",
28+
"firebase-tools": "8.15.1",
2929
"google-closure-compiler": "20200112.0.0",
3030
"google-closure-library": "20200830.0.0",
3131
"gulp": "4.0.2",

packages/rules-unit-testing/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"@google-cloud/firestore": "4.7.0",
2929
"@types/request": "2.48.5",
3030
"firebase-admin": "9.3.0",
31-
"firebase-tools": "8.15.0",
31+
"firebase-tools": "8.15.1",
3232
"firebase-functions": "3.11.0",
3333
"rollup": "2.33.1",
3434
"rollup-plugin-typescript2": "0.29.0"

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7335,10 +7335,10 @@ [email protected]:
73357335
express "^4.17.1"
73367336
lodash "^4.17.14"
73377337

7338-
7339-
version "8.15.0"
7340-
resolved "https://registry.npmjs.org/firebase-tools/-/firebase-tools-8.15.0.tgz#cfbad03c33f48e3854371c4d034b3ab43fa6794f"
7341-
integrity sha512-NE+RtSqYw8Qjs1Ud5D4HsBIepFBUuL65ZlU6KUtm7dgZl6b7N9gC2nsjagNzdDYV27vgvnR+2mf2W1dCRsD0Fw==
7338+
7339+
version "8.15.1"
7340+
resolved "https://registry.npmjs.org/firebase-tools/-/firebase-tools-8.15.1.tgz#1d94d0ecc74f5e592ccb70fc54e92a508bd7f5b2"
7341+
integrity sha512-u2Kn2w5rWZLybBNmThVppHvZq5/23aZfBcvT0eon26bxX+nK7ApV6KS4DyaDR1tBH4vqL9LVHBVy0lVhAe2EyQ==
73427342
dependencies:
73437343
"@google-cloud/pubsub" "^1.7.0"
73447344
JSONStream "^1.2.1"

0 commit comments

Comments
 (0)