From d272c1f9af5a4f2f036ab4686b4af7bda8d50684 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Apr 2023 18:56:50 +0000 Subject: [PATCH] Bump @architect/sandbox from 4.5.2 to 5.5.5 Bumps [@architect/sandbox](https://github.com/architect/sandbox) from 4.5.2 to 5.5.5. - [Release notes](https://github.com/architect/sandbox/releases) - [Changelog](https://github.com/architect/sandbox/blob/main/changelog.md) - [Commits](https://github.com/architect/sandbox/compare/v4.5.2...v5.5.5) --- updated-dependencies: - dependency-name: "@architect/sandbox" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f2dd1f1..1671f1b 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "start": "next start" }, "dependencies": { - "@architect/sandbox": "^4.0.2", + "@architect/sandbox": "^5.5.5", "gray-matter": "^4.0.2", "next": "^12.0.2", "react": "16.14.0",