diff --git a/package-lock.json b/package-lock.json index 176427d4..a2bf9e45 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2070,10 +2070,10 @@ } }, "node_modules/@highcharts/react": { - "version": "5.2.2", - "resolved": "https://registry.npmjs.org/@highcharts/react/-/react-5.2.2.tgz", - "integrity": "sha512-yeJt37+yrReKip4nxKmjhkYX8c+wZBYy/p0TtUw4ZIUApGc66zjP6jTQw3NnenMrsPKgtsv791pqlvN9qT62aQ==", - "license": "See license in LICENSE", + "version": "5.3.0", + "resolved": "https://registry.npmjs.org/@highcharts/react/-/react-5.3.0.tgz", + "integrity": "sha512-gpMB04bE9GcbmaKK3xYLooOqhJMOoewaRwkrl6QxwOfKRMZbiI5xXOlAJv8ewSaF7HywNVOIWzDh4vHlnmxRHw==", + "license": "SEE LICENSE IN LICENSE", "peerDependencies": { "@types/react": ">=18", "highcharts": ">=13.0.0", @@ -10547,7 +10547,7 @@ "@emotion/react": "^11.14.0", "@emotion/styled": "^11.14.1", "@fontsource/roboto": "^5.3.0", - "@highcharts/react": "^5.2.2", + "@highcharts/react": "^5.3.0", "@mui/icons-material": "^9.4.0", "@mui/material": "^9.1.2", "@vitejs/plugin-react": "^6.1.0", diff --git a/packages/frontend/package.json b/packages/frontend/package.json index 88e3dbbd..88494828 100644 --- a/packages/frontend/package.json +++ b/packages/frontend/package.json @@ -4,7 +4,7 @@ "@emotion/react": "^11.14.0", "@emotion/styled": "^11.14.1", "@fontsource/roboto": "^5.3.0", - "@highcharts/react": "^5.2.2", + "@highcharts/react": "^5.3.0", "@mui/icons-material": "^9.4.0", "@mui/material": "^9.1.2", "@vitejs/plugin-react": "^6.1.0",