diff --git a/@bajetech/astrax-api/package.json b/@bajetech/astrax-api/package.json index bcddef8..8e72588 100644 --- a/@bajetech/astrax-api/package.json +++ b/@bajetech/astrax-api/package.json @@ -29,7 +29,7 @@ "dependencies": { "@stellar/prettier-config": "^1.0.1", "@stellar/wallet-sdk": "^0.5.0-rc.0", - "@types/webextension-polyfill": "^0.8.0", + "@types/webextension-polyfill": "^0.8.3", "prettier": "^2.3.2", "typescript": "^4.4.2", "webextension-polyfill": "^0.8.0", diff --git a/@shared/api/package.json b/@shared/api/package.json index fb30c6a..883934f 100644 --- a/@shared/api/package.json +++ b/@shared/api/package.json @@ -5,7 +5,7 @@ "private": true, "dependencies": { "@stellar/wallet-sdk": "^0.5.0-rc.0", - "@types/webextension-polyfill": "^0.8.0", + "@types/webextension-polyfill": "^0.8.3", "prettier": "^2.3.2", "stellar-sdk": "^8.2.5", "typescript": "^4.4.2", diff --git a/extension/package.json b/extension/package.json index 597e3ca..d8f3e1c 100644 --- a/extension/package.json +++ b/extension/package.json @@ -32,7 +32,7 @@ "@types/react-redux": "^7.1.7", "@types/react-router-dom": "^5.3.0", "@types/redux": "^3.6.0", - "@types/webextension-polyfill": "^0.8.0", + "@types/webextension-polyfill": "^0.8.3", "@types/yup": "^0.29.13", "bignumber.js": "^9.0.1", "buffer": "^6.0.3", diff --git a/yarn.lock b/yarn.lock index 9b87039..08c3142 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1889,10 +1889,10 @@ resolved "https://registry.yarnpkg.com/@types/urijs/-/urijs-1.19.13.tgz#0bd025b65df8ee5f038bbf6f1cb2e95160b49a56" integrity sha512-Wg/E8Q+ylkR6JElTwOcjG7kM99/iJz28E9RKr8syOxssRs3gWchsziUkb+Nr254aUBWHY0QiScGAfIx4lKI3/g== -"@types/webextension-polyfill@^0.8.0": - version "0.8.0" - resolved "https://registry.yarnpkg.com/@types/webextension-polyfill/-/webextension-polyfill-0.8.0.tgz#6c40740eec531de412f6ceba27bb2cad4a24907c" - integrity sha512-usmQx2snpNkVl2VoOGZCdrPnfHL+CjuSFy84ZdTwQ2b2cvyygF/zGW5YI6Zywk+bfq9zmYpORO9lmdN7DknpRw== +"@types/webextension-polyfill@^0.8.3": + version "0.8.3" + resolved "https://registry.yarnpkg.com/@types/webextension-polyfill/-/webextension-polyfill-0.8.3.tgz#eb601b3fcf524f0ecf7d7579ccbd237928d0dda7" + integrity sha512-GN+Hjzy9mXjWoXKmaicTegv3FJ0WFZ3aYz77Wk8TMp1IY3vEzvzj1vnsa0ggV7vMI1i+PUxe4qqnIJKCzf9aTg== "@types/webpack-sources@*": version "3.2.0"