From fa82a4a25bfd4b5f5991dff867184cecb6fa868d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 7 Nov 2024 14:17:58 +0000 Subject: [PATCH] fix(deps): update dependency twi-ext to v0.12.1 --- package-lock.json | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8cb22e8..aa5fcb0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7656,24 +7656,24 @@ } }, "node_modules/twi-ext": { - "version": "0.12.0", - "resolved": "https://registry.npmjs.org/twi-ext/-/twi-ext-0.12.0.tgz", - "integrity": "sha512-tUIMrd12yVWdUDjK68bGvk+znsp0LEmbnGimZmlc5m8JHbadvWDhHYFLOmnEzVgCw2U/3yA9xOCS8AyDOnCsaw==", + "version": "0.12.1", + "resolved": "https://registry.npmjs.org/twi-ext/-/twi-ext-0.12.1.tgz", + "integrity": "sha512-9lSi7nLzVMqAQLEXKho8Ham8KAdL2qcAN5hpsOWZll5E7qIRDcNlmB+ctTWjP04kHtEb2jZyf49cbDE9Ih4F1A==", "dependencies": { "async-query": "^2.0.0", - "uuid": "^10.0.0" + "uuid": "^11.0.0" } }, "node_modules/twi-ext/node_modules/uuid": { - "version": "10.0.0", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-10.0.0.tgz", - "integrity": "sha512-8XkAphELsDnEGrDxUOHB3RGvXz6TeuYSGEZBOjtTtPm2lwhGBjLgOzLHB63IUWfBpNucQjND6d3AOudO+H3RWQ==", + "version": "11.0.2", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-11.0.2.tgz", + "integrity": "sha512-14FfcOJmqdjbBPdDjFQyk/SdT4NySW4eM0zcG+HqbHP5jzuH56xO3J1DGhgs/cEMCfwYi3HQI1gnTO62iaG+tQ==", "funding": [ "https://github.com/sponsors/broofa", "https://github.com/sponsors/ctavan" ], "bin": { - "uuid": "dist/bin/uuid" + "uuid": "dist/esm/bin/uuid" } }, "node_modules/type-check": { @@ -13688,18 +13688,18 @@ } }, "twi-ext": { - "version": "0.12.0", - "resolved": "https://registry.npmjs.org/twi-ext/-/twi-ext-0.12.0.tgz", - "integrity": "sha512-tUIMrd12yVWdUDjK68bGvk+znsp0LEmbnGimZmlc5m8JHbadvWDhHYFLOmnEzVgCw2U/3yA9xOCS8AyDOnCsaw==", + "version": "0.12.1", + "resolved": "https://registry.npmjs.org/twi-ext/-/twi-ext-0.12.1.tgz", + "integrity": "sha512-9lSi7nLzVMqAQLEXKho8Ham8KAdL2qcAN5hpsOWZll5E7qIRDcNlmB+ctTWjP04kHtEb2jZyf49cbDE9Ih4F1A==", "requires": { "async-query": "^2.0.0", - "uuid": "^10.0.0" + "uuid": "^11.0.0" }, "dependencies": { "uuid": { - "version": "10.0.0", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-10.0.0.tgz", - "integrity": "sha512-8XkAphELsDnEGrDxUOHB3RGvXz6TeuYSGEZBOjtTtPm2lwhGBjLgOzLHB63IUWfBpNucQjND6d3AOudO+H3RWQ==" + "version": "11.0.2", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-11.0.2.tgz", + "integrity": "sha512-14FfcOJmqdjbBPdDjFQyk/SdT4NySW4eM0zcG+HqbHP5jzuH56xO3J1DGhgs/cEMCfwYi3HQI1gnTO62iaG+tQ==" } } },