Skip to content

Commit b299843

Browse files
fix(deps): update all non-major third-party dependencies
1 parent 108dcb7 commit b299843

9 files changed

+1968
-2336
lines changed

.github/workflows/deploy-dev.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@ jobs:
2222
uses: actions/checkout@v4
2323

2424
- name: 👀 Read app name
25-
uses: SebRollen/toml-action@v1.0.2
25+
uses: SebRollen/toml-action@v1.2.0
2626
id: app_name
2727
with:
2828
file: fly.toml
2929
field: app
3030

3131
- name: 🚀 Deploy Staging
32-
uses: superfly/flyctl-actions@v1.4
32+
uses: superfly/flyctl-actions@1.5
3333
with:
3434
args: deploy --remote-only --build-arg COMMIT_SHA=${{ github.sha }} --app ${{ steps.app_name.outputs.value }}-staging
3535
env:

.github/workflows/release-please-dev.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,14 @@ jobs:
3737
uses: actions/checkout@v4
3838

3939
- name: 👀 Read app name
40-
uses: SebRollen/toml-action@v1.0.2
40+
uses: SebRollen/toml-action@v1.2.0
4141
id: app_name
4242
with:
4343
file: fly.toml
4444
field: app
4545

4646
- name: 🚀 Deploy Staging
47-
uses: superfly/flyctl-actions@v1.4
47+
uses: superfly/flyctl-actions@1.5
4848
with:
4949
args: deploy --remote-only --build-arg COMMIT_SHA=${{ github.sha }} --app ${{ steps.app_name.outputs.value }}-staging
5050
env:

.github/workflows/release-please-main.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,14 @@ jobs:
3333
uses: actions/checkout@v4
3434

3535
- name: 👀 Read app name
36-
uses: SebRollen/toml-action@v1.0.2
36+
uses: SebRollen/toml-action@v1.2.0
3737
id: app_name
3838
with:
3939
file: fly.toml
4040
field: app
4141

4242
- name: 🚀 Deploy Production
43-
uses: superfly/flyctl-actions@v1.4
43+
uses: superfly/flyctl-actions@1.5
4444
with:
4545
args: deploy --remote-only --build-arg COMMIT_SHA=${{ github.sha }} --app ${{ steps.app_name.outputs.value }}
4646
env:

.node-version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20.11.0
1+
20.11.1

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# base node image
2-
FROM node:20.11.0-bullseye as base
2+
FROM node:20.11.1-bullseye as base
33

44
SHELL ["/bin/bash", "-c"]
55

package.json

+43-43
Original file line numberDiff line numberDiff line change
@@ -65,102 +65,102 @@
6565
"dependencies": {
6666
"@chakra-ui/react": "2.8.2",
6767
"@emotion/cache": "11.11.0",
68-
"@emotion/react": "11.11.3",
68+
"@emotion/react": "11.11.4",
6969
"@emotion/server": "11.11.0",
7070
"@emotion/styled": "11.11.0",
7171
"@isaacs/express-prometheus-middleware": "1.2.1",
72-
"@remix-run/css-bundle": "2.5.0",
73-
"@remix-run/express": "2.5.0",
74-
"@remix-run/node": "2.5.0",
75-
"@remix-run/react": "2.5.0",
76-
"@remix-run/server-runtime": "2.5.0",
77-
"@remix-run/testing": "2.5.0",
78-
"@supabase/auth-helpers-remix": "0.2.6",
79-
"@supabase/supabase-js": "2.39.3",
72+
"@remix-run/css-bundle": "2.8.1",
73+
"@remix-run/express": "2.8.1",
74+
"@remix-run/node": "2.8.1",
75+
"@remix-run/react": "2.8.1",
76+
"@remix-run/server-runtime": "2.8.1",
77+
"@remix-run/testing": "2.8.1",
78+
"@supabase/auth-helpers-remix": "0.3.0",
79+
"@supabase/supabase-js": "2.39.8",
8080
"bcryptjs": "2.4.3",
8181
"compression": "1.7.4",
8282
"cross-env": "7.0.3",
8383
"d3-shape": "3.2.0",
84-
"express": "4.18.2",
84+
"express": "4.18.3",
8585
"framer-motion": "10.18.0",
86-
"i18next": "23.7.16",
86+
"i18next": "23.10.1",
8787
"i18next-browser-languagedetector": "7.2.0",
8888
"i18next-fs-backend": "2.3.1",
89-
"i18next-http-backend": "2.4.2",
89+
"i18next-http-backend": "2.5.0",
9090
"isbot": "3.8.0",
9191
"morgan": "1.10.0",
9292
"prom-client": "15.1.0",
9393
"react": "18.2.0",
9494
"react-dom": "18.2.0",
9595
"react-i18next": "13.5.0",
96-
"recharts": "2.9.0",
96+
"recharts": "2.12.2",
9797
"remix-i18next": "5.5.0",
98-
"supabase": "1.131.5",
99-
"tiny-invariant": "1.3.1"
98+
"supabase": "1.148.6",
99+
"tiny-invariant": "1.3.3"
100100
},
101101
"devDependencies": {
102-
"@babel/core": "7.23.7",
102+
"@babel/core": "7.24.0",
103103
"@babel/plugin-syntax-flow": "7.23.3",
104104
"@babel/plugin-transform-react-jsx": "7.23.4",
105-
"@commitlint/cli": "18.4.4",
106-
"@commitlint/config-conventional": "18.4.4",
107-
"@faker-js/faker": "8.3.1",
108-
"@pandacss/dev": "0.27.2",
109-
"@remix-run/dev": "2.5.0",
110-
"@remix-run/eslint-config": "2.5.0",
105+
"@commitlint/cli": "18.6.1",
106+
"@commitlint/config-conventional": "18.6.3",
107+
"@faker-js/faker": "8.4.1",
108+
"@pandacss/dev": "0.34.3",
109+
"@remix-run/dev": "2.8.1",
110+
"@remix-run/eslint-config": "2.8.1",
111111
"@testing-library/cypress": "10.0.1",
112112
"@testing-library/dom": "9.3.4",
113-
"@testing-library/jest-dom": "6.2.0",
114-
"@testing-library/react": "14.1.2",
113+
"@testing-library/jest-dom": "6.4.2",
114+
"@testing-library/react": "14.2.1",
115115
"@testing-library/user-event": "14.5.2",
116116
"@trivago/prettier-plugin-sort-imports": "4.3.0",
117117
"@types/bcryptjs": "2.4.6",
118118
"@types/compression": "1.7.5",
119-
"@types/eslint": "8.56.2",
119+
"@types/eslint": "8.56.5",
120120
"@types/express": "4.17.21",
121121
"@types/morgan": "1.9.9",
122-
"@types/node": "20.11.5",
123-
"@types/react": "18.2.48",
124-
"@types/react-dom": "18.2.18",
125-
"@typescript-eslint/eslint-plugin": "6.19.0",
126-
"@typescript-eslint/parser": "6.19.0",
122+
"@types/node": "20.11.26",
123+
"@types/react": "18.2.65",
124+
"@types/react-dom": "18.2.21",
125+
"@typescript-eslint/eslint-plugin": "6.21.0",
126+
"@typescript-eslint/parser": "6.21.0",
127127
"@vitejs/plugin-react": "4.2.1",
128128
"@vitest/coverage-v8": "0.34.6",
129129
"@vitest/ui": "0.34.7",
130-
"autoprefixer": "10.4.16",
130+
"autoprefixer": "10.4.18",
131131
"c8": "8.0.1",
132132
"cookie": "0.6.0",
133-
"cypress": "13.6.3",
134-
"dotenv": "16.3.1",
135-
"esbuild": "0.19.11",
136-
"eslint": "8.56.0",
133+
"cypress": "13.6.6",
134+
"dotenv": "16.4.5",
135+
"esbuild": "0.20.1",
136+
"eslint": "8.57.0",
137137
"eslint-config-prettier": "9.1.0",
138138
"eslint-config-react-app": "7.0.1",
139139
"eslint-plugin-cypress": "2.15.1",
140140
"eslint-plugin-no-relative-import-paths": "1.5.3",
141-
"eslint-plugin-sonarjs": "0.23.0",
141+
"eslint-plugin-sonarjs": "0.24.0",
142142
"happy-dom": "12.10.3",
143143
"husky": "8.0.3",
144144
"install": "0.13.0",
145-
"lint-staged": "15.2.0",
146-
"msw": "2.1.1",
145+
"lint-staged": "15.2.2",
146+
"msw": "2.2.3",
147147
"npm-run-all": "4.1.5",
148-
"postcss": "8.4.33",
149-
"prettier": "3.2.4",
148+
"postcss": "8.4.35",
149+
"prettier": "3.2.5",
150150
"start-server-and-test": "2.0.3",
151151
"ts-node": "10.9.2",
152152
"tsc-files": "1.1.4",
153153
"tsconfig-paths": "4.2.0",
154154
"type-coverage": "2.27.1",
155-
"typescript": "5.3.3",
155+
"typescript": "5.4.2",
156156
"typescript-coverage-report": "0.8.0",
157157
"vite": "4.5.2",
158-
"vite-plugin-checker": "0.6.2",
158+
"vite-plugin-checker": "0.6.4",
159159
"vite-tsconfig-paths": "4.3.1",
160160
"vitest": "0.34.6",
161161
"vitest-github-actions-reporter": "0.11.1",
162162
"vitest-sonar-reporter": "0.5.0",
163-
"webdriverio": "8.28.0"
163+
"webdriverio": "8.33.1"
164164
},
165165
"engines": {
166166
"node": ">=18"

0 commit comments

Comments
 (0)