diff --git a/src/dispatch/static/dispatch/package-lock.json b/src/dispatch/static/dispatch/package-lock.json index 947a17985430..c3a6ac363132 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",