Skip to content

Commit 7cb5fa3

Browse files
authored
fix: upgrade multiple dependencies with Snyk
Snyk has created this PR to upgrade: - @emotion/styled from 11.11.0 to 11.13.0. See this package in yarn: - @emotion/react from 11.11.1 to 11.13.3. See this package in yarn: - @fontsource/roboto from 5.0.8 to 5.0.14. See this package in yarn: - @mui/icons-material from 5.14.16 to 5.16.7. See this package in yarn: - @mui/system from 5.14.17 to 5.16.7. See this package in yarn: - @mui/material from 5.14.17 to 5.16.7. See this package in yarn: - @types/js-cookie from 3.0.5 to 3.0.6. See this package in yarn: See this project in Snyk: https://app.snyk.io/org/oph-snyk/project/84abdeeb-9d9e-4376-92f5-0d0983809ad7?utm_source=github-cloud-app&utm_medium=referral&page=upgrade-pr
1 parent 6e7a639 commit 7cb5fa3

File tree

2 files changed

+326
-451
lines changed

2 files changed

+326
-451
lines changed

frontend/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,15 @@
2525
"packages/*"
2626
],
2727
"dependencies": {
28-
"@emotion/react": "^11.11.1",
29-
"@emotion/styled": "^11.11.0",
30-
"@fontsource/roboto": "^5.0.8",
31-
"@mui/icons-material": "^5.14.16",
32-
"@mui/material": "^5.14.17",
33-
"@mui/system": "^5.14.17",
28+
"@emotion/react": "^11.13.3",
29+
"@emotion/styled": "^11.13.0",
30+
"@fontsource/roboto": "^5.0.14",
31+
"@mui/icons-material": "^5.16.7",
32+
"@mui/material": "^5.16.7",
33+
"@mui/system": "^5.16.7",
3434
"@mui/x-date-pickers": "^5.0.20",
3535
"@reduxjs/toolkit": "^1.9.7",
36-
"@types/js-cookie": "^3.0.5",
36+
"@types/js-cookie": "^3.0.6",
3737
"axios": "^1.7.4",
3838
"dayjs": "^1.11.10",
3939
"finnish-personal-identity-code-validator": "kimmotaskinen/finnish-personal-identity-code-validator#support-new-delimiters",

0 commit comments

Comments
 (0)