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",