From ad93344de6ad7b99e24c427ac5f212fffe12d97d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Nov 2025 00:31:06 +0000 Subject: [PATCH] chore(deps): bump the npm_and_yarn group across 3 directories with 2 updates Bumps the npm_and_yarn group with 1 update in the /e2e directory: [tar](https://github.com/isaacs/node-tar). Bumps the npm_and_yarn group with 1 update in the /packages/devnext directory: [next](https://github.com/vercel/next.js). Bumps the npm_and_yarn group with 1 update in the /packages/playground-next directory: [next](https://github.com/vercel/next.js). Updates `tar` from 6.1.15 to 6.2.1 - [Release notes](https://github.com/isaacs/node-tar/releases) - [Changelog](https://github.com/isaacs/node-tar/blob/main/CHANGELOG.md) - [Commits](https://github.com/isaacs/node-tar/compare/v6.1.15...v6.2.1) Updates `next` from 13.2.4 to 14.2.32 - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](https://github.com/vercel/next.js/compare/v13.2.4...v14.2.32) Updates `next` from 15.1.4 to 15.4.7 - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](https://github.com/vercel/next.js/compare/v13.2.4...v14.2.32) --- updated-dependencies: - dependency-name: tar dependency-version: 6.2.1 dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: next dependency-version: 14.2.32 dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: next dependency-version: 15.4.7 dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- e2e/yarn.lock | 6 +++--- packages/devnext/package.json | 2 +- packages/playground-next/package.json | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/e2e/yarn.lock b/e2e/yarn.lock index e17569de4..4db60548c 100644 --- a/e2e/yarn.lock +++ b/e2e/yarn.lock @@ -10410,8 +10410,8 @@ __metadata: linkType: hard "tar@npm:^6.1.11, tar@npm:^6.1.2": - version: 6.1.15 - resolution: "tar@npm:6.1.15" + version: 6.2.1 + resolution: "tar@npm:6.2.1" dependencies: chownr: ^2.0.0 fs-minipass: ^2.0.0 @@ -10419,7 +10419,7 @@ __metadata: minizlib: ^2.1.1 mkdirp: ^1.0.3 yallist: ^4.0.0 - checksum: f23832fceeba7578bf31907aac744ae21e74a66f4a17a9e94507acf460e48f6db598c7023882db33bab75b80e027c21f276d405e4a0322d58f51c7088d428268 + checksum: f1322768c9741a25356c11373bce918483f40fa9a25c69c59410c8a1247632487edef5fe76c5f12ac51a6356d2f1829e96d2bc34098668a2fc34d76050ac2b6c languageName: node linkType: hard diff --git a/packages/devnext/package.json b/packages/devnext/package.json index e2c3ef870..8fd09a139 100644 --- a/packages/devnext/package.json +++ b/packages/devnext/package.json @@ -87,7 +87,7 @@ "expo": "^49.0.18", "https-browserify": "^1.0.0", "jest": "^29.6.4", - "next": "13.2.4", + "next": "14.2.32", "os-browserify": "^0.3.0", "path-browserify": "^1.0.1", "postcss": "^8.4.31", diff --git a/packages/playground-next/package.json b/packages/playground-next/package.json index 9ec03864a..49560c0cf 100644 --- a/packages/playground-next/package.json +++ b/packages/playground-next/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@metamask/sdk-react": "workspace:^", - "next": "15.1.4", + "next": "15.4.7", "react": "^19.0.0", "react-dom": "^19.0.0" },