From b177ea2cb798fad577c2ab160a0ee9245d35a6df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Jan 2026 22:24:52 +0000 Subject: [PATCH] chore(deps): bump the npm_and_yarn group across 2 directories with 2 updates 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 `next` from 15.3.3 to 15.4.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.4.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: next dependency-version: 15.4.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] --- examples/advanced/loading-from-json/package.json | 2 +- examples/collaboration/from-scratch/client/package.json | 2 +- examples/customization/toolbar/package.json | 2 +- examples/getting-started/vanilla/package.json | 2 +- examples/getting-started/vue/package.json | 2 +- examples/integrations/nextjs-ssr/package.json | 2 +- examples/integrations/word-addin/package.json | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/examples/advanced/loading-from-json/package.json b/examples/advanced/loading-from-json/package.json index 0049f92216..e9a433c1da 100644 --- a/examples/advanced/loading-from-json/package.json +++ b/examples/advanced/loading-from-json/package.json @@ -10,6 +10,6 @@ "superdoc": "0.20.0-next.13" }, "devDependencies": { - "vite": "^4.4.6" + "vite": "^7.3.1" } } diff --git a/examples/collaboration/from-scratch/client/package.json b/examples/collaboration/from-scratch/client/package.json index e3e9c706ea..f8f825fbcf 100644 --- a/examples/collaboration/from-scratch/client/package.json +++ b/examples/collaboration/from-scratch/client/package.json @@ -11,6 +11,6 @@ }, "devDependencies": { "@vitejs/plugin-vue": "^4.2.3", - "vite": "^4.4.6" + "vite": "^7.3.1" } } diff --git a/examples/customization/toolbar/package.json b/examples/customization/toolbar/package.json index 31ca71a448..1fe12f49ae 100644 --- a/examples/customization/toolbar/package.json +++ b/examples/customization/toolbar/package.json @@ -10,6 +10,6 @@ "superdoc": "0.20.0-next.13" }, "devDependencies": { - "vite": "^4.4.6" + "vite": "^7.3.1" } } diff --git a/examples/getting-started/vanilla/package.json b/examples/getting-started/vanilla/package.json index 0049f92216..e9a433c1da 100644 --- a/examples/getting-started/vanilla/package.json +++ b/examples/getting-started/vanilla/package.json @@ -10,6 +10,6 @@ "superdoc": "0.20.0-next.13" }, "devDependencies": { - "vite": "^4.4.6" + "vite": "^7.3.1" } } diff --git a/examples/getting-started/vue/package.json b/examples/getting-started/vue/package.json index ec33ff883d..18442f2b1d 100644 --- a/examples/getting-started/vue/package.json +++ b/examples/getting-started/vue/package.json @@ -12,6 +12,6 @@ }, "devDependencies": { "@vitejs/plugin-vue": "^4.2.3", - "vite": "^4.4.6" + "vite": "^7.3.1" } } diff --git a/examples/integrations/nextjs-ssr/package.json b/examples/integrations/nextjs-ssr/package.json index fd9cd083f9..551e2f4431 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.4.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": [