Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update all non-major dependencies
  • Loading branch information
renovate[bot] authored Feb 9, 2026
commit 6a5a04786ea17c7e9bc49e045b349a2e6006c3c5
2 changes: 1 addition & 1 deletion .github/workflows/tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
uses: docker/setup-buildx-action@v3.12.0

- name: Login to GitHub Container Registry
uses: docker/login-action@v3.6.0
uses: docker/login-action@v3.7.0
with:
registry: ghcr.io
username: ${{ github.actor }}
Expand Down
14 changes: 9 additions & 5 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 @@ -3,6 +3,6 @@
"main": "index.js",
"dependencies": {
"firebase-admin": "13.6.0",
"firebase-functions": "7.0.3"
"firebase-functions": "7.0.5"
}
}
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,42 +11,42 @@
"test": "jest"
},
"dependencies": {
"@apollo/client": "4.1.2",
"@apollo/client": "4.1.3",
"@emotion/react": "11.14.0",
"@maslick/koder": "1.3.2",
"@sentry/react": "10.36.0",
"@sentry/react": "10.38.0",
"@types/express": "5.0.6",
"@types/jest": "30.0.0",
"@types/js-cookie": "3.0.6",
"@types/lodash-es": "4.17.12",
"@types/ms": "2.1.0",
"@types/node": "24.10.9",
"@types/pluralize": "0.0.33",
"@types/react": "19.2.9",
"@types/react": "19.2.10",
"@types/traverse": "0.6.37",
"@types/ua-parser-js": "0.7.39",
"axios": "1.13.3",
"axios": "1.13.4",
"compare-versions": "6.1.1",
"dayjs": "1.11.19",
"deepmerge": "4.3.1",
"express": "5.2.1",
"firebase": "12.8.0",
"graphql": "16.12.0",
"graphql-ws": "6.0.6",
"graphql-ws": "6.0.7",
"helmet": "8.1.0",
"immer": "11.1.3",
"jose": "6.1.3",
"js-cookie": "3.0.5",
"lodash-es": "4.17.23",
"ms": "2.1.3",
"next": "16.1.5",
"next": "16.1.6",
"pino-http": "11.0.0",
"pino-pretty": "13.1.3",
"pluralize": "8.0.0",
"prop-types": "15.8.1",
"quick-score": "0.2.0",
"react": "19.2.3",
"react-dom": "19.2.3",
"react": "19.2.4",
"react-dom": "19.2.4",
"react-icons": "5.5.0",
"react-toastify": "11.0.5",
"sass": "1.97.3",
Expand Down
Loading