From cdf41e13e8f263ed91a7659846146e4fd8bca7ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Nov 2024 16:14:42 -0800 Subject: [PATCH] chore(deps): bump @formkit/themes in /src/dispatch/static/dispatch (#5475) Bumps [@formkit/themes](https://github.com/formkit/formkit/tree/HEAD/packages/themes) from 1.6.7 to 1.6.8. - [Release notes](https://github.com/formkit/formkit/releases) - [Commits](https://github.com/formkit/formkit/commits/1.6.8/packages/themes) --- updated-dependencies: - dependency-name: "@formkit/themes" 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> --- .../static/dispatch/package-lock.json | 37 +++++++++++++++++++ 1 file changed, 37 insertions(+) diff --git a/src/dispatch/static/dispatch/package-lock.json b/src/dispatch/static/dispatch/package-lock.json index 7afa55c0ed74..facc2bc652e5 100644 --- a/src/dispatch/static/dispatch/package-lock.json +++ b/src/dispatch/static/dispatch/package-lock.json @@ -717,6 +717,19 @@ } } }, + "node_modules/@formkit/themes/node_modules/@formkit/core": { + "version": "1.6.8", + "resolved": "https://registry.npmjs.org/@formkit/core/-/core-1.6.8.tgz", + "integrity": "sha512-Row9er9GaWPJUEfPhVw3OAUilo53KmkI+/Dxhz/bRw0ztsPqDJPKvr9GxDvDxjz7GD5baAR43KXde4iaq64NIg==", + "dependencies": { + "@formkit/utils": "1.6.8" + } + }, + "node_modules/@formkit/themes/node_modules/@formkit/utils": { + "version": "1.6.8", + "resolved": "https://registry.npmjs.org/@formkit/utils/-/utils-1.6.8.tgz", + "integrity": "sha512-OsZCwHHmIZPwiAtQ5/ewAR5eGMv/nE91UGWyVKB8BU8BDh0Ao/oOcyESLGwU5GhPMAG8qG8rGrM4Alu0JKM/Yg==" + }, "node_modules/@formkit/utils": { "version": "1.6.8", "resolved": "https://registry.npmjs.org/@formkit/utils/-/utils-1.6.8.tgz", @@ -751,6 +764,30 @@ "vue": "^3.4.0" } }, + "node_modules/@formkit/vue/node_modules/@formkit/themes": { + "version": "1.6.7", + "resolved": "https://registry.npmjs.org/@formkit/themes/-/themes-1.6.7.tgz", + "integrity": "sha512-TIiWr4TMAFUg1pQz2E4GErfAhBv2Q2VbWlk6pqXPWI8UyPTjmcinEnCSIWDCX6FPPqiYShBnh8123nTO7pyvjA==", + "dependencies": { + "@formkit/core": "1.6.7" + }, + "peerDependencies": { + "tailwindcss": "^3.2.0", + "unocss": "0.x.x", + "windicss": "^3.0.0" + }, + "peerDependenciesMeta": { + "tailwindcss": { + "optional": true + }, + "unocss": { + "optional": true + }, + "windicss": { + "optional": true + } + } + }, "node_modules/@humanwhocodes/config-array": { "version": "0.13.0", "resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.13.0.tgz",