From 33aa8df9311fc71b775fd5f080a264bad0b7e319 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Oct 2023 06:06:51 +0000 Subject: [PATCH] build(deps): bump next from 13.4.12 to 13.5.0 in /.stackblitz Bumps [next](https://github.com/vercel/next.js) from 13.4.12 to 13.5.0. - [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.4.12...v13.5.0) --- updated-dependencies: - dependency-name: next dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .stackblitz/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.stackblitz/package.json b/.stackblitz/package.json index 4afa459..dc4c44a 100644 --- a/.stackblitz/package.json +++ b/.stackblitz/package.json @@ -15,7 +15,7 @@ "autoprefixer": "10.4.14", "eslint": "8.45.0", "eslint-config-next": "13.4.12", - "next": "13.4.12", + "next": "13.5.0", "next-security": "^1.1.1", "postcss": "8.4.27", "react": "18.2.0",