From b4d0f70e59e08b16da4b7e9ffab09e57d618e484 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Jun 2023 22:00:38 +0000 Subject: [PATCH] build(deps): bump gridstack from 7.2.3 to 8.2.1 Bumps [gridstack](https://github.com/gridstack/gridstack.js) from 7.2.3 to 8.2.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/v7.2.3...v8.2.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 5f752602067..161ff2394ab 100644 --- a/package-lock.json +++ b/package-lock.json @@ -36,7 +36,7 @@ "flatpickr": "^4.6.3", "fuzzy": "^0.1.3", "gettext.js": "^1.2.0", - "gridstack": "^7.2.3", + "gridstack": "^8.2.1", "hotkeys-js": "^3.10.1", "html5sortable": "^0.13.2", "jquery": "^3.6.3", @@ -5061,9 +5061,9 @@ } }, "node_modules/gridstack": { - "version": "7.2.3", - "resolved": "https://registry.npmjs.org/gridstack/-/gridstack-7.2.3.tgz", - "integrity": "sha512-1s4Fx+Hr4nKl064q/ygrd41XiZaC2gG6R+yz5nbOibP9vODJ6mOtjIM5x8qKN12FknakaMpVBnCa1T6V7H15hQ==", + "version": "8.2.1", + "resolved": "https://registry.npmjs.org/gridstack/-/gridstack-8.2.1.tgz", + "integrity": "sha512-onNay1MD/IrRfqkyXoRxpCqh0gKlQzaXGUunpZOP+PYI+eZaZnWSq/RitUUy0T0fKChl3ri92FjqGZunhc7TUA==", "funding": [ { "type": "paypal", diff --git a/package.json b/package.json index fc57238ad0f..864506be646 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "flatpickr": "^4.6.3", "fuzzy": "^0.1.3", "gettext.js": "^1.2.0", - "gridstack": "^7.2.3", + "gridstack": "^8.2.1", "hotkeys-js": "^3.10.1", "html5sortable": "^0.13.2", "jquery": "^3.6.3",