From 694dfa591c3069899bffba7b619a9d3e9e1b0138 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Apr 2024 06:08:15 +0000 Subject: [PATCH] Bump @architect/sandbox from 5.9.4 to 6.0.5 Bumps [@architect/sandbox](https://github.com/architect/sandbox) from 5.9.4 to 6.0.5. - [Changelog](https://github.com/architect/sandbox/blob/main/changelog.md) - [Commits](https://github.com/architect/sandbox/compare/v5.9.4...v6.0.5) --- updated-dependencies: - dependency-name: "@architect/sandbox" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4da4265..bb3fb39 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "build": "parcel build public/index.html" }, "devDependencies": { - "@architect/sandbox": "^5.0.0", + "@architect/sandbox": "^6.0.5", "parcel-bundler": "^1.12.4", "react": "^17.0.2", "react-dom": "^17.0.2"