From 49912a615c492174c2f57f8715a1343391ab73c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Sep 2023 13:39:07 +0000 Subject: [PATCH] chore(deps): bump vue2-touch-events from 3.2.2 to 3.2.3 Bumps [vue2-touch-events](https://github.com/jerrybendy/vue-touch-events) from 3.2.2 to 3.2.3. - [Release notes](https://github.com/jerrybendy/vue-touch-events/releases) - [Commits](https://github.com/jerrybendy/vue-touch-events/compare/v3.2.2...v3.2.3) --- updated-dependencies: - dependency-name: vue2-touch-events dependency-type: direct:production update-type: version-update:semver-patch ... 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 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" },