diff --git a/matrixgw_frontend/package-lock.json b/matrixgw_frontend/package-lock.json index b01f33a..a95e1a6 100644 --- a/matrixgw_frontend/package-lock.json +++ b/matrixgw_frontend/package-lock.json @@ -15,7 +15,7 @@ "@mui/material": "^7.3.6", "@mui/x-data-grid": "^8.20.0", "@mui/x-date-pickers": "^8.19.0", - "date-and-time": "^4.1.1", + "date-and-time": "^4.1.2", "dayjs": "^1.11.19", "emoji-picker-react": "^4.16.1", "is-cidr": "^6.0.1", @@ -2143,9 +2143,9 @@ "license": "MIT" }, "node_modules/date-and-time": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/date-and-time/-/date-and-time-4.1.1.tgz", - "integrity": "sha512-IqEzQvjaRO6KL6wxHaBsVZhzym+Kuk3VWmgydIjzbJD0Zwwa1YpvSZ/2rYR5qmAx1aDM8dMAxpQ9Wm4xQoUv3g==", + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/date-and-time/-/date-and-time-4.1.2.tgz", + "integrity": "sha512-ChrHKo2M1kAQFRZRsM+UYugnaj3d0X1+4vEUFy5u+sWVXY7TN14s+n8Xq4w20j98WTD304SwjaB5m5VQq/Mi2w==", "license": "MIT", "engines": { "node": ">=18" diff --git a/matrixgw_frontend/package.json b/matrixgw_frontend/package.json index 637e891..c410367 100644 --- a/matrixgw_frontend/package.json +++ b/matrixgw_frontend/package.json @@ -17,7 +17,7 @@ "@mui/material": "^7.3.6", "@mui/x-data-grid": "^8.20.0", "@mui/x-date-pickers": "^8.19.0", - "date-and-time": "^4.1.1", + "date-and-time": "^4.1.2", "dayjs": "^1.11.19", "emoji-picker-react": "^4.16.1", "is-cidr": "^6.0.1",