From 8302e482d2600a4b2aca68ae624cca3bbe0ed83d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 07:28:55 +0000 Subject: [PATCH] chore(deps): bump react-grid-layout from 1.4.4 to 1.5.0 in /frontend Bumps [react-grid-layout](https://github.com/STRML/react-grid-layout) from 1.4.4 to 1.5.0. - [Release notes](https://github.com/STRML/react-grid-layout/releases) - [Changelog](https://github.com/react-grid-layout/react-grid-layout/blob/master/CHANGELOG.md) - [Commits](https://github.com/STRML/react-grid-layout/compare/1.4.4...1.5.0) --- updated-dependencies: - dependency-name: react-grid-layout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- frontend/package-lock.json | 8 ++++---- frontend/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index ad42b65c..d2ba97cc 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -40,7 +40,7 @@ "react": "^18.2.0", "react-countdown": "^2.3.6", "react-dom": "^18.2.0", - "react-grid-layout": "^1.4.4", + "react-grid-layout": "^1.5.0", "react-i18next": "^14.1.2", "react-image": "^4.1.0", "react-leaflet": "^4.2.1", @@ -16903,9 +16903,9 @@ } }, "node_modules/react-grid-layout": { - "version": "1.4.4", - "resolved": "https://registry.npmjs.org/react-grid-layout/-/react-grid-layout-1.4.4.tgz", - "integrity": "sha512-7+Lg8E8O8HfOH5FrY80GCIR1SHTn2QnAYKh27/5spoz+OHhMmEhU/14gIkRzJOtympDPaXcVRX/nT1FjmeOUmQ==", + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/react-grid-layout/-/react-grid-layout-1.5.0.tgz", + "integrity": "sha512-WBKX7w/LsTfI99WskSu6nX2nbJAUD7GD6nIXcwYLyPpnslojtmql2oD3I2g5C3AK8hrxIarYT8awhuDIp7iQ5w==", "dependencies": { "clsx": "^2.0.0", "fast-equals": "^4.0.3", diff --git a/frontend/package.json b/frontend/package.json index 5942b534..64758564 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -81,7 +81,7 @@ "react": "^18.2.0", "react-countdown": "^2.3.6", "react-dom": "^18.2.0", - "react-grid-layout": "^1.4.4", + "react-grid-layout": "^1.5.0", "react-i18next": "^14.1.2", "react-image": "^4.1.0", "react-leaflet": "^4.2.1",