From 4fb37e55acf0a6dfb01722b7083cf76cfe708387 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Nov 2021 21:04:34 +0000 Subject: [PATCH] Bump gridstack from 0.6.3 to 4.3.1 Bumps [gridstack](https://github.com/gridstack/gridstack.js) from 0.6.3 to 4.3.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/v0.6.3...v4.3.1) --- updated-dependencies: - dependency-name: gridstack dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 9 +++------ package.json | 2 +- 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index af63becd67b..7f99e4b5297 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1566,12 +1566,9 @@ } }, "gridstack": { - "version": "0.6.3", - "resolved": "https://registry.npmjs.org/gridstack/-/gridstack-0.6.3.tgz", - "integrity": "sha512-bh7SnCe4N255TNvBIZ6pCRpoAh1By6EH1uHSI5lOytPhdfXn5Vb+k4Wnlt0/VjvNMO+DmehGlmOLo5B2cwX06w==", - "requires": { - "jquery": "^1.8 || 2 || 3" - } + "version": "4.3.1", + "resolved": "https://registry.npmjs.org/gridstack/-/gridstack-4.3.1.tgz", + "integrity": "sha512-E4smuSe7ZZBrqPWm4THxDSYCQG4xcoQg8k0eeHjqkKiKuh3W4JFbyhA86DVarWruuZuUl2pwgO3oDhL6DFKFYw==" }, "has": { "version": "1.0.3", diff --git a/package.json b/package.json index 596a15eb760..923e55e6def 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "flatpickr": "^4.6.3", "fuzzy": "^0.1.3", "gettext.js": "^1.0.0", - "gridstack": "^0.6.0", + "gridstack": "^4.3.1", "html5sortable": "^0.13.2", "jquery": "^3.4.1", "jquery-migrate": "^3.1.0",