Skip to content

Commit

Permalink
fix: lock webextesion-polyfill to 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vvvvvv1vvvvvv committed Sep 29, 2023
1 parent dbb5f78 commit 5151310
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@
"uuid": "^9.0.0",
"web3-eth-abi": "^1.7.0",
"web3-utils": "^1.7.0",
"webextension-polyfill": "^0.10.0"
"webextension-polyfill": "0.7.0"
},
"devDependencies": {
"@sentry/webpack-plugin": "^1.18.9",
Expand Down
5 changes: 5 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -14876,6 +14876,11 @@ web3-utils@^1.6.0:
randombytes "^2.1.0"
utf8 "3.0.0"

[email protected]:
version "0.7.0"
resolved "https://registry.yarnpkg.com/webextension-polyfill/-/webextension-polyfill-0.7.0.tgz#0df1120ff0266056319ce1a622b09ad8d4a56505"
integrity sha512-su48BkMLxqzTTvPSE1eWxKToPS2Tv5DLGxKexLEVpwFd6Po6N8hhSLIvG6acPAg7qERoEaDL+Y5HQJeJeml5Aw==

webextension-polyfill@^0.10.0:
version "0.10.0"
resolved "https://registry.yarnpkg.com/webextension-polyfill/-/webextension-polyfill-0.10.0.tgz#ccb28101c910ba8cf955f7e6a263e662d744dbb8"
Expand Down

0 comments on commit 5151310

Please sign in to comment.