Skip to content

Commit d1ea4c2

Browse files
fix(deps): update weekly minor & patch updates
1 parent fac9956 commit d1ea4c2

File tree

8 files changed

+9408
-7014
lines changed

8 files changed

+9408
-7014
lines changed

.github/workflows/docker-staging.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
token: ${{ secrets.GH_TOKEN }}
109109
ref: migration
110110
- name: Install yq - portable yaml processor
111-
uses: mikefarah/yq@v4.44.2
111+
uses: mikefarah/yq@v4.45.1
112112
- name: Update deployment
113113
env:
114114
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}

.github/workflows/docker.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
token: ${{ secrets.GH_TOKEN }}
109109
ref: migration
110110
- name: Install yq - portable yaml processor
111-
uses: mikefarah/yq@v4.44.2
111+
uses: mikefarah/yq@v4.45.1
112112
- name: Update deployment
113113
env:
114114
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}

auto_server/requirements.txt

+12-12
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
absl-py==2.1.0
2-
certifi==2024.7.4
3-
grpcio==1.65.1
4-
immutabledict==4.2.0
5-
numpy==2.1.1
6-
ortools==9.10.4067
7-
pandas==2.2.2
8-
protobuf==5.27.2
2+
certifi==2024.12.14
3+
grpcio==1.69.0
4+
immutabledict==4.2.1
5+
numpy==2.2.1
6+
ortools==9.11.4210
7+
pandas==2.2.3
8+
protobuf==5.29.3
99
python-dateutil==2.9.0.post0
10-
pytz==2024.1
11-
sentry-sdk==2.8.0
12-
six==1.16.0
13-
tzdata==2024.1
14-
urllib3==2.2.2
10+
pytz==2024.2
11+
sentry-sdk==2.20.0
12+
six==1.17.0
13+
tzdata==2024.2
14+
urllib3==2.3.0

client/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@ ARG GIT_COMMIT
3131
RUN if [ -n "$GIT_COMMIT" ]; then export VITE_COMMIT=$GIT_COMMIT; fi && \
3232
pnpm run build
3333

34-
FROM caddy:2.8.4-alpine
34+
FROM caddy:2.9.1-alpine
3535
COPY ./Caddyfile /etc/caddy/Caddyfile
3636
COPY --from=builder /app/dist /srv

client/package.json

+53-53
Original file line numberDiff line numberDiff line change
@@ -17,51 +17,51 @@
1717
},
1818
"dependencies": {
1919
"@date-io/date-fns": "2.17.0",
20-
"@emotion/react": "11.11.1",
21-
"@emotion/styled": "11.11.0",
22-
"@fontsource-variable/roboto-flex": "5.0.8",
23-
"@heroicons/react": "2.1.3",
24-
"@mui/icons-material": "5.14.19",
25-
"@mui/lab": "5.0.0-alpha.154",
26-
"@mui/material": "5.14.19",
27-
"@mui/system": "5.14.19",
28-
"@mui/x-date-pickers": "6.18.2",
20+
"@emotion/react": "11.14.0",
21+
"@emotion/styled": "11.14.0",
22+
"@fontsource-variable/roboto-flex": "5.1.1",
23+
"@heroicons/react": "2.2.0",
24+
"@mui/icons-material": "5.16.14",
25+
"@mui/lab": "5.0.0-alpha.175",
26+
"@mui/material": "5.16.14",
27+
"@mui/system": "5.16.14",
28+
"@mui/x-date-pickers": "6.20.2",
2929
"@sentry/browser": "7.84.0",
30-
"@sentry/node": "7.84.0",
31-
"@sentry/react": "7.84.0",
32-
"@sentry/tracing": "7.84.0",
33-
"@uiw/react-color": "2.1.1",
30+
"@sentry/node": "7.120.3",
31+
"@sentry/react": "7.120.3",
32+
"@sentry/tracing": "7.120.3",
33+
"@uiw/react-color": "2.3.4",
3434
"clsx": "2.1.1",
35-
"@apollo/client": "3.11.8",
35+
"@apollo/client": "3.12.6",
3636
"date-fns": "2.30.0",
37-
"dayjs": "1.11.12",
37+
"dayjs": "1.11.13",
3838
"file-saver": "2.0.5",
39-
"framer-motion": "11.3.17",
39+
"framer-motion": "11.18.0",
4040
"fuse.js": "7.0.0",
41-
"ics": "3.7.6",
41+
"ics": "3.8.1",
4242
"is-base64": "^1.1.0",
4343
"lodash-es": "4.17.21",
4444
"react": "18.3.1",
4545
"react-beautiful-dnd": "^13.1.1",
4646
"react-dom": "18.3.1",
47-
"react-router-dom": "6.25.1",
47+
"react-router-dom": "6.28.2",
4848
"react-transition-group": "4.4.5",
49-
"react-window": "1.8.10",
50-
"tailwind-merge": "2.4.0",
49+
"react-window": "1.8.11",
50+
"tailwind-merge": "2.6.0",
5151
"uuid": "9.0.1",
52-
"web-vitals": "4.2.2",
53-
"workbox-background-sync": "7.1.0",
54-
"workbox-broadcast-update": "7.1.0",
55-
"workbox-cacheable-response": "7.1.0",
56-
"workbox-core": "7.1.0",
57-
"workbox-expiration": "7.1.0",
58-
"workbox-google-analytics": "7.1.0",
59-
"workbox-navigation-preload": "7.1.0",
60-
"workbox-precaching": "7.1.0",
61-
"workbox-range-requests": "7.1.0",
62-
"workbox-routing": "7.1.0",
63-
"workbox-strategies": "7.1.0",
64-
"workbox-streams": "7.1.0"
52+
"web-vitals": "4.2.4",
53+
"workbox-background-sync": "7.3.0",
54+
"workbox-broadcast-update": "7.3.0",
55+
"workbox-cacheable-response": "7.3.0",
56+
"workbox-core": "7.3.0",
57+
"workbox-expiration": "7.3.0",
58+
"workbox-google-analytics": "7.3.0",
59+
"workbox-navigation-preload": "7.3.0",
60+
"workbox-precaching": "7.3.0",
61+
"workbox-range-requests": "7.3.0",
62+
"workbox-routing": "7.3.0",
63+
"workbox-strategies": "7.3.0",
64+
"workbox-streams": "7.3.0"
6565
},
6666
"browserslist": {
6767
"production": [
@@ -78,35 +78,35 @@
7878
"devDependencies": {
7979
"@types/file-saver": "2.0.7",
8080
"@types/is-base64": "1.1.3",
81-
"@types/jest": "29.5.12",
81+
"@types/jest": "29.5.14",
8282
"@types/lodash-es": "4.17.12",
83-
"@types/node": "20.14.11",
84-
"@types/react": "18.3.3",
83+
"@types/node": "20.17.14",
84+
"@types/react": "18.3.18",
8585
"@types/react-beautiful-dnd": "13.1.8",
86-
"@types/react-dom": "18.3.0",
86+
"@types/react-dom": "18.3.5",
8787
"@types/react-router-dom": "5.3.3",
88-
"@types/react-transition-group": "4.4.10",
88+
"@types/react-transition-group": "4.4.12",
8989
"@types/react-window": "1.8.8",
9090
"@types/uuid": "9.0.8",
91-
"autoprefixer": "10.4.19",
92-
"@typescript-eslint/eslint-plugin": "7.16.1",
93-
"@typescript-eslint/parser": "7.16.1",
94-
"@vitejs/plugin-react-swc": "3.7.0",
95-
"eslint": "8.57.0",
91+
"autoprefixer": "10.4.20",
92+
"@typescript-eslint/eslint-plugin": "7.18.0",
93+
"@typescript-eslint/parser": "7.18.0",
94+
"@vitejs/plugin-react-swc": "3.7.2",
95+
"eslint": "8.57.1",
9696
"eslint-config-prettier": "9.1.0",
97-
"eslint-plugin-react": "7.35.0",
97+
"eslint-plugin-react": "7.37.4",
9898
"eslint-plugin-simple-import-sort": "12.1.1",
9999
"eslint-plugin-unused-imports": "4.1.4",
100100
"jsdom": "25.0.1",
101-
"postcss": "8.4.39",
102-
"prettier": "3.3.3",
103-
"tailwindcss": "3.4.4",
104-
"typescript": "5.5.3",
105-
"vite": "5.2.14",
101+
"postcss": "8.5.1",
102+
"prettier": "3.4.2",
103+
"tailwindcss": "3.4.17",
104+
"typescript": "5.7.3",
105+
"vite": "5.4.11",
106106
"vite-bundle-visualizer": "1.2.1",
107-
"vite-plugin-svgr": "4.2.0",
108-
"vite-tsconfig-paths": "5.0.1",
109-
"vitest": "2.1.2"
107+
"vite-plugin-svgr": "4.3.0",
108+
"vite-tsconfig-paths": "5.1.4",
109+
"vitest": "2.1.8"
110110
},
111-
"packageManager": "pnpm@9.4.0+sha512.f549b8a52c9d2b8536762f99c0722205efc5af913e77835dbccc3b0b0b2ca9e7dc8022b78062c17291c48e88749c70ce88eb5a74f1fa8c4bf5e18bb46c8bd83a"
111+
"packageManager": "pnpm@9.15.4+sha512.b2dc20e2fc72b3e18848459b37359a32064663e5627a51e4c74b2c29dd8e8e0491483c3abb40789cfd578bf362fb6ba8261b05f0387d76792ed6e23ea3b1b6a0"
112112
}

0 commit comments

Comments
 (0)