From 0670061c1f0ed8082ad1912b8dd2a5b9e3c11594 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Dec 2023 11:02:43 -0800 Subject: [PATCH] Bump @formkit/themes in /src/dispatch/static/dispatch (#4103) Bumps [@formkit/themes](https://github.com/formkit/formkit/tree/HEAD/packages/themes) from 1.3.2 to 1.4.0. - [Release notes](https://github.com/formkit/formkit/releases) - [Commits](https://github.com/formkit/formkit/commits/1.4.0/packages/themes) --- updated-dependencies: - dependency-name: "@formkit/themes" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .../static/dispatch/package-lock.json | 45 +++++++++++++++++-- 1 file changed, 41 insertions(+), 4 deletions(-) diff --git a/src/dispatch/static/dispatch/package-lock.json b/src/dispatch/static/dispatch/package-lock.json index bc34e5a51409..5e4e5844768c 100644 --- a/src/dispatch/static/dispatch/package-lock.json +++ b/src/dispatch/static/dispatch/package-lock.json @@ -604,11 +604,11 @@ } }, "node_modules/@formkit/themes": { - "version": "1.3.2", - "resolved": "https://registry.npmjs.org/@formkit/themes/-/themes-1.3.2.tgz", - "integrity": "sha512-rKa/pL0x6WUyWDox7PfvWvQgJQu3AsuQ30lyd1u848Wmq3LX61IeMx/mg1kYdG2ZOu6V4K07vAVBbDRpPd/UGQ==", + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/@formkit/themes/-/themes-1.4.0.tgz", + "integrity": "sha512-isyHZALh6S3BM+0G5NeRQkI12gydDRXEkI6oGt5uTn3Ju2olLt8RwOXNYgJ9lWSb8HrfuHh7/89SozdIRNVuCA==", "dependencies": { - "@formkit/core": "1.3.2" + "@formkit/core": "1.4.0" }, "peerDependencies": { "tailwindcss": "^3.2.0", @@ -627,6 +627,19 @@ } } }, + "node_modules/@formkit/themes/node_modules/@formkit/core": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/@formkit/core/-/core-1.4.0.tgz", + "integrity": "sha512-LQYICzYWTC+ZXPyfizHDRJTBx6WLM3eRk9T4tzU8YPV58AYWPq3E4dbN5CKl7mPApAcJX6NxQOCYuNrdNKZvQA==", + "dependencies": { + "@formkit/utils": "1.4.0" + } + }, + "node_modules/@formkit/themes/node_modules/@formkit/utils": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/@formkit/utils/-/utils-1.4.0.tgz", + "integrity": "sha512-HAkULL7/0PnRZmMJyFHZ3wxxTYl+tuJrSk13/LQyxB77luwlq8sCvlGaF5cz+0JX70HSVVc0ZJjJT4o0uTVeYQ==" + }, "node_modules/@formkit/utils": { "version": "1.3.2", "resolved": "https://registry.npmjs.org/@formkit/utils/-/utils-1.3.2.tgz", @@ -659,6 +672,30 @@ "vue": "^3.3.4" } }, + "node_modules/@formkit/vue/node_modules/@formkit/themes": { + "version": "1.3.2", + "resolved": "https://registry.npmjs.org/@formkit/themes/-/themes-1.3.2.tgz", + "integrity": "sha512-rKa/pL0x6WUyWDox7PfvWvQgJQu3AsuQ30lyd1u848Wmq3LX61IeMx/mg1kYdG2ZOu6V4K07vAVBbDRpPd/UGQ==", + "dependencies": { + "@formkit/core": "1.3.2" + }, + "peerDependencies": { + "tailwindcss": "^3.2.0", + "unocss": "^0.31.0", + "windicss": "^3.0.0" + }, + "peerDependenciesMeta": { + "tailwindcss": { + "optional": true + }, + "unocss": { + "optional": true + }, + "windicss": { + "optional": true + } + } + }, "node_modules/@humanwhocodes/config-array": { "version": "0.11.13", "resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.11.13.tgz",