From 20ebfd67dc2dbf4113c1aea9b7f0c38719f8e254 Mon Sep 17 00:00:00 2001 From: Hsuan Lee Date: Thu, 9 Dec 2021 12:00:12 +0800 Subject: [PATCH 1/2] Update iframe style --- .../current-user/exec-service/strategies/utils/render-frame.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/fcl/src/current-user/exec-service/strategies/utils/render-frame.js b/packages/fcl/src/current-user/exec-service/strategies/utils/render-frame.js index d83e8050e..f6293ad82 100644 --- a/packages/fcl/src/current-user/exec-service/strategies/utils/render-frame.js +++ b/packages/fcl/src/current-user/exec-service/strategies/utils/render-frame.js @@ -8,7 +8,7 @@ const FRAME_STYLES = ` right: 0px; bottom: 0px; left: 0px; - height: 100vh; + height: 100%; width: 100vw; display:block; background:rgba(0,0,0,0.25); From 3a7ef1d30d06abb0620b1a60a3f97b5399a317b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Mar 2023 02:03:37 +0000 Subject: [PATCH 2/2] Bump minimist from 1.2.5 to 1.2.8 in /six/six-stake-new-locked-flow Bumps [minimist](https://github.com/minimistjs/minimist) from 1.2.5 to 1.2.8. - [Release notes](https://github.com/minimistjs/minimist/releases) - [Changelog](https://github.com/minimistjs/minimist/blob/main/CHANGELOG.md) - [Commits](https://github.com/minimistjs/minimist/compare/v1.2.5...v1.2.8) --- updated-dependencies: - dependency-name: minimist dependency-type: indirect ... Signed-off-by: dependabot[bot] --- .../package-lock.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/six/six-stake-new-locked-flow/package-lock.json b/six/six-stake-new-locked-flow/package-lock.json index e21b7bc69..fc1231572 100644 --- a/six/six-stake-new-locked-flow/package-lock.json +++ b/six/six-stake-new-locked-flow/package-lock.json @@ -1398,7 +1398,6 @@ "jest-resolve": "^25.5.1", "jest-util": "^25.5.0", "jest-worker": "^25.5.0", - "node-notifier": "^6.0.0", "slash": "^3.0.0", "source-map": "^0.6.0", "string-length": "^3.1.0", @@ -5268,7 +5267,6 @@ "@types/graceful-fs": "^4.1.2", "anymatch": "^3.0.3", "fb-watchman": "^2.0.0", - "fsevents": "^2.1.2", "graceful-fs": "^4.2.4", "jest-serializer": "^25.5.0", "jest-util": "^25.5.0", @@ -6174,10 +6172,13 @@ } }, "node_modules/minimist": { - "version": "1.2.5", - "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.5.tgz", - "integrity": "sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==", - "dev": true + "version": "1.2.8", + "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz", + "integrity": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==", + "dev": true, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } }, "node_modules/mixin-deep": { "version": "1.3.2", @@ -15573,9 +15574,9 @@ } }, "minimist": { - "version": "1.2.5", - "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.5.tgz", - "integrity": "sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==", + "version": "1.2.8", + "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz", + "integrity": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==", "dev": true }, "mixin-deep": {