Skip to content

Commit 6d9f14d

Browse files
chore: Bump @lavamoat/allow-scripts from 3.4.2 to 3.4.3 (#3844)
Bumps [@lavamoat/allow-scripts](https://github.com/LavaMoat/LavaMoat/tree/HEAD/packages/allow-scripts) from 3.4.2 to 3.4.3. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/LavaMoat/LavaMoat/releases"><code>@​lavamoat/allow-scripts</code>'s releases</a>.</em></p> <blockquote> <h2>allow-scripts: v3.4.3</h2> <h2><a href="https://github.com/LavaMoat/LavaMoat/compare/allow-scripts-v3.4.2...allow-scripts-v3.4.3">3.4.3</a> (2026-02-05)</h2> <h3>Dependencies</h3> <ul> <li>The following workspace dependencies were updated <ul> <li>dependencies <ul> <li><code>@​lavamoat/aa</code> bumped from ^4.3.5 to ^4.3.6</li> </ul> </li> </ul> </li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/LavaMoat/LavaMoat/blob/main/packages/allow-scripts/CHANGELOG.md"><code>@​lavamoat/allow-scripts</code>'s changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/LavaMoat/LavaMoat/compare/allow-scripts-v3.4.2...allow-scripts-v3.4.3">3.4.3</a> (2026-02-05)</h2> <h3>Dependencies</h3> <ul> <li>The following workspace dependencies were updated <ul> <li>dependencies <ul> <li><code>@​lavamoat/aa</code> bumped from ^4.3.5 to ^4.3.6</li> </ul> </li> </ul> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/LavaMoat/LavaMoat/commit/67ec23cecc0be072b54a6a252cc660c1505a6c3f"><code>67ec23c</code></a> chore: release main (<a href="https://github.com/LavaMoat/LavaMoat/tree/HEAD/packages/allow-scripts/issues/1881">#1881</a>)</li> <li>See full diff in <a href="https://github.com/LavaMoat/LavaMoat/commits/allow-scripts-v3.4.3/packages/allow-scripts">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@lavamoat/allow-scripts&package-manager=npm_and_yarn&previous-version=3.4.2&new-version=3.4.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> <!-- CURSOR_SUMMARY --> --- > [!NOTE] > **Low Risk** > Dependency-only bump with lockfile updates; no application/runtime code changes. > > **Overview** > **Bumps `@lavamoat/allow-scripts` from `3.4.2` to `3.4.3`** across the monorepo (root, tooling packages, and all example Snap workspaces). > > Updates `yarn.lock` accordingly, including the transitive bump of `@lavamoat/aa` to `^4.3.6`. > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit aa7043a. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY --> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c016ce5 commit 6d9f14d

51 files changed

Lines changed: 106 additions & 106 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
"tsconfig-paths@^4.1.2": "patch:tsconfig-paths@npm%3A3.14.2#./.yarn/patches/tsconfig-paths-npm-3.14.2-90ce75420d.patch"
7474
},
7575
"devDependencies": {
76-
"@lavamoat/allow-scripts": "^3.4.2",
76+
"@lavamoat/allow-scripts": "^3.4.3",
7777
"@metamask/auto-changelog": "^5.3.1",
7878
"@metamask/create-release-branch": "^4.1.4",
7979
"@metamask/eslint-config": "^14.0.0",

packages/create-snap/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"yargs": "^17.7.1"
6666
},
6767
"devDependencies": {
68-
"@lavamoat/allow-scripts": "^3.4.2",
68+
"@lavamoat/allow-scripts": "^3.4.3",
6969
"@metamask/auto-changelog": "^5.3.1",
7070
"@swc/core": "1.11.31",
7171
"@swc/jest": "^0.2.38",

packages/examples/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"test:watch": "jest --watch"
4141
},
4242
"devDependencies": {
43-
"@lavamoat/allow-scripts": "^3.4.2",
43+
"@lavamoat/allow-scripts": "^3.4.3",
4444
"@metamask/auto-changelog": "^5.3.1",
4545
"@types/node": "18.14.2",
4646
"depcheck": "^1.4.7",

packages/examples/packages/background-events/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
},
4545
"devDependencies": {
4646
"@jest/globals": "^29.5.0",
47-
"@lavamoat/allow-scripts": "^3.4.2",
47+
"@lavamoat/allow-scripts": "^3.4.3",
4848
"@metamask/auto-changelog": "^5.3.1",
4949
"@metamask/snaps-cli": "workspace:^",
5050
"@metamask/snaps-jest": "workspace:^",

packages/examples/packages/bip32/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
},
4545
"devDependencies": {
4646
"@jest/globals": "^29.5.0",
47-
"@lavamoat/allow-scripts": "^3.4.2",
47+
"@lavamoat/allow-scripts": "^3.4.3",
4848
"@metamask/auto-changelog": "^5.3.1",
4949
"@metamask/key-tree": "^10.1.1",
5050
"@metamask/snaps-cli": "workspace:^",

packages/examples/packages/bip44/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
},
4545
"devDependencies": {
4646
"@jest/globals": "^29.5.0",
47-
"@lavamoat/allow-scripts": "^3.4.2",
47+
"@lavamoat/allow-scripts": "^3.4.3",
4848
"@metamask/auto-changelog": "^5.3.1",
4949
"@metamask/key-tree": "^10.1.1",
5050
"@metamask/snaps-cli": "workspace:^",

packages/examples/packages/client-status/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
},
4545
"devDependencies": {
4646
"@jest/globals": "^29.5.0",
47-
"@lavamoat/allow-scripts": "^3.4.2",
47+
"@lavamoat/allow-scripts": "^3.4.3",
4848
"@metamask/auto-changelog": "^5.3.1",
4949
"@metamask/snaps-cli": "workspace:^",
5050
"@metamask/snaps-jest": "workspace:^",

packages/examples/packages/cronjob-duration/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
},
4545
"devDependencies": {
4646
"@jest/globals": "^29.5.0",
47-
"@lavamoat/allow-scripts": "^3.4.2",
47+
"@lavamoat/allow-scripts": "^3.4.3",
4848
"@metamask/auto-changelog": "^5.3.1",
4949
"@metamask/snaps-cli": "workspace:^",
5050
"@metamask/snaps-jest": "workspace:^",

packages/examples/packages/cronjobs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
},
4545
"devDependencies": {
4646
"@jest/globals": "^29.5.0",
47-
"@lavamoat/allow-scripts": "^3.4.2",
47+
"@lavamoat/allow-scripts": "^3.4.3",
4848
"@metamask/auto-changelog": "^5.3.1",
4949
"@metamask/snaps-cli": "workspace:^",
5050
"@metamask/snaps-jest": "workspace:^",

packages/examples/packages/dialogs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
},
4545
"devDependencies": {
4646
"@jest/globals": "^29.5.0",
47-
"@lavamoat/allow-scripts": "^3.4.2",
47+
"@lavamoat/allow-scripts": "^3.4.3",
4848
"@metamask/auto-changelog": "^5.3.1",
4949
"@metamask/snaps-cli": "workspace:^",
5050
"@metamask/snaps-jest": "workspace:^",

0 commit comments

Comments
 (0)