diff --git a/package-lock.json b/package-lock.json index 4a3c6df..566a988 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "license": "GPL-2.0-or-later", "dependencies": { "@heroicons/react": "^2.2.0", - "@newfold/ui-component-library": "^1.1.0", + "@newfold/ui-component-library": "^1.1.1", "@newfold/wp-module-runtime": "^1.1.3", "uuid": "^9.0.1" } @@ -49,9 +49,10 @@ } }, "node_modules/@newfold/ui-component-library": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/@newfold/ui-component-library/-/ui-component-library-1.1.0.tgz", - "integrity": "sha512-G2eE3Lc0+jSPhF4l+OQp7Iiq7fF9YM4tmGpqxqHAc+REPjVcPIVb3KAfgcd40Cp2bxIiaCVhlk+NeV4lh50vIg==", + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/@newfold/ui-component-library/-/ui-component-library-1.1.1.tgz", + "integrity": "sha512-NMGROxTsy5+b+EPCtTBanixu8hzb/IG2O7lNe2N9I4HSL3rt8TDxM20airVI/w/ZbuMrF5mnw9zI4qLDoOARqA==", + "license": "GPL-3.0", "dependencies": { "@headlessui/react": "^1.7.8", "@heroicons/react": "^1.0.6", @@ -752,9 +753,9 @@ "requires": {} }, "@newfold/ui-component-library": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/@newfold/ui-component-library/-/ui-component-library-1.1.0.tgz", - "integrity": "sha512-G2eE3Lc0+jSPhF4l+OQp7Iiq7fF9YM4tmGpqxqHAc+REPjVcPIVb3KAfgcd40Cp2bxIiaCVhlk+NeV4lh50vIg==", + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/@newfold/ui-component-library/-/ui-component-library-1.1.1.tgz", + "integrity": "sha512-NMGROxTsy5+b+EPCtTBanixu8hzb/IG2O7lNe2N9I4HSL3rt8TDxM20airVI/w/ZbuMrF5mnw9zI4qLDoOARqA==", "requires": { "@headlessui/react": "^1.7.8", "@heroicons/react": "^1.0.6", diff --git a/package.json b/package.json index 47a5423..6ed0207 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ ], "dependencies": { "@heroicons/react": "^2.2.0", - "@newfold/ui-component-library": "^1.1.0", + "@newfold/ui-component-library": "^1.1.1", "@newfold/wp-module-runtime": "^1.1.3", "uuid": "^9.0.1" }