From ced84200db045b921df68e960d8d476fe4cb206e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 24 Nov 2024 14:13:24 +0000 Subject: [PATCH] fix(deps): update dependency sortablejs to ^1.15.4 --- 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 8796d4f56..f9241961f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "escape-html": "^1.0.3", "focus-trap": "^7.6.2", "pinia": "^2.2.6", - "sortablejs": "^1.15.3", + "sortablejs": "^1.15.4", "v-click-outside": "^3.2.0", "vue": "^2.7.16", "vue-material-design-icons": "^5.3.1", @@ -19912,9 +19912,9 @@ } }, "node_modules/sortablejs": { - "version": "1.15.3", - "resolved": "https://registry.npmjs.org/sortablejs/-/sortablejs-1.15.3.tgz", - "integrity": "sha512-zdK3/kwwAK1cJgy1rwl1YtNTbRmc8qW/+vgXf75A7NHag5of4pyI6uK86ktmQETyWRH7IGaE73uZOOBcGxgqZg==", + "version": "1.15.4", + "resolved": "https://registry.npmjs.org/sortablejs/-/sortablejs-1.15.4.tgz", + "integrity": "sha512-wr7G5Id/WNllca5yF9I2vsz/2wDKJebX5FJBtfUFBGGpaaIVjW4kziAnNMEcigaTZAaPLB92NYBGqWenGDH++g==", "license": "MIT" }, "node_modules/source-map": { diff --git a/package.json b/package.json index faeed15b6..12a83b0e4 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "escape-html": "^1.0.3", "focus-trap": "^7.6.2", "pinia": "^2.2.6", - "sortablejs": "^1.15.3", + "sortablejs": "^1.15.4", "v-click-outside": "^3.2.0", "vue": "^2.7.16", "vue-material-design-icons": "^5.3.1",