Skip to content

Commit

Permalink
fix(deps): update dependency webextension-polyfill to ^0.11.0 (#232)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Apr 16, 2024
1 parent f54a79f commit aaa3764
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"react-use": "^17.5.0",
"superstruct": "^1.0.4",
"swr": "^2.2.5",
"webextension-polyfill": "^0.10.0"
"webextension-polyfill": "^0.11.0"
},
"devDependencies": {
"@babel/core": "^7.24.4",
Expand Down
11 changes: 7 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6103,10 +6103,13 @@ watchpack@^2.4.1:
glob-to-regexp "^0.4.1"
graceful-fs "^4.1.2"

webextension-polyfill@^0.10.0:
version "0.10.0"
resolved "https://registry.yarnpkg.com/webextension-polyfill/-/webextension-polyfill-0.10.0.tgz#ccb28101c910ba8cf955f7e6a263e662d744dbb8"
integrity sha512-c5s35LgVa5tFaHhrZDnr3FpQpjj1BB+RXhLTYUxGqBVN460HkbM8TBtEqdXWbpTKfzwCcjAZVF7zXCYSKtcp9g==
webextension-polyfill@^0.11.0:
version "0.11.0"
resolved "https://registry.yarnpkg.com/webextension-polyfill/-/webextension-polyfill-0.11.0.tgz#1640c0d27192424fd5b420237acbe453f88c8246"
integrity sha512-YUBSKQA0iCx2YtM75VFgvvcx1hLKaGGiph6a6UaUdSgk32VT9SzrcDAKBjeGHXoAZTnNBqS5skA4VfoKMXhEBA==
dependencies:
webpack "^5.91.0"
webpack-cli "^5.1.4"

webpack-cli@^5.1.4:
version "5.1.4"
Expand Down

0 comments on commit aaa3764

Please sign in to comment.