Skip to content

Commit

Permalink
chore: bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
stdavis committed Nov 26, 2024
1 parent f339597 commit ae212ff
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 15 deletions.
2 changes: 1 addition & 1 deletion cloudrun/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
extras_require={
"dev": [
"black>=23,<25",
"pytest-cov>=4,<6",
"pytest-cov>=4,<7",
"pytest-instafail==0.5.*",
"pytest-mock==3.*",
"pytest-ruff==0.*",
Expand Down
17 changes: 9 additions & 8 deletions functions/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"dependencies": {
"@google-cloud/secret-manager": "^5.6.0",
"firebase-admin": "^12.7.0",
"firebase-functions": "^6.1.0",
"firebase-functions": "^6.1.1",
"googleapis": "^144.0.0",
"got": "^14.4.4",
"knex": "^3.1.0",
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
"eslint-plugin-react-hooks": "^5.1.0-rc-2d16326d-20240930",
"eslint-plugin-react-refresh": "^0.4.14",
"firebase-admin": "^13.0.1",
"firebase-tools": "^13.26.0",
"firebase-tools": "^13.27.0",
"globals": "^15.12.0",
"if-env": "^1.0.4",
"postcss": "^8.4.49",
Expand Down

0 comments on commit ae212ff

Please sign in to comment.