From 4e331121fa18d00c82305d929bf192d3de028507 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Feb 2026 21:43:16 +0000 Subject: [PATCH] chore(deps): bump the npm_and_yarn group across 3 directories with 3 updates Bumps the npm_and_yarn group with 1 update in the /apps/vscode-ext directory: [esbuild](https://github.com/evanw/esbuild). Bumps the npm_and_yarn group with 1 update in the /examples/integrations/nextjs-ssr directory: [next](https://github.com/vercel/next.js). Bumps the npm_and_yarn group with 1 update in the /examples/integrations/word-addin directory: [webpack-dev-server](https://github.com/webpack/webpack-dev-server). Updates `esbuild` from 0.19.12 to 0.25.0 - [Release notes](https://github.com/evanw/esbuild/releases) - [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG-2024.md) - [Commits](https://github.com/evanw/esbuild/compare/v0.19.12...v0.25.0) Updates `next` from 15.3.3 to 15.5.10 - [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/v15.3.3...v15.5.10) Updates `webpack-dev-server` from 5.1.0 to 5.2.1 - [Release notes](https://github.com/webpack/webpack-dev-server/releases) - [Changelog](https://github.com/webpack/webpack-dev-server/blob/main/CHANGELOG.md) - [Commits](https://github.com/webpack/webpack-dev-server/compare/v5.1.0...v5.2.1) --- updated-dependencies: - dependency-name: esbuild dependency-version: 0.25.0 dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: next dependency-version: 15.5.10 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: webpack-dev-server dependency-version: 5.2.1 dependency-type: direct:development dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- apps/vscode-ext/package.json | 2 +- examples/integrations/nextjs-ssr/package.json | 2 +- examples/integrations/word-addin/package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/vscode-ext/package.json b/apps/vscode-ext/package.json index 258a5e6a3f..f00cb6c6a0 100644 --- a/apps/vscode-ext/package.json +++ b/apps/vscode-ext/package.json @@ -86,7 +86,7 @@ "@types/node": "catalog:", "@types/vscode": "^1.107.0", "@vscode/vsce": "^2.32.0", - "esbuild": "^0.19.12", + "esbuild": "^0.25.0", "typescript": "catalog:" }, "dependencies": { diff --git a/examples/integrations/nextjs-ssr/package.json b/examples/integrations/nextjs-ssr/package.json index fd9cd083f9..bbe9f099ee 100644 --- a/examples/integrations/nextjs-ssr/package.json +++ b/examples/integrations/nextjs-ssr/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "superdoc": "0.20.0-next.13", - "next": "15.3.3", + "next": "15.5.10", "react": "^19.0.0", "react-dom": "^19.0.0" } diff --git a/examples/integrations/word-addin/package.json b/examples/integrations/word-addin/package.json index 57bece5af9..e0e02a0b5b 100644 --- a/examples/integrations/word-addin/package.json +++ b/examples/integrations/word-addin/package.json @@ -60,7 +60,7 @@ "source-map-loader": "^5.0.0", "webpack": "^5.95.0", "webpack-cli": "^5.1.4", - "webpack-dev-server": "5.1.0" + "webpack-dev-server": "5.2.1" }, "prettier": "office-addin-prettier-config", "browserslist": [