From b7495f19c7c3f6f6dba932443224ea46326cf76d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Jan 2025 20:32:24 +0000 Subject: [PATCH] build(deps): Bump next in /addons-web-sdk/samples/animation-next-js Bumps [next](https://github.com/vercel/next.js) from 15.0.2 to 15.1.2. - [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.0.2...v15.1.2) --- updated-dependencies: - dependency-name: next dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- addons-web-sdk/samples/animation-next-js/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addons-web-sdk/samples/animation-next-js/package.json b/addons-web-sdk/samples/animation-next-js/package.json index 17bb4b5..7c62f4b 100644 --- a/addons-web-sdk/samples/animation-next-js/package.json +++ b/addons-web-sdk/samples/animation-next-js/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@googleworkspace/meet-addons": "^1.1.1", - "next": "15.0.2", + "next": "15.1.2", "react": "^18", "react-dom": "^18" },