diff --git a/package-lock.json b/package-lock.json index 96ae7bb..959ff4d 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",