From a90ae94073c5a55949c371bccfcea2a7ec949927 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 May 2023 11:21:04 +0000 Subject: [PATCH] chore(deps): bump sortablejs from 1.8.4 to 1.15.0 Bumps [sortablejs](https://github.com/SortableJS/Sortable) from 1.8.4 to 1.15.0. - [Release notes](https://github.com/SortableJS/Sortable/releases) - [Commits](https://github.com/SortableJS/Sortable/compare/1.8.4...1.15.0) --- updated-dependencies: - dependency-name: sortablejs dependency-type: direct:production update-type: version-update:semver-minor ... 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 01ea870..df19714 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,7 +27,7 @@ "path-to-regexp": "2.4.0", "screenfull": "4.2.0", "script-loader": "0.7.2", - "sortablejs": "1.8.4", + "sortablejs": "1.15.0", "tui-editor": "1.3.3", "vue": "2.6.10", "vue-count-to": "1.0.13", @@ -19089,9 +19089,9 @@ } }, "node_modules/sortablejs": { - "version": "1.8.4", - "resolved": "https://mirrors.cloud.tencent.com/npm/sortablejs/-/sortablejs-1.8.4.tgz", - "integrity": "sha512-Brqnzelu1AhFuc0Fn3N/qFex1tlIiuQIUsfu2J8luJ4cRgXYkWrByxa+y5mWEBlj8A0YoABukflIJwvHyrwJ6Q==" + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/sortablejs/-/sortablejs-1.15.0.tgz", + "integrity": "sha512-bv9qgVMjUMf89wAvM6AxVvS/4MX3sPeN0+agqShejLU5z5GX4C75ow1O2e5k4L6XItUyAK3gH6AxSbXrOM5e8w==" }, "node_modules/source-list-map": { "version": "2.0.1", diff --git a/package.json b/package.json index 02f68e2..b62a326 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "path-to-regexp": "2.4.0", "screenfull": "4.2.0", "script-loader": "0.7.2", - "sortablejs": "1.8.4", + "sortablejs": "1.15.0", "tui-editor": "1.3.3", "vue": "2.6.10", "vue-count-to": "1.0.13",