From 5ba4c192e4e14e34e2068d1e7da4583a8cddeec7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Mar 2022 02:07:37 +0000 Subject: [PATCH] Bump @architect/sandbox from 5.1.2 to 5.2.0 Bumps [@architect/sandbox](https://github.com/architect/sandbox) from 5.1.2 to 5.2.0. - [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/v5.1.2...v5.2.0) --- updated-dependencies: - dependency-name: "@architect/sandbox" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index e558de6..7c688d0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "react-scripts": "^4.0.3" }, "devDependencies": { - "@architect/sandbox": "^5.1.2", + "@architect/sandbox": "^5.2.0", "@begin/data": "^4.0.0", "cross-env": "^7.0.3", "npm-run-all": "^4.1.5", @@ -99,9 +99,9 @@ } }, "node_modules/@architect/sandbox": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/@architect/sandbox/-/sandbox-5.1.2.tgz", - "integrity": "sha512-Ks5a6M8hyv7Hv2sqI1EjYKaSar76uzOrfnYJRD6uiCl9jhJouynpkueKXFf6H8d8GtO6CnmGCLSHsajJVMO/sg==", + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/@architect/sandbox/-/sandbox-5.2.0.tgz", + "integrity": "sha512-9d07GUMvl7gaMDYzDjj+NxXR+XG0XKlJRy9wn7HWFgU58iKGVaoWf3ScQSPWW8MqyHrNn2bMLoLFiH50n27p/A==", "dev": true, "dependencies": { "@architect/asap": "~5.0.1", @@ -22544,9 +22544,9 @@ "dev": true }, "@architect/sandbox": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/@architect/sandbox/-/sandbox-5.1.2.tgz", - "integrity": "sha512-Ks5a6M8hyv7Hv2sqI1EjYKaSar76uzOrfnYJRD6uiCl9jhJouynpkueKXFf6H8d8GtO6CnmGCLSHsajJVMO/sg==", + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/@architect/sandbox/-/sandbox-5.2.0.tgz", + "integrity": "sha512-9d07GUMvl7gaMDYzDjj+NxXR+XG0XKlJRy9wn7HWFgU58iKGVaoWf3ScQSPWW8MqyHrNn2bMLoLFiH50n27p/A==", "dev": true, "requires": { "@architect/asap": "~5.0.1", diff --git a/package.json b/package.json index 9d6f289..3797f6b 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ ] }, "devDependencies": { - "@architect/sandbox": "^5.1.2", + "@architect/sandbox": "^5.2.0", "@begin/data": "^4.0.0", "cross-env": "^7.0.3", "npm-run-all": "^4.1.5",