Skip to content

Commit 176db2e

Browse files
fix(deps): update weekly minor & patch updates
1 parent b33109f commit 176db2e

File tree

7 files changed

+4955
-4030
lines changed

7 files changed

+4955
-4030
lines changed

.github/workflows/docker-staging.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
token: ${{ secrets.GH_TOKEN }}
108108
ref: migration
109109
- name: Install yq - portable yaml processor
110-
uses: mikefarah/yq@v4.44.2
110+
uses: mikefarah/yq@v4.44.3
111111
- name: Update deployment
112112
env:
113113
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
token: ${{ secrets.GH_TOKEN }}
108108
ref: migration
109109
- name: Install yq - portable yaml processor
110-
uses: mikefarah/yq@v4.44.2
110+
uses: mikefarah/yq@v4.44.3
111111
- name: Update deployment
112112
env:
113113
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}

auto_server/requirements.txt

Lines changed: 10 additions & 10 deletions
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
2+
certifi==2024.8.30
3+
grpcio==1.67.0
44
immutabledict==4.2.0
5-
numpy==2.1.1
6-
ortools==9.10.4067
7-
pandas==2.2.2
8-
protobuf==5.27.2
5+
numpy==2.1.2
6+
ortools==9.11.4210
7+
pandas==2.2.3
8+
protobuf==5.28.3
99
python-dateutil==2.9.0.post0
10-
pytz==2024.1
11-
sentry-sdk==2.8.0
10+
pytz==2024.2
11+
sentry-sdk==2.17.0
1212
six==1.16.0
13-
tzdata==2024.1
14-
urllib3==2.2.2
13+
tzdata==2024.2
14+
urllib3==2.2.3

client/package.json

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -18,34 +18,34 @@
1818
"dependencies": {
1919
"@apollo/client": "3.11.8",
2020
"@date-io/date-fns": "3.0.0",
21-
"@emotion/react": "11.13.0",
21+
"@emotion/react": "11.13.3",
2222
"@emotion/styled": "11.13.0",
23-
"@fontsource-variable/roboto-flex": "5.0.15",
24-
"@mui/icons-material": "5.16.4",
25-
"@mui/lab": "5.0.0-alpha.172",
26-
"@mui/material": "5.16.4",
27-
"@mui/system": "5.16.4",
28-
"@mui/x-date-pickers": "7.11.0",
23+
"@fontsource-variable/roboto-flex": "5.1.0",
24+
"@mui/icons-material": "5.16.7",
25+
"@mui/lab": "5.0.0-alpha.173",
26+
"@mui/material": "5.16.7",
27+
"@mui/system": "5.16.7",
28+
"@mui/x-date-pickers": "7.21.0",
2929
"@sentry/browser": "7.118.0",
30-
"@sentry/node": "7.118.0",
31-
"@sentry/react": "7.118.0",
30+
"@sentry/node": "7.119.2",
31+
"@sentry/react": "7.119.2",
3232
"@sentry/tracing": "7.114.0",
33-
"@uiw/react-color": "2.3.0",
33+
"@uiw/react-color": "2.3.2",
3434
"date-fns": "2.30.0",
35-
"dayjs": "1.11.12",
35+
"dayjs": "1.11.13",
3636
"file-saver": "2.0.5",
3737
"fuse.js": "7.0.0",
38-
"ics": "3.7.6",
38+
"ics": "3.8.1",
3939
"is-base64": "^1.1.0",
4040
"lodash-es": "4.17.21",
4141
"react": "18.3.1",
4242
"react-beautiful-dnd": "^13.1.1",
4343
"react-dom": "18.3.1",
44-
"react-router-dom": "6.25.1",
44+
"react-router-dom": "6.27.0",
4545
"react-transition-group": "4.4.5",
4646
"react-window": "1.8.10",
4747
"uuid": "9.0.1",
48-
"web-vitals": "4.2.2",
48+
"web-vitals": "4.2.4",
4949
"workbox-background-sync": "7.1.0",
5050
"workbox-broadcast-update": "7.1.0",
5151
"workbox-cacheable-response": "7.1.0",
@@ -74,31 +74,31 @@
7474
"devDependencies": {
7575
"@types/file-saver": "2.0.7",
7676
"@types/is-base64": "1.1.3",
77-
"@types/jest": "29.5.12",
77+
"@types/jest": "29.5.14",
7878
"@types/lodash-es": "4.17.12",
79-
"@types/node": "20.14.11",
80-
"@types/react": "18.3.3",
79+
"@types/node": "20.17.0",
80+
"@types/react": "18.3.12",
8181
"@types/react-beautiful-dnd": "13.1.8",
82-
"@types/react-dom": "18.3.0",
82+
"@types/react-dom": "18.3.1",
8383
"@types/react-router-dom": "5.3.3",
84-
"@types/react-transition-group": "4.4.10",
84+
"@types/react-transition-group": "4.4.11",
8585
"@types/react-window": "1.8.8",
8686
"@types/uuid": "9.0.8",
87-
"@typescript-eslint/eslint-plugin": "7.16.1",
88-
"@typescript-eslint/parser": "7.16.1",
89-
"@vitejs/plugin-react-swc": "3.7.0",
90-
"eslint": "8.57.0",
87+
"@typescript-eslint/eslint-plugin": "7.18.0",
88+
"@typescript-eslint/parser": "7.18.0",
89+
"@vitejs/plugin-react-swc": "3.7.1",
90+
"eslint": "8.57.1",
9191
"eslint-config-prettier": "9.1.0",
92-
"eslint-plugin-react": "7.35.0",
92+
"eslint-plugin-react": "7.37.2",
9393
"eslint-plugin-simple-import-sort": "12.1.1",
9494
"eslint-plugin-unused-imports": "4.1.4",
9595
"jsdom": "25.0.1",
9696
"prettier": "3.3.3",
97-
"typescript": "5.5.3",
98-
"vite": "5.2.14",
97+
"typescript": "5.6.3",
98+
"vite": "5.4.10",
9999
"vite-bundle-visualizer": "1.2.1",
100100
"vite-plugin-svgr": "4.2.0",
101101
"vite-tsconfig-paths": "5.0.1",
102-
"vitest": "2.1.2"
102+
"vitest": "2.1.3"
103103
}
104104
}

0 commit comments

Comments
 (0)