diff --git a/package-lock.json b/package-lock.json index 74caf041..1d83d193 100644 --- a/package-lock.json +++ b/package-lock.json @@ -75,8 +75,8 @@ "dev": true }, "@architect/sandbox": { - "version": "git://github.com/reconbot/sandbox.git#17559f8d4296bc8cb5b43737d8357c7db803d6e2", - "from": "git://github.com/reconbot/sandbox.git#17559f8d4296bc8cb5b43737d8357c7db803d6e2", + "version": "git://github.com/reconbot/sandbox.git#8e8679a687a972bb9efff8821df4862003554a45", + "from": "git://github.com/reconbot/sandbox.git#8e8679a687a972bb9efff8821df4862003554a45", "dev": true, "requires": { "@architect/asap": "~4.0.0", @@ -1131,47 +1131,6 @@ "eslint-visitor-keys": "^2.0.0" } }, - "@typescript-eslint/scope-manager": { - "version": "4.29.2", - "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-4.29.2.tgz", - "integrity": "sha512-mfHmvlQxmfkU8D55CkZO2sQOueTxLqGvzV+mG6S/6fIunDiD2ouwsAoiYCZYDDK73QCibYjIZmGhpvKwAB5BOA==", - "dev": true, - "requires": { - "@typescript-eslint/types": "4.29.2", - "@typescript-eslint/visitor-keys": "4.29.2" - } - }, - "@typescript-eslint/types": { - "version": "4.29.2", - "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-4.29.2.tgz", - "integrity": "sha512-K6ApnEXId+WTGxqnda8z4LhNMa/pZmbTFkDxEBLQAbhLZL50DjeY0VIDCml/0Y3FlcbqXZrABqrcKxq+n0LwzQ==", - "dev": true - }, - "@typescript-eslint/typescript-estree": { - "version": "4.29.2", - "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-4.29.2.tgz", - "integrity": "sha512-TJ0/hEnYxapYn9SGn3dCnETO0r+MjaxtlWZ2xU+EvytF0g4CqTpZL48SqSNn2hXsPolnewF30pdzR9a5Lj3DNg==", - "dev": true, - "requires": { - "@typescript-eslint/types": "4.29.2", - "@typescript-eslint/visitor-keys": "4.29.2", - "debug": "^4.3.1", - "globby": "^11.0.3", - "is-glob": "^4.0.1", - "semver": "^7.3.5", - "tsutils": "^3.21.0" - } - }, - "@typescript-eslint/visitor-keys": { - "version": "4.29.2", - "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-4.29.2.tgz", - "integrity": "sha512-bDgJLQ86oWHJoZ1ai4TZdgXzJxsea3Ee9u9wsTAvjChdj2WLcVsgWYAPeY7RQMn16tKrlQaBnpKv7KBfs4EQag==", - "dev": true, - "requires": { - "@typescript-eslint/types": "4.29.2", - "eslint-visitor-keys": "^2.0.0" - } - }, "@ungap/promise-all-settled": { "version": "1.1.2", "resolved": "https://registry.npmjs.org/@ungap/promise-all-settled/-/promise-all-settled-1.1.2.tgz", diff --git a/package.json b/package.json index 104f606e..00c0aeee 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ }, "devDependencies": { "@architect/functions": "^4.0.0", - "@architect/sandbox": "git://github.com/reconbot/sandbox.git#17559f8d4296bc8cb5b43737d8357c7db803d6e2", + "@architect/sandbox": "git://github.com/reconbot/sandbox.git#8e8679a687a972bb9efff8821df4862003554a45", "@graphql-tools/schema": "^8.0.3", "@microsoft/api-extractor": "^7.18.4", "@types/architect__sandbox": "^3.3.3",