From 31ca07371756ad90ba32a9f4d3c04334cac0ec2e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Dec 2021 10:16:58 +0000 Subject: [PATCH] Bump @architect/sandbox from 4.4.1 to 4.4.2 Bumps [@architect/sandbox](https://github.com/architect/sandbox) from 4.4.1 to 4.4.2. - [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.4.1...v4.4.2) --- updated-dependencies: - dependency-name: "@architect/sandbox" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8475db3..5bea29a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -55,9 +55,9 @@ "integrity": "sha512-3XTuB/HS3GNDXXUQ2BJt7kVOViTGCR2O4hIUEb1l8FxsSmwzgpiR2CAzUA4ZhySxW+1a+Tg88YL2Yyb2kvLmlw==" }, "@architect/sandbox": { - "version": "4.4.1", - "resolved": "https://registry.npmjs.org/@architect/sandbox/-/sandbox-4.4.1.tgz", - "integrity": "sha512-HZw/iVrOEAThODlsDRsRlEZNLvwYyPmiTvV81CF+7v08xlv8OIDtSU5Wyn05ToVZrluxeSWL2ab2GNrIFoRETg==", + "version": "4.4.2", + "resolved": "https://registry.npmjs.org/@architect/sandbox/-/sandbox-4.4.2.tgz", + "integrity": "sha512-WxCaGBc7X7OJW3I6OuMNnl4zwYlUzK+CSFgvPMx3X/VmLc37Mzm4SVn75jv+qW49iSdLDClzcAOCXT67brtPBw==", "requires": { "@architect/asap": "~4.1.0", "@architect/create": "~3.1.1", diff --git a/package.json b/package.json index 1e010af..780a49f 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ }, "license": "Apache-2.0", "dependencies": { - "@architect/sandbox": "^4.4.1", + "@architect/sandbox": "^4.4.2", "@begin/data": "^3.0.4", "ava": "^3.15.0", "tiny-json-http": "^7.3.1"