Bump js-base64 from 3.7.4 to 3.7.5 in /desktop (#4519)
Summary: Bumps [js-base64](https://github.com/dankogai/js-base64) from 3.7.4 to 3.7.5. <details> <summary>Commits</summary> <ul> <li><a href="7e790b799e"><code>7e790b7</code></a> version 3.7.5</li> <li><a href="f729053682"><code>f729053</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/dankogai/js-base64/issues/167">https://github.com/facebook/flipper/issues/167</a> from ctomacheski/main</li> <li><a href="a9a994f367"><code>a9a994f</code></a> improve performance by stop using the mapFn param on Uint8Array.from constructor</li> <li>See full diff in <a href="https://github.com/dankogai/js-base64/compare/3.7.4...3.7.5">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `dependabot rebase` will rebase this PR - `dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `dependabot merge` will merge this PR after your CI passes on it - `dependabot squash and merge` will squash and merge this PR after your CI passes on it - `dependabot cancel merge` will cancel a previously requested merge and block automerging - `dependabot reopen` will reopen this PR if it is closed - `dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Pull Request resolved: https://github.com/facebook/flipper/pull/4519 Reviewed By: mweststrate Differential Revision: D43305193 Pulled By: ivanmisuno fbshipit-source-id: e10eb134c079951e325c1f4d627eb1e60510c12d
This commit is contained in:
committed by
Facebook GitHub Bot
parent
f99bf3d15b
commit
df5ddf01a6
@@ -13,7 +13,7 @@
|
|||||||
"flipper-common": "0.0.0",
|
"flipper-common": "0.0.0",
|
||||||
"flipper-plugin-core": "0.0.0",
|
"flipper-plugin-core": "0.0.0",
|
||||||
"immer": "^9.0.18",
|
"immer": "^9.0.18",
|
||||||
"js-base64": "^3.7.4",
|
"js-base64": "^3.7.5",
|
||||||
"p-map": "^4.0.0",
|
"p-map": "^4.0.0",
|
||||||
"reconnecting-websocket": "^4.4.0",
|
"reconnecting-websocket": "^4.4.0",
|
||||||
"semver": "^7.3.7"
|
"semver": "^7.3.7"
|
||||||
|
|||||||
@@ -12,7 +12,7 @@
|
|||||||
"eventemitter3": "^4.0.7",
|
"eventemitter3": "^4.0.7",
|
||||||
"flipper-common": "0.0.0",
|
"flipper-common": "0.0.0",
|
||||||
"immer": "^9.0.18",
|
"immer": "^9.0.18",
|
||||||
"js-base64": "^3.7.4",
|
"js-base64": "^3.7.5",
|
||||||
"lodash": "^4.17.21",
|
"lodash": "^4.17.21",
|
||||||
"string-natural-compare": "^3.0.0"
|
"string-natural-compare": "^3.0.0"
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -20,7 +20,7 @@
|
|||||||
"flipper-common": "0.0.0",
|
"flipper-common": "0.0.0",
|
||||||
"flipper-plugin-core": "0.0.0",
|
"flipper-plugin-core": "0.0.0",
|
||||||
"immer": "^9.0.18",
|
"immer": "^9.0.18",
|
||||||
"js-base64": "^3.7.4",
|
"js-base64": "^3.7.5",
|
||||||
"lodash": "^4.17.21",
|
"lodash": "^4.17.21",
|
||||||
"react-color": "^2.19.3",
|
"react-color": "^2.19.3",
|
||||||
"react-element-to-jsx-string": "^14.3.4",
|
"react-element-to-jsx-string": "^14.3.4",
|
||||||
|
|||||||
@@ -27,7 +27,7 @@
|
|||||||
"fs-extra": "^11.1.0",
|
"fs-extra": "^11.1.0",
|
||||||
"http-proxy": "^1.18.1",
|
"http-proxy": "^1.18.1",
|
||||||
"invariant": "^2.2.4",
|
"invariant": "^2.2.4",
|
||||||
"js-base64": "^3.7.4",
|
"js-base64": "^3.7.5",
|
||||||
"lodash.memoize": "^4.1.2",
|
"lodash.memoize": "^4.1.2",
|
||||||
"memorystream": "^0.3.1",
|
"memorystream": "^0.3.1",
|
||||||
"node-fetch": "2",
|
"node-fetch": "2",
|
||||||
|
|||||||
@@ -27,7 +27,7 @@
|
|||||||
"flipper-ui-core": "0.0.0",
|
"flipper-ui-core": "0.0.0",
|
||||||
"hotkeys-js": "^3.9.3",
|
"hotkeys-js": "^3.9.3",
|
||||||
"immer": "^9.0.18",
|
"immer": "^9.0.18",
|
||||||
"js-base64": "^3.7.4",
|
"js-base64": "^3.7.5",
|
||||||
"jszip": "^3.10.1",
|
"jszip": "^3.10.1",
|
||||||
"lodash": "^4.17.21",
|
"lodash": "^4.17.21",
|
||||||
"lodash.memoize": "^4.1.2",
|
"lodash.memoize": "^4.1.2",
|
||||||
|
|||||||
@@ -10099,10 +10099,10 @@ jest@^26.6.3:
|
|||||||
import-local "^3.0.2"
|
import-local "^3.0.2"
|
||||||
jest-cli "^26.6.3"
|
jest-cli "^26.6.3"
|
||||||
|
|
||||||
js-base64@^3.7.4:
|
js-base64@^3.7.5:
|
||||||
version "3.7.4"
|
version "3.7.5"
|
||||||
resolved "https://registry.yarnpkg.com/js-base64/-/js-base64-3.7.4.tgz#af95b20f23efc8034afd2d1cc5b9d0adf7419037"
|
resolved "https://registry.yarnpkg.com/js-base64/-/js-base64-3.7.5.tgz#21e24cf6b886f76d6f5f165bfcd69cc55b9e3fca"
|
||||||
integrity sha512-wpM/wi20Tl+3ifTyi0RdDckS4YTD4Lf953mBRrpG8547T7hInHNPEj8+ck4gB8VDcGyeAWFK++Wb/fU1BeavKQ==
|
integrity sha512-3MEt5DTINKqfScXKfJFrRbxkrnk2AxPWGBL/ycjz4dK8iqiSJ06UxD8jh8xuh6p10TX4t2+7FsBYVxxQbMg+qA==
|
||||||
|
|
||||||
js-flipper@^0.146.1:
|
js-flipper@^0.146.1:
|
||||||
version "0.146.1"
|
version "0.146.1"
|
||||||
|
|||||||
Reference in New Issue
Block a user