From 1188bfb93a7e82ae818bf1129561dc2e5fc3239d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 21:52:35 +0000 Subject: [PATCH] chore(deps): bump twi-ext from 1.1.3 to 1.1.4 Bumps [twi-ext](https://github.com/Robot-Inventor/twi-ext) from 1.1.3 to 1.1.4. - [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/v1.1.3...v1.1.4) --- updated-dependencies: - dependency-name: twi-ext dependency-version: 1.1.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index aeb2068..9170ce3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "chokidar": "^5.0.0", "eslint": "^10.0.0", "prettier": "^3.2.5", - "twi-ext": "^1.0.0", + "twi-ext": "^1.1.4", "web-ext": "^10.0.0" }, "devDependencies": { @@ -8321,9 +8321,9 @@ "integrity": "sha512-xNvxJEOUiWPGhUuUdQgAJPKOOJfGnIyKySOc09XkKsgdUV/3E2zvwZYdejjmRgPCgcym1juLH3226yA7sEFJKQ==" }, "node_modules/twi-ext": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/twi-ext/-/twi-ext-1.1.3.tgz", - "integrity": "sha512-qP8lTv743AShIHpCd7LDYmmGTX2fDwJrLHjFqQijFDensnGqdYpig1Vmrti/Lz6MRi7sBsS0vVqc+8QpMNp8mA==", + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/twi-ext/-/twi-ext-1.1.4.tgz", + "integrity": "sha512-/Fmy4jghyYtl8aa1nnf+WXDZ7a3AHnHCkzl5S6Lob5IFpS5kt2N2TL81sbc7A5K7CUMfaMComEaWfZt46idoYg==", "dependencies": { "@robot-inventor/ts-utils": "^0.8.0", "async-query": "^3.0.0", @@ -14805,9 +14805,9 @@ "integrity": "sha512-xNvxJEOUiWPGhUuUdQgAJPKOOJfGnIyKySOc09XkKsgdUV/3E2zvwZYdejjmRgPCgcym1juLH3226yA7sEFJKQ==" }, "twi-ext": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/twi-ext/-/twi-ext-1.1.3.tgz", - "integrity": "sha512-qP8lTv743AShIHpCd7LDYmmGTX2fDwJrLHjFqQijFDensnGqdYpig1Vmrti/Lz6MRi7sBsS0vVqc+8QpMNp8mA==", + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/twi-ext/-/twi-ext-1.1.4.tgz", + "integrity": "sha512-/Fmy4jghyYtl8aa1nnf+WXDZ7a3AHnHCkzl5S6Lob5IFpS5kt2N2TL81sbc7A5K7CUMfaMComEaWfZt46idoYg==", "requires": { "@robot-inventor/ts-utils": "^0.8.0", "async-query": "^3.0.0", diff --git a/package.json b/package.json index b83e291..3b78317 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "chokidar": "^5.0.0", "eslint": "^10.0.0", "prettier": "^3.2.5", - "twi-ext": "^1.0.0", + "twi-ext": "^1.1.4", "web-ext": "^10.0.0" }, "devDependencies": {