From 2af1f1a6b02da916d18dc110510367cc35e7d98f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Apr 2024 03:59:55 +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.2. - [Release notes](https://github.com/SortableJS/Sortable/releases) - [Commits](https://github.com/SortableJS/Sortable/compare/1.15.0...1.15.2) --- 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 5fafce897dd..7ce0bec7fe0 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.46.0", "nouislider": "15.7.0", - "sortablejs": "^1.14.0", + "sortablejs": "^1.15.2", "trumbowyg": "2.28.0", "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.2", + "resolved": "https://registry.npmjs.org/sortablejs/-/sortablejs-1.15.2.tgz", + "integrity": "sha512-FJF5jgdfvoKn1MAKSdGs33bIqLi3LmsgVTliuX6iITj834F+JRQZN90Z93yql8h0K2t0RwDPBmxwlbZfDcxNZA==" }, "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.2", + "resolved": "https://registry.npmjs.org/sortablejs/-/sortablejs-1.15.2.tgz", + "integrity": "sha512-FJF5jgdfvoKn1MAKSdGs33bIqLi3LmsgVTliuX6iITj834F+JRQZN90Z93yql8h0K2t0RwDPBmxwlbZfDcxNZA==" }, "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 1afa82b6756..fc3723fb09d 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.46.0", - "sortablejs": "^1.14.0", + "sortablejs": "^1.15.2", "trumbowyg": "2.28.0", "vue": "^2.6.14", "vue-multiselect": "^2.1.6",