Skip to content

Commit 9392ef9

Browse files
chore: Bump @lavamoat/webpack from 1.5.3 to 1.5.4 (#3751)
Bumps [@lavamoat/webpack](https://github.com/LavaMoat/lavamoat/tree/HEAD/packages/webpack) from 1.5.3 to 1.5.4. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/LavaMoat/lavamoat/releases"><code>@​lavamoat/webpack</code>'s releases</a>.</em></p> <blockquote> <h2>webpack: v1.5.4</h2> <h2><a href="https://github.com/LavaMoat/LavaMoat/compare/webpack-v1.5.3...webpack-v1.5.4">1.5.4</a> (2025-11-19)</h2> <h3>Dependencies</h3> <ul> <li>The following workspace dependencies were updated <ul> <li>dependencies <ul> <li>lavamoat-core bumped from ^17.0.1 to ^17.1.0</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/webpack/CHANGELOG.md"><code>@​lavamoat/webpack</code>'s changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/LavaMoat/LavaMoat/compare/webpack-v1.5.3...webpack-v1.5.4">1.5.4</a> (2025-11-19)</h2> <h3>Dependencies</h3> <ul> <li>The following workspace dependencies were updated <ul> <li>dependencies <ul> <li>lavamoat-core bumped from ^17.0.1 to ^17.1.0</li> </ul> </li> </ul> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/LavaMoat/LavaMoat/commit/3a2edd40482b0f06ebd95eb08054ceb073c6ecdf"><code>3a2edd4</code></a> chore: release main (<a href="https://github.com/LavaMoat/lavamoat/tree/HEAD/packages/webpack/issues/1849">#1849</a>)</li> <li>See full diff in <a href="https://github.com/LavaMoat/lavamoat/commits/webpack-v1.5.4/packages/webpack">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@lavamoat/webpack&package-manager=npm_and_yarn&previous-version=1.5.3&new-version=1.5.4)](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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@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] > Bumps @lavamoat/webpack to 1.5.4 and updates lockfile (including lavamoat-core). > > - **Dependencies**: > - Bump `@lavamoat/webpack` dev dependency in `packages/snaps-execution-environments/package.json` from `^1.5.3` to `^1.5.4`. > - Update `yarn.lock` to reflect `@lavamoat/[email protected]` and transitive `lavamoat-core` to `^17.1.0`. > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit 3245a52. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY --> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8c3bf01 commit 9392ef9

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

packages/snaps-execution-environments/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
"@esbuild-plugins/node-modules-polyfill": "^0.2.2",
8383
"@lavamoat/allow-scripts": "^3.4.0",
8484
"@lavamoat/lavatube": "^1.0.0",
85-
"@lavamoat/webpack": "^1.5.3",
85+
"@lavamoat/webpack": "^1.5.4",
8686
"@metamask/auto-changelog": "^5.0.2",
8787
"@swc/core": "1.11.31",
8888
"@swc/jest": "^0.2.38",

yarn.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2770,20 +2770,20 @@ __metadata:
27702770
languageName: node
27712771
linkType: hard
27722772

2773-
"@lavamoat/webpack@npm:^1.5.3":
2774-
version: 1.5.3
2775-
resolution: "@lavamoat/webpack@npm:1.5.3"
2773+
"@lavamoat/webpack@npm:^1.5.4":
2774+
version: 1.5.4
2775+
resolution: "@lavamoat/webpack@npm:1.5.4"
27762776
dependencies:
27772777
"@babel/parser": "npm:7.28.3"
27782778
"@lavamoat/aa": "npm:^4.3.4"
27792779
"@lavamoat/types": "npm:^0.1.0"
27802780
browser-resolve: "npm:2.0.0"
27812781
json-stable-stringify: "npm:1.3.0"
2782-
lavamoat-core: "npm:^17.0.1"
2782+
lavamoat-core: "npm:^17.1.0"
27832783
ses: "npm:1.14.0"
27842784
peerDependencies:
27852785
webpack: ^5.80.2
2786-
checksum: 10/3cbc9416f2e2e654636a66f83908d0d8d0fdaf26789e8a848f8cd22acb86b072c893cf10977d45a456504741d341ca3ecfdeb14a51ecced327c8d421e2c74465
2786+
checksum: 10/ef589ad30463c4b9f9f5758256d157d498c8efc9fd3c15fd15d1b160999eaba463e023a196b49f5f56f69ec063d04ca08f7c5e37292fee213a651791029654b2
27872787
languageName: node
27882788
linkType: hard
27892789

@@ -4331,7 +4331,7 @@ __metadata:
43314331
"@esbuild-plugins/node-modules-polyfill": "npm:^0.2.2"
43324332
"@lavamoat/allow-scripts": "npm:^3.4.0"
43334333
"@lavamoat/lavatube": "npm:^1.0.0"
4334-
"@lavamoat/webpack": "npm:^1.5.3"
4334+
"@lavamoat/webpack": "npm:^1.5.4"
43354335
"@metamask/auto-changelog": "npm:^5.0.2"
43364336
"@metamask/json-rpc-engine": "npm:^10.1.0"
43374337
"@metamask/object-multiplex": "npm:^2.1.0"
@@ -13676,7 +13676,7 @@ __metadata:
1367613676
languageName: node
1367713677
linkType: hard
1367813678

13679-
"lavamoat-core@npm:^17.0.1, lavamoat-core@npm:^17.1.0":
13679+
"lavamoat-core@npm:^17.1.0":
1368013680
version: 17.1.0
1368113681
resolution: "lavamoat-core@npm:17.1.0"
1368213682
dependencies:

0 commit comments

Comments
 (0)