From 8c5060bc6dc5ae4fbee18e1c78573bbe89bb9ae8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 21:42:35 +0000 Subject: [PATCH] build(deps): bump gridstack from 10.3.1 to 11.1.1 Bumps [gridstack](https://github.com/gridstack/gridstack.js) from 10.3.1 to 11.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/compare/v10.3.1...v11.1.1) --- updated-dependencies: - dependency-name: gridstack dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 375c5a11113..b7b897c9248 100644 --- a/package-lock.json +++ b/package-lock.json @@ -35,7 +35,7 @@ "flatpickr": "^4.6.3", "fuzzy": "^0.1.3", "gettext.js": "^2.0.2", - "gridstack": "^10.3.1", + "gridstack": "^11.1.1", "hotkeys-js": "^3.13.7", "html5sortable": "^0.14.0", "jquery": "^3.7.1", @@ -8041,9 +8041,9 @@ } }, "node_modules/gridstack": { - "version": "10.3.1", - "resolved": "https://registry.npmjs.org/gridstack/-/gridstack-10.3.1.tgz", - "integrity": "sha512-Ra82k/88gdeiu3ZP40COS4bI4sGhNQlZAaAQ6szfPfr68zVpsXxiyLKr5zYcTpKX4jjcwyNsNNdcV1tDJc71fA==", + "version": "11.1.1", + "resolved": "https://registry.npmjs.org/gridstack/-/gridstack-11.1.1.tgz", + "integrity": "sha512-St50Ra3FlxxERrMcnRAmxQKE8paXOIwQ88zpafUkzdOYg9Sn/3/Vf4EqCWv8P/hkNIlfW/8VYsk8fk+3DQPVxQ==", "funding": [ { "type": "paypal", diff --git a/package.json b/package.json index 78f5dd63735..099fc10b98b 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "flatpickr": "^4.6.3", "fuzzy": "^0.1.3", "gettext.js": "^2.0.2", - "gridstack": "^10.3.1", + "gridstack": "^11.1.1", "hotkeys-js": "^3.13.7", "html5sortable": "^0.14.0", "jquery": "^3.7.1",