From 1a613ad041d2b675e1471ea83804b63382a73b05 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Nov 2023 12:02:34 +0000 Subject: [PATCH] Bump @formkit/themes in /src/dispatch/static/dispatch Bumps [@formkit/themes](https://github.com/formkit/formkit/tree/HEAD/packages/themes) from 1.3.0 to 1.3.2. - [Release notes](https://github.com/formkit/formkit/releases) - [Commits](https://github.com/formkit/formkit/commits/1.3.2/packages/themes) --- updated-dependencies: - dependency-name: "@formkit/themes" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .../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 14096015a12d6..e21a6f5f80484 100644 --- a/src/dispatch/static/dispatch/package-lock.json +++ b/src/dispatch/static/dispatch/package-lock.json @@ -549,11 +549,11 @@ } }, "node_modules/@formkit/themes": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/@formkit/themes/-/themes-1.3.0.tgz", - "integrity": "sha512-y9YRhCjYbsgs1piuGaZYgcbXtcsfZqvdeMVM2vypppNdFskx1dhFdaXNDLZf1K2HL6vvx8cJ3AAxay35SAZmtQ==", + "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.0" + "@formkit/core": "1.3.2" }, "peerDependencies": { "tailwindcss": "^3.2.0", @@ -572,6 +572,19 @@ } } }, + "node_modules/@formkit/themes/node_modules/@formkit/core": { + "version": "1.3.2", + "resolved": "https://registry.npmjs.org/@formkit/core/-/core-1.3.2.tgz", + "integrity": "sha512-sqspEsp4CnS9cx+HWWZhN91dYyQB2Mgrhtp5tVPHPiNDpS7Wvl1L9xI/6iUc3rXxH0YhHQ8ptyLIQKO2vNpfGg==", + "dependencies": { + "@formkit/utils": "1.3.2" + } + }, + "node_modules/@formkit/themes/node_modules/@formkit/utils": { + "version": "1.3.2", + "resolved": "https://registry.npmjs.org/@formkit/utils/-/utils-1.3.2.tgz", + "integrity": "sha512-L7ltaR5vV5NK6H4NKYx8xZ85l60TutgvQHv95B7ncj9pDNUUqKK9H56zkYFXPpCQhtKU/UbK19NNOuKI0OVfkw==" + }, "node_modules/@formkit/utils": { "version": "1.3.0", "resolved": "https://registry.npmjs.org/@formkit/utils/-/utils-1.3.0.tgz", @@ -604,6 +617,30 @@ "vue": "^3.3.4" } }, + "node_modules/@formkit/vue/node_modules/@formkit/themes": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/@formkit/themes/-/themes-1.3.0.tgz", + "integrity": "sha512-y9YRhCjYbsgs1piuGaZYgcbXtcsfZqvdeMVM2vypppNdFskx1dhFdaXNDLZf1K2HL6vvx8cJ3AAxay35SAZmtQ==", + "dependencies": { + "@formkit/core": "1.3.0" + }, + "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",