From 6c0274f82574d013ce3450034503ed684aba1261 Mon Sep 17 00:00:00 2001 From: Fil Maj Date: Tue, 1 Jul 2025 21:54:55 -0400 Subject: [PATCH] bump sandbox to 7.1.0 to support mjs seed data loading in type:module projects --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b449ed1..6ffbb81 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "@apidevtools/json-schema-ref-parser": "9.1.0", "@architect/inventory": "^4.0.5", "@architect/parser": "^7.0.1", - "@architect/sandbox": "^6.0.5", + "@architect/sandbox": "^7.1.0", "@architect/utils": "^4.0.6", "@colors/colors": "1.6.0", "@enhance/create": "^4.1.2",