From 411a7b5c0d61d4a6c17534b3cb012da1d4d7fc9d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Aug 2025 12:40:41 +0000 Subject: [PATCH] chore(deps): bump @vue-flow/controls in /src/dispatch/static/dispatch Bumps [@vue-flow/controls](https://github.com/bcakmakoglu/vue-flow) from 1.1.2 to 1.1.3. - [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.2...@vue-flow/controls@1.1.3) --- updated-dependencies: - dependency-name: "@vue-flow/controls" dependency-version: 1.1.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- src/dispatch/static/dispatch/package-lock.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/dispatch/static/dispatch/package-lock.json b/src/dispatch/static/dispatch/package-lock.json index 9c8ea4159113..6d4e77f57d5c 100644 --- a/src/dispatch/static/dispatch/package-lock.json +++ b/src/dispatch/static/dispatch/package-lock.json @@ -2485,9 +2485,10 @@ } }, "node_modules/@vue-flow/controls": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/@vue-flow/controls/-/controls-1.1.2.tgz", - "integrity": "sha512-6dtl/JnwDBNau5h3pDBdOCK6tdxiVAOL3cyruRL61gItwq5E97Hmjmj2BIIqX2p7gU1ENg3z80Z4zlu58fGlsg==", + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/@vue-flow/controls/-/controls-1.1.3.tgz", + "integrity": "sha512-XCf+G+jCvaWURdFlZmOjifZGw3XMhN5hHlfMGkWh9xot+9nH9gdTZtn+ldIJKtarg3B21iyHU8JjKDhYcB6JMw==", + "license": "MIT", "peerDependencies": { "@vue-flow/core": "^1.23.0", "vue": "^3.3.0"