From 1807cadb5db344a16f507e921dcb07e5c31f5e5b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Aug 2023 22:14:35 +0000 Subject: [PATCH] Bump gridstack from 5.0.0 to 8.4.0 Bumps [gridstack](https://github.com/gridstack/gridstack.js) from 5.0.0 to 8.4.0. - [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/v5.0...v8.4.0) --- updated-dependencies: - dependency-name: gridstack dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3a164407fd2..b34f27db882 100644 --- a/package-lock.json +++ b/package-lock.json @@ -35,7 +35,7 @@ "flatpickr": "^4.6.3", "fuzzy": "^0.1.3", "gettext.js": "^1.0.0", - "gridstack": "^5.0.0", + "gridstack": "^8.4.0", "hotkeys-js": "^3.8.7", "html5sortable": "^0.13.2", "jquery": "^3.4.1", @@ -5834,9 +5834,9 @@ } }, "node_modules/gridstack": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/gridstack/-/gridstack-5.0.0.tgz", - "integrity": "sha512-FpXQ2gWUCcBW7QON7GEqP7NZFWZPpuGfze4dzRMQ1ikaRZ7Y2qfc9Gbc04Qukjst2AuPQcuW/mEJkh+2XnnCsA==", + "version": "8.4.0", + "resolved": "https://registry.npmjs.org/gridstack/-/gridstack-8.4.0.tgz", + "integrity": "sha512-qLJuJrBy9bbG3hI+h2cEhiuZ51J3MyEMmv5AXg7MCFiBeG8A4HyIUytueqtD/oZcA3Pccq2Xoj7GrwpmKOS3ig==", "funding": [ { "type": "paypal", @@ -15632,9 +15632,9 @@ } }, "gridstack": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/gridstack/-/gridstack-5.0.0.tgz", - "integrity": "sha512-FpXQ2gWUCcBW7QON7GEqP7NZFWZPpuGfze4dzRMQ1ikaRZ7Y2qfc9Gbc04Qukjst2AuPQcuW/mEJkh+2XnnCsA==" + "version": "8.4.0", + "resolved": "https://registry.npmjs.org/gridstack/-/gridstack-8.4.0.tgz", + "integrity": "sha512-qLJuJrBy9bbG3hI+h2cEhiuZ51J3MyEMmv5AXg7MCFiBeG8A4HyIUytueqtD/oZcA3Pccq2Xoj7GrwpmKOS3ig==" }, "hard-rejection": { "version": "2.1.0", diff --git a/package.json b/package.json index 1f256955de4..3a852f7487e 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "flatpickr": "^4.6.3", "fuzzy": "^0.1.3", "gettext.js": "^1.0.0", - "gridstack": "^5.0.0", + "gridstack": "^8.4.0", "hotkeys-js": "^3.8.7", "html5sortable": "^0.13.2", "jquery": "^3.4.1",