Skip to content

Commit 8c75d4b

Browse files
fix(deps): update weekly minor & patch updates
1 parent ffc84a7 commit 8c75d4b

File tree

7 files changed

+4637
-3801
lines changed

7 files changed

+4637
-3801
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/[email protected].2
110+
uses: mikefarah/[email protected].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/[email protected].2
110+
uses: mikefarah/[email protected].3
111111
- name: Update deployment
112112
env:
113113
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}

auto_server/requirements.txt

Lines changed: 8 additions & 8 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.66.1
44
immutabledict==4.2.0
55
numpy==1.26.4
6-
ortools==9.10.4067
7-
pandas==2.2.2
8-
protobuf==5.27.2
6+
ortools==9.11.4210
7+
pandas==2.2.3
8+
protobuf==5.28.2
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.14.0
1212
six==1.16.0
1313
tzdata==2024.1
14-
urllib3==2.2.2
14+
urllib3==2.2.3

client/package.json

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -17,34 +17,34 @@
1717
},
1818
"dependencies": {
1919
"@date-io/date-fns": "2.17.0",
20-
"@emotion/react": "11.13.0",
20+
"@emotion/react": "11.13.3",
2121
"@emotion/styled": "11.13.0",
22-
"@fontsource-variable/roboto-flex": "5.0.15",
23-
"@mui/icons-material": "5.16.4",
24-
"@mui/lab": "5.0.0-alpha.172",
25-
"@mui/material": "5.16.4",
26-
"@mui/system": "5.16.4",
27-
"@mui/x-date-pickers": "7.11.0",
28-
"@sentry/browser": "7.118.0",
29-
"@sentry/node": "7.118.0",
30-
"@sentry/react": "7.118.0",
22+
"@fontsource-variable/roboto-flex": "5.1.0",
23+
"@mui/icons-material": "5.16.7",
24+
"@mui/lab": "5.0.0-alpha.173",
25+
"@mui/material": "5.16.7",
26+
"@mui/system": "5.16.7",
27+
"@mui/x-date-pickers": "7.18.0",
28+
"@sentry/browser": "7.119.0",
29+
"@sentry/node": "7.119.0",
30+
"@sentry/react": "7.119.0",
3131
"@sentry/tracing": "7.114.0",
32-
"@uiw/react-color": "2.3.0",
32+
"@uiw/react-color": "2.3.1",
3333
"date-fns": "2.30.0",
34-
"dayjs": "1.11.12",
34+
"dayjs": "1.11.13",
3535
"file-saver": "2.0.5",
3636
"fuse.js": "7.0.0",
37-
"ics": "3.7.6",
37+
"ics": "3.8.0",
3838
"is-base64": "^1.1.0",
3939
"lodash-es": "4.17.21",
4040
"react": "18.3.1",
4141
"react-beautiful-dnd": "^13.1.1",
4242
"react-dom": "18.3.1",
43-
"react-router-dom": "6.25.1",
43+
"react-router-dom": "6.26.2",
4444
"react-transition-group": "4.4.5",
4545
"react-window": "1.8.10",
4646
"uuid": "9.0.1",
47-
"web-vitals": "4.2.2",
47+
"web-vitals": "4.2.3",
4848
"workbox-background-sync": "7.1.0",
4949
"workbox-broadcast-update": "7.1.0",
5050
"workbox-cacheable-response": "7.1.0",
@@ -73,27 +73,27 @@
7373
"devDependencies": {
7474
"@types/file-saver": "2.0.7",
7575
"@types/is-base64": "1.1.3",
76-
"@types/jest": "29.5.12",
76+
"@types/jest": "29.5.13",
7777
"@types/lodash-es": "4.17.12",
78-
"@types/node": "20.14.11",
79-
"@types/react": "18.3.3",
78+
"@types/node": "20.16.5",
79+
"@types/react": "18.3.8",
8080
"@types/react-beautiful-dnd": "13.1.8",
8181
"@types/react-dom": "18.3.0",
8282
"@types/react-router-dom": "5.3.3",
83-
"@types/react-transition-group": "4.4.10",
83+
"@types/react-transition-group": "4.4.11",
8484
"@types/react-window": "1.8.8",
8585
"@types/uuid": "9.0.8",
86-
"@typescript-eslint/eslint-plugin": "7.16.1",
87-
"@typescript-eslint/parser": "7.16.1",
86+
"@typescript-eslint/eslint-plugin": "7.18.0",
87+
"@typescript-eslint/parser": "7.18.0",
8888
"@vitejs/plugin-react-swc": "3.7.0",
89-
"eslint": "8.57.0",
89+
"eslint": "8.57.1",
9090
"eslint-config-prettier": "9.1.0",
91-
"eslint-plugin-react": "7.35.0",
91+
"eslint-plugin-react": "7.36.1",
9292
"eslint-plugin-simple-import-sort": "10.0.0",
9393
"eslint-plugin-unused-imports": "3.2.0",
94-
"jsdom": "24.1.1",
94+
"jsdom": "24.1.3",
9595
"prettier": "3.3.3",
96-
"typescript": "5.5.3",
96+
"typescript": "5.6.2",
9797
"vite": "4.5.3",
9898
"vite-bundle-visualizer": "1.2.1",
9999
"vite-plugin-svgr": "4.2.0",

0 commit comments

Comments
 (0)