Skip to content

Commit c8c5091

Browse files
Update all non-major dependencies (#444)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e852867 commit c8c5091

File tree

5 files changed

+189
-150
lines changed

5 files changed

+189
-150
lines changed

.github/workflows/tag.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
uses: docker/setup-buildx-action@v3.12.0
2323

2424
- name: Login to GitHub Container Registry
25-
uses: docker/login-action@v3.6.0
25+
uses: docker/login-action@v3.7.0
2626
with:
2727
registry: ghcr.io
2828
username: ${{ github.actor }}

functions/package-lock.json

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

functions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
"main": "index.js",
44
"dependencies": {
55
"firebase-admin": "13.6.0",
6-
"firebase-functions": "7.0.3"
6+
"firebase-functions": "7.0.5"
77
}
88
}

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,42 +11,42 @@
1111
"test": "jest"
1212
},
1313
"dependencies": {
14-
"@apollo/client": "4.1.2",
14+
"@apollo/client": "4.1.3",
1515
"@emotion/react": "11.14.0",
1616
"@maslick/koder": "1.3.2",
17-
"@sentry/react": "10.36.0",
17+
"@sentry/react": "10.38.0",
1818
"@types/express": "5.0.6",
1919
"@types/jest": "30.0.0",
2020
"@types/js-cookie": "3.0.6",
2121
"@types/lodash-es": "4.17.12",
2222
"@types/ms": "2.1.0",
2323
"@types/node": "24.10.9",
2424
"@types/pluralize": "0.0.33",
25-
"@types/react": "19.2.9",
25+
"@types/react": "19.2.10",
2626
"@types/traverse": "0.6.37",
2727
"@types/ua-parser-js": "0.7.39",
28-
"axios": "1.13.3",
28+
"axios": "1.13.4",
2929
"compare-versions": "6.1.1",
3030
"dayjs": "1.11.19",
3131
"deepmerge": "4.3.1",
3232
"express": "5.2.1",
3333
"firebase": "12.8.0",
3434
"graphql": "16.12.0",
35-
"graphql-ws": "6.0.6",
35+
"graphql-ws": "6.0.7",
3636
"helmet": "8.1.0",
3737
"immer": "11.1.3",
3838
"jose": "6.1.3",
3939
"js-cookie": "3.0.5",
4040
"lodash-es": "4.17.23",
4141
"ms": "2.1.3",
42-
"next": "16.1.5",
42+
"next": "16.1.6",
4343
"pino-http": "11.0.0",
4444
"pino-pretty": "13.1.3",
4545
"pluralize": "8.0.0",
4646
"prop-types": "15.8.1",
4747
"quick-score": "0.2.0",
48-
"react": "19.2.3",
49-
"react-dom": "19.2.3",
48+
"react": "19.2.4",
49+
"react-dom": "19.2.4",
5050
"react-icons": "5.5.0",
5151
"react-toastify": "11.0.5",
5252
"sass": "1.97.3",

0 commit comments

Comments
 (0)