Skip to content

Commit 627ca7c

Browse files
fix(deps): update all non-major third-party dependencies
1 parent 8c105cb commit 627ca7c

File tree

6 files changed

+2125
-2074
lines changed

6 files changed

+2125
-2074
lines changed

.node-version

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

Dockerfile

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

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

package.json

+44-44
Original file line numberDiff line numberDiff line change
@@ -65,107 +65,107 @@
6565
"@emotion/cache": "11.11.0",
6666
"@emotion/react": "11.11.4",
6767
"@emotion/server": "11.11.0",
68-
"@emotion/styled": "11.11.0",
68+
"@emotion/styled": "11.11.5",
6969
"@isaacs/express-prometheus-middleware": "1.2.1",
7070
"@remix-run/express": "2.8.1",
7171
"@remix-run/node": "2.8.1",
7272
"@remix-run/react": "2.8.1",
7373
"@remix-run/server-runtime": "2.8.1",
7474
"@remix-run/testing": "2.8.1",
75-
"@supabase/auth-helpers-remix": "0.3.0",
76-
"@supabase/supabase-js": "2.39.8",
75+
"@supabase/auth-helpers-remix": "0.4.0",
76+
"@supabase/supabase-js": "2.42.5",
7777
"bcryptjs": "2.4.3",
7878
"compression": "1.7.4",
7979
"cross-env": "7.0.3",
8080
"d3-shape": "3.2.0",
81-
"express": "4.18.3",
82-
"framer-motion": "11.0.14",
83-
"i18next": "23.10.1",
84-
"i18next-browser-languagedetector": "7.2.0",
81+
"express": "4.19.2",
82+
"framer-motion": "11.1.7",
83+
"i18next": "23.11.2",
84+
"i18next-browser-languagedetector": "7.2.1",
8585
"i18next-fs-backend": "2.3.1",
86-
"i18next-http-backend": "2.5.0",
87-
"isbot": "5.1.1",
86+
"i18next-http-backend": "2.5.1",
87+
"isbot": "5.1.4",
8888
"morgan": "1.10.0",
89-
"prom-client": "15.1.0",
90-
"react": "18.3.0-canary-a870b2d54-20240314",
91-
"react-dom": "18.3.0-canary-a870b2d54-20240314",
89+
"prom-client": "15.1.2",
90+
"react": "18.3.0-next-fecc288b7-20221025",
91+
"react-dom": "18.3.0-next-fecc288b7-20221025",
9292
"react-i18next": "14.1.0",
93-
"recharts": "2.12.3",
94-
"remix-i18next": "6.0.1",
95-
"supabase": "1.148.6",
93+
"recharts": "2.12.5",
94+
"remix-i18next": "6.1.0",
95+
"supabase": "1.162.6",
9696
"tiny-invariant": "1.3.3"
9797
},
9898
"devDependencies": {
99-
"@babel/core": "7.24.0",
100-
"@babel/plugin-syntax-flow": "7.23.3",
99+
"@babel/core": "7.24.4",
100+
"@babel/plugin-syntax-flow": "7.24.1",
101101
"@babel/plugin-transform-react-jsx": "7.23.4",
102-
"@commitlint/cli": "19.2.0",
103-
"@commitlint/config-conventional": "19.1.0",
102+
"@commitlint/cli": "19.2.2",
103+
"@commitlint/config-conventional": "19.2.2",
104104
"@faker-js/faker": "8.4.1",
105-
"@pandacss/dev": "0.35.0",
105+
"@pandacss/dev": "0.37.2",
106106
"@remix-run/dev": "2.8.1",
107107
"@remix-run/eslint-config": "2.8.1",
108108
"@testing-library/cypress": "10.0.1",
109109
"@testing-library/dom": "9.3.4",
110110
"@testing-library/jest-dom": "6.4.2",
111-
"@testing-library/react": "14.2.1",
111+
"@testing-library/react": "14.3.1",
112112
"@testing-library/user-event": "14.5.2",
113113
"@trivago/prettier-plugin-sort-imports": "4.3.0",
114114
"@types/bcryptjs": "2.4.6",
115115
"@types/compression": "1.7.5",
116-
"@types/eslint": "8.56.5",
116+
"@types/eslint": "8.56.10",
117117
"@types/express": "4.17.21",
118118
"@types/morgan": "1.9.9",
119-
"@types/node": "20.11.28",
120-
"@types/react": "18.2.66",
121-
"@types/react-dom": "18.2.22",
122-
"@typescript-eslint/eslint-plugin": "7.2.0",
123-
"@typescript-eslint/parser": "7.2.0",
119+
"@types/node": "20.12.7",
120+
"@types/react": "18.2.79",
121+
"@types/react-dom": "18.2.25",
122+
"@typescript-eslint/eslint-plugin": "7.7.0",
123+
"@typescript-eslint/parser": "7.7.0",
124124
"@vitejs/plugin-react": "4.2.1",
125-
"@vitest/coverage-v8": "1.4.0",
126-
"@vitest/ui": "1.4.0",
127-
"autoprefixer": "10.4.18",
125+
"@vitest/coverage-v8": "1.5.0",
126+
"@vitest/ui": "1.5.0",
127+
"autoprefixer": "10.4.19",
128128
"c8": "9.1.0",
129129
"cookie": "0.6.0",
130-
"cypress": "13.7.0",
130+
"cypress": "13.8.0",
131131
"dotenv": "16.4.5",
132132
"esbuild": "0.20.2",
133133
"eslint": "8.57.0",
134134
"eslint-config-prettier": "9.1.0",
135135
"eslint-config-react-app": "7.0.1",
136-
"eslint-plugin-cypress": "2.15.1",
137-
"eslint-plugin-no-relative-import-paths": "1.5.3",
138-
"eslint-plugin-sonarjs": "0.24.0",
139-
"happy-dom": "13.8.6",
136+
"eslint-plugin-cypress": "2.15.2",
137+
"eslint-plugin-no-relative-import-paths": "1.5.4",
138+
"eslint-plugin-sonarjs": "0.25.1",
139+
"happy-dom": "13.10.1",
140140
"husky": "9.0.11",
141141
"install": "0.13.0",
142142
"lint-staged": "15.2.2",
143-
"msw": "2.2.3",
143+
"msw": "2.2.14",
144144
"npm-run-all2": "6.1.2",
145-
"postcss": "8.4.35",
145+
"postcss": "8.4.38",
146146
"prettier": "3.2.5",
147-
"rollup-plugin-visualizer": "^5.12.0",
147+
"rollup-plugin-visualizer": "5.12.0",
148148
"start-server-and-test": "2.0.3",
149149
"ts-node": "10.9.2",
150150
"tsc-files": "1.1.4",
151151
"tsconfig-paths": "4.2.0",
152-
"type-coverage": "2.27.1",
153-
"typescript": "5.4.2",
152+
"type-coverage": "2.28.1",
153+
"typescript": "5.4.5",
154154
"typescript-coverage-report": "1.0.0",
155-
"vite": "5.1.6",
155+
"vite": "5.2.9",
156156
"vite-plugin-checker": "0.6.4",
157157
"vite-tsconfig-paths": "4.3.2",
158-
"vitest": "1.4.0",
158+
"vitest": "1.5.0",
159159
"vitest-github-actions-reporter": "0.11.1",
160160
"vitest-sonar-reporter": "2.0.0",
161-
"webdriverio": "8.34.0"
161+
"webdriverio": "8.36.0"
162162
},
163163
"engines": {
164164
"node": ">=18"
165165
},
166166
"version": "1.18.0",
167167
"overrides": {
168-
"react": "18.3.0-canary-a870b2d54-20240314",
168+
"react": "18.3.0-next-fecc288b7-20221025",
169169
"react-dom": "18.3.0-canarya870b2d54-20240314"
170170
}
171171
}

0 commit comments

Comments
 (0)