From aec613b79cadc6b28f5a6812ff0d1acb6c127dd3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 May 2025 16:54:28 +0000 Subject: [PATCH] Bump gridstack from 11.5.1 to 12.1.1 in /freedata_gui Bumps [gridstack](https://github.com/gridstack/gridstack.js) from 11.5.1 to 12.1.1. - [Release notes](https://github.com/gridstack/gridstack.js/releases) - [Changelog](https://github.com/gridstack/gridstack.js/blob/master/doc/CHANGES.md) - [Commits](https://github.com/gridstack/gridstack.js/commits/v12.1.1) --- updated-dependencies: - dependency-name: gridstack dependency-version: 12.1.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- freedata_gui/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/freedata_gui/package.json b/freedata_gui/package.json index 876bed37..e1a3b9f6 100644 --- a/freedata_gui/package.json +++ b/freedata_gui/package.json @@ -35,7 +35,7 @@ "d3": "^7.9.0", "dompurify": "^3.1.6", "gettext-parser": "^8.0.0", - "gridstack": "^11.0.1", + "gridstack": "^12.1.1", "i18next": "^24.2.2", "i18next-vue": "^5.2.0", "js-image-compressor": "^2.0.0",