From 0b3715e3d113619f99fb4a616c61a1e56d493702 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 May 2024 09:13:11 -0700 Subject: [PATCH] Bump @vue-flow/controls in /src/dispatch/static/dispatch (#4777) Bumps [@vue-flow/controls](https://github.com/bcakmakoglu/vue-flow) from 1.1.1 to 1.1.2. - [Release notes](https://github.com/bcakmakoglu/vue-flow/releases) - [Changelog](https://github.com/bcakmakoglu/vue-flow/blob/master/CHANGELOG.md) - [Commits](https://github.com/bcakmakoglu/vue-flow/compare/@vue-flow/controls@1.1.1...@vue-flow/controls@1.1.2) --- updated-dependencies: - dependency-name: "@vue-flow/controls" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- src/dispatch/static/dispatch/package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/dispatch/static/dispatch/package-lock.json b/src/dispatch/static/dispatch/package-lock.json index a33893c92de3..cc42fb5d83bf 100644 --- a/src/dispatch/static/dispatch/package-lock.json +++ b/src/dispatch/static/dispatch/package-lock.json @@ -2170,9 +2170,9 @@ } }, "node_modules/@vue-flow/controls": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/@vue-flow/controls/-/controls-1.1.1.tgz", - "integrity": "sha512-TCoRD5aYZQsM/N7QlPJcIILg1Gxm0O/zoUikxaeadcom1OlKFHutY72agsySJEWM6fTlyb7w8DYCbB4T8YbFoQ==", + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/@vue-flow/controls/-/controls-1.1.2.tgz", + "integrity": "sha512-6dtl/JnwDBNau5h3pDBdOCK6tdxiVAOL3cyruRL61gItwq5E97Hmjmj2BIIqX2p7gU1ENg3z80Z4zlu58fGlsg==", "peerDependencies": { "@vue-flow/core": "^1.23.0", "vue": "^3.3.0"