From 1049124e4139055c8d7029bf6ebef36a3daf0c6a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Nov 2024 14:18:09 +0000 Subject: [PATCH] chore(deps): bump twi-ext from 0.9.11 to 0.12.1 Bumps [twi-ext](https://github.com/Robot-Inventor/twi-ext) from 0.9.11 to 0.12.1. - [Release notes](https://github.com/Robot-Inventor/twi-ext/releases) - [Changelog](https://github.com/Robot-Inventor/twi-ext/blob/main/CHANGELOG.md) - [Commits](https://github.com/Robot-Inventor/twi-ext/compare/v0.9.11...v0.12.1) --- updated-dependencies: - dependency-name: twi-ext dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 32 ++++++++++++++++---------------- package.json | 2 +- 2 files changed, 17 insertions(+), 17 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2bf0a13..edde19b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "eslint": "^9.0.0", "prettier": "^3.2.5", "ts-loader": "^9.5.1", - "twi-ext": "^0.12.0", + "twi-ext": "^0.12.1", "typescript": "^5.4.5", "web-ext": "^8.2.0", "webpack": "^5.91.0", @@ -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==" } } }, diff --git a/package.json b/package.json index ad646b3..87d1897 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "eslint": "^9.0.0", "prettier": "^3.2.5", "ts-loader": "^9.5.1", - "twi-ext": "^0.12.0", + "twi-ext": "^0.12.1", "typescript": "^5.4.5", "web-ext": "^8.2.0", "webpack": "^5.91.0",