Skip to content

Commit f992f56

Browse files
dpebotsamtstern
andauthored
Auto-update dependencies. (#130)
Co-authored-by: Sam Stern <[email protected]>
1 parent e5f6214 commit f992f56

File tree

23 files changed

+3519
-6461
lines changed

23 files changed

+3519
-6461
lines changed

.github/workflows/node.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ jobs:
1313
strategy:
1414
matrix:
1515
node-version:
16-
- 8.x
1716
- 10.x
17+
- 12.x
1818
steps:
1919
- uses: actions/checkout@v1
2020
- uses: actions/setup-node@v1
@@ -30,4 +30,4 @@ jobs:
3030
- run: npm install
3131

3232
- name: "Lint and Test"
33-
run: ./scripts/test.sh
33+
run: ./scripts/test.sh

auth/package-lock.json

Lines changed: 219 additions & 532 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
@@ -8,6 +8,6 @@
88
"compile": "cp ../tsconfig.json.template ./tsconfig.json && tsc"
99
},
1010
"dependencies": {
11-
"firebase-admin": "^8.13.0"
11+
"firebase-admin": "^9.0.0"
1212
}
1313
}

0 commit comments

Comments
 (0)