diff --git a/package-lock.json b/package-lock.json index 7f274806..dd92343a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29,7 +29,7 @@ "luxon": "^3.7.2", "react": "^19.2.0", "react-dom": "^19.2.0", - "react-grid-layout": "^1.5.2", + "react-grid-layout": "^2.2.2", "react-i18next": "^16.3.3", "react-is": "^19.2.0", "react-responsive": "^10.0.1", @@ -10532,10 +10532,9 @@ "license": "MIT" }, "node_modules/react-grid-layout": { - "version": "1.5.2", - "resolved": "https://registry.npmjs.org/react-grid-layout/-/react-grid-layout-1.5.2.tgz", - "integrity": "sha512-vT7xmQqszTT+sQw/LfisrEO4le1EPNnSEMVHy6sBZyzS3yGkMywdOd+5iEFFwQwt0NSaGkxuRmYwa1JsP6OJdw==", - "license": "MIT", + "version": "2.2.2", + "resolved": "https://registry.npmjs.org/react-grid-layout/-/react-grid-layout-2.2.2.tgz", + "integrity": "sha512-yNo9pxQWoxHWRAwHGSVT4DEGELYPyQ7+q9lFclb5jcqeFzva63/2F72CryS/jiTIr/SBIlTaDdyjqH+ODg8oBw==", "dependencies": { "clsx": "^2.1.1", "fast-equals": "^4.0.3", diff --git a/package.json b/package.json index acbb7189..4f4a5599 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "luxon": "^3.7.2", "react": "^19.2.0", "react-dom": "^19.2.0", - "react-grid-layout": "^1.5.2", + "react-grid-layout": "^2.2.2", "react-i18next": "^16.3.3", "react-is": "^19.2.0", "react-responsive": "^10.0.1",