diff --git a/package-lock.json b/package-lock.json index 02f01658d..538044902 100644 --- a/package-lock.json +++ b/package-lock.json @@ -58,7 +58,7 @@ "vue-multiselect": "^2.1.7", "vue-router": "^3.6.5", "vue-template-compiler": "^2.6.14", - "vue2-touch-events": "^3.2.2", + "vue2-touch-events": "^3.2.3", "vuex": "^3.6.2", "vuex-router-sync": "^5.0.0" }, @@ -28392,9 +28392,9 @@ } }, "node_modules/vue2-touch-events": { - "version": "3.2.2", - "resolved": "https://registry.npmjs.org/vue2-touch-events/-/vue2-touch-events-3.2.2.tgz", - "integrity": "sha512-rGV8jxgOQEJYkJCp7uOBe3hjvmG1arThrq1wGtJHwJTgi65+P2a+0l4CYcQO/U1ZFqTq2/TT2+oTE6H7Y+6Eog==" + "version": "3.2.3", + "resolved": "https://registry.npmjs.org/vue2-touch-events/-/vue2-touch-events-3.2.3.tgz", + "integrity": "sha512-WgVK0g3rgMuIh8s3WXJlR7jHEmHGpduwRvhSbCfgiN43wqBoHBJNk6oAeL+8FLz7wZVKAxl61RvJHJ4JvgFEfw==" }, "node_modules/vuex": { "version": "3.6.2", diff --git a/package.json b/package.json index a97982860..57061edaa 100644 --- a/package.json +++ b/package.json @@ -70,7 +70,7 @@ "vue-multiselect": "^2.1.7", "vue-router": "^3.6.5", "vue-template-compiler": "^2.6.14", - "vue2-touch-events": "^3.2.2", + "vue2-touch-events": "^3.2.3", "vuex": "^3.6.2", "vuex-router-sync": "^5.0.0" },