Skip to content

Commit bd6833d

Browse files
fix(deps): update weekly minor & patch updates
1 parent 074a984 commit bd6833d

File tree

9 files changed

+1190
-978
lines changed

9 files changed

+1190
-978
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747

4848
- uses: actions/setup-python@v5
4949
with:
50-
python-version: '3.10.4'
50+
python-version: '3.13.7'
5151
cache: 'pip'
5252

5353
- name: Install dependencies

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111
token: ${{ secrets.GH_TOKEN }}
112112
ref: dev
113113
- name: Install yq - portable yaml processor
114-
uses: mikefarah/yq@v4.44.2
114+
uses: mikefarah/yq@v4.47.1
115115
- name: Update deployment
116116
env:
117117
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}

auto_server/requirements.txt

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
absl-py==2.1.0
2-
certifi==2025.1.31
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
1+
absl-py==2.3.1
2+
certifi==2025.8.3
3+
grpcio==1.74.0
4+
immutabledict==4.2.1
5+
numpy==2.3.2
6+
ortools==9.14.6206
7+
pandas==2.3.2
88
protobuf==5.27.2
99
python-dateutil==2.9.0.post0
1010
pytz==2025.2
11-
sentry-sdk==2.8.0
12-
six==1.16.0
11+
sentry-sdk==2.35.0
12+
six==1.17.0
1313
tzdata==2025.2
1414
urllib3==2.2.2

client/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Grab the latest Node base image
2-
FROM node:22.16.0-alpine AS builder
2+
FROM node:22.18.0-alpine AS builder
33
RUN npm i -g pnpm
44

55
# Set the current working directory inside the container

client/package.json

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -16,34 +16,34 @@
1616
"format": "prettier --write 'src/**/*.{js,mjs,cjs,jsx,mjsx,ts,tsx,mtsx}'"
1717
},
1818
"dependencies": {
19-
"@apollo/client": "3.13.8",
19+
"@apollo/client": "3.14.0",
2020
"@emotion/react": "11.14.0",
2121
"@emotion/styled": "11.14.1",
2222
"@fontsource-variable/roboto-flex": "5.2.6",
2323
"@hello-pangea/dnd": "18.0.1",
2424
"@heroicons/react": "2.2.0",
25-
"@mui/icons-material": "5.17.1",
26-
"@mui/lab": "5.0.0-alpha.176",
27-
"@mui/material": "5.17.1",
28-
"@mui/system": "5.17.1",
25+
"@mui/icons-material": "5.18.0",
26+
"@mui/lab": "5.0.0-alpha.177",
27+
"@mui/material": "5.18.0",
28+
"@mui/system": "5.18.0",
2929
"@mui/x-date-pickers": "6.20.2",
30-
"@sentry/browser": "9.38.0",
31-
"@sentry/node": "9.38.0",
32-
"@sentry/react": "9.38.0",
33-
"@uiw/react-color": "2.7.1",
30+
"@sentry/browser": "9.46.0",
31+
"@sentry/node": "9.46.0",
32+
"@sentry/react": "9.46.0",
33+
"@uiw/react-color": "2.8.0",
3434
"clsx": "2.1.1",
3535
"colorizr": "3.0.8",
3636
"date-fns": "2.30.0",
3737
"dayjs": "1.11.13",
3838
"file-saver": "2.0.5",
39-
"framer-motion": "12.23.3",
39+
"framer-motion": "12.23.12",
4040
"fuse.js": "7.1.0",
4141
"ics": "3.8.1",
4242
"is-base64": "1.1.0",
4343
"lodash-es": "4.17.21",
4444
"react": "18.3.1",
4545
"react-dom": "18.3.1",
46-
"react-router-dom": "6.30.0",
46+
"react-router-dom": "6.30.1",
4747
"react-transition-group": "4.4.5",
4848
"react-window": "1.8.11",
4949
"tailwind-merge": "3.3.1",
@@ -75,38 +75,38 @@
7575
]
7676
},
7777
"devDependencies": {
78-
"@eslint/js": "9.31.0",
79-
"@tailwindcss/postcss": "4.1.11",
78+
"@eslint/js": "9.33.0",
79+
"@tailwindcss/postcss": "4.1.12",
8080
"@tanstack/eslint-plugin-query": "5.83.1",
8181
"@types/file-saver": "2.0.7",
8282
"@types/is-base64": "1.1.3",
8383
"@types/lodash-es": "4.17.12",
84-
"@types/node": "22.15.30",
85-
"@types/react": "18.3.20",
84+
"@types/node": "22.17.2",
85+
"@types/react": "18.3.23",
8686
"@types/react-dom": "18.3.7",
8787
"@types/react-router-dom": "5.3.3",
8888
"@types/react-transition-group": "4.4.12",
8989
"@types/react-window": "1.8.8",
90-
"@vitejs/plugin-react-swc": "3.10.2",
90+
"@vitejs/plugin-react-swc": "3.11.0",
9191
"autoprefixer": "10.4.21",
92-
"eslint": "9.31.0",
93-
"eslint-config-prettier": "10.1.5",
94-
"eslint-plugin-prettier": "5.5.1",
92+
"eslint": "9.33.0",
93+
"eslint-config-prettier": "10.1.8",
94+
"eslint-plugin-prettier": "5.5.4",
9595
"eslint-plugin-react": "7.37.5",
9696
"eslint-plugin-react-hooks": "5.2.0",
9797
"eslint-plugin-simple-import-sort": "12.1.1",
98-
"eslint-plugin-unused-imports": "4.1.4",
98+
"eslint-plugin-unused-imports": "4.2.0",
9999
"globals": "16.3.0",
100100
"jsdom": "26.1.0",
101101
"postcss": "8.5.6",
102102
"prettier": "3.6.2",
103-
"tailwindcss": "4.1.11",
104-
"typescript": "5.8.3",
105-
"typescript-eslint": "8.37.0",
106-
"vite": "7.0.4",
103+
"tailwindcss": "4.1.12",
104+
"typescript": "5.9.2",
105+
"typescript-eslint": "8.40.0",
106+
"vite": "7.1.3",
107107
"vite-bundle-visualizer": "1.2.1",
108108
"vite-tsconfig-paths": "5.1.4",
109109
"vitest": "3.2.4"
110110
},
111-
"packageManager": "pnpm@10.13.1+sha512.37ebf1a5c7a30d5fabe0c5df44ee8da4c965ca0c5af3dbab28c3a1681b70a256218d05c81c9c0dcf767ef6b8551eb5b960042b9ed4300c59242336377e01cfad"
111+
"packageManager": "pnpm@10.15.0+sha512.486ebc259d3e999a4e8691ce03b5cac4a71cbeca39372a9b762cb500cfdf0873e2cb16abe3d951b1ee2cf012503f027b98b6584e4df22524e0c7450d9ec7aa7b"
112112
}

0 commit comments

Comments
 (0)