From 9132eab5a027c895ba4ff4218fc768e1409c2782 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Dec 2023 07:32:20 +0000 Subject: [PATCH] Bump sortablejs in /src/OrchardCore.Modules/OrchardCore.Resources Bumps [sortablejs](https://github.com/SortableJS/Sortable) from 1.15.0 to 1.15.1. - [Release notes](https://github.com/SortableJS/Sortable/releases) - [Commits](https://github.com/SortableJS/Sortable/compare/1.15.0...1.15.1) --- updated-dependencies: - dependency-name: sortablejs dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .../OrchardCore.Resources/package-lock.json | 14 +++++++------- .../OrchardCore.Resources/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/OrchardCore.Modules/OrchardCore.Resources/package-lock.json b/src/OrchardCore.Modules/OrchardCore.Resources/package-lock.json index 999582a0f2e..f34f53fcbe2 100644 --- a/src/OrchardCore.Modules/OrchardCore.Resources/package-lock.json +++ b/src/OrchardCore.Modules/OrchardCore.Resources/package-lock.json @@ -19,7 +19,7 @@ "js-cookie": "3.0.5", "monaco-editor": "^0.44.0", "nouislider": "15.7.0", - "sortablejs": "^1.14.0", + "sortablejs": "^1.15.1", "trumbowyg": "2.27.3", "vue": "^2.6.14", "vue-multiselect": "^2.1.6", @@ -428,9 +428,9 @@ } }, "node_modules/sortablejs": { - "version": "1.15.0", - "resolved": "https://registry.npmjs.org/sortablejs/-/sortablejs-1.15.0.tgz", - "integrity": "sha512-bv9qgVMjUMf89wAvM6AxVvS/4MX3sPeN0+agqShejLU5z5GX4C75ow1O2e5k4L6XItUyAK3gH6AxSbXrOM5e8w==" + "version": "1.15.1", + "resolved": "https://registry.npmjs.org/sortablejs/-/sortablejs-1.15.1.tgz", + "integrity": "sha512-P5Cjvb0UG1ZVNiDPj/n4V+DinttXG6K8n7vM/HQf0C25K3YKQTQY6fsr/sEGsJGpQ9exmPxluHxKBc0mLKU1lQ==" }, "node_modules/string-width": { "version": "4.2.3", @@ -959,9 +959,9 @@ "dev": true }, "sortablejs": { - "version": "1.15.0", - "resolved": "https://registry.npmjs.org/sortablejs/-/sortablejs-1.15.0.tgz", - "integrity": "sha512-bv9qgVMjUMf89wAvM6AxVvS/4MX3sPeN0+agqShejLU5z5GX4C75ow1O2e5k4L6XItUyAK3gH6AxSbXrOM5e8w==" + "version": "1.15.1", + "resolved": "https://registry.npmjs.org/sortablejs/-/sortablejs-1.15.1.tgz", + "integrity": "sha512-P5Cjvb0UG1ZVNiDPj/n4V+DinttXG6K8n7vM/HQf0C25K3YKQTQY6fsr/sEGsJGpQ9exmPxluHxKBc0mLKU1lQ==" }, "string-width": { "version": "4.2.3", diff --git a/src/OrchardCore.Modules/OrchardCore.Resources/package.json b/src/OrchardCore.Modules/OrchardCore.Resources/package.json index 680871b3970..ce398cf8da7 100644 --- a/src/OrchardCore.Modules/OrchardCore.Resources/package.json +++ b/src/OrchardCore.Modules/OrchardCore.Resources/package.json @@ -13,7 +13,7 @@ "jquery.easing": "1.4.1", "js-cookie": "3.0.5", "monaco-editor": "^0.44.0", - "sortablejs": "^1.14.0", + "sortablejs": "^1.15.1", "trumbowyg": "2.27.3", "vue": "^2.6.14", "vue-multiselect": "^2.1.6",