From 1eeb2d28b4a153086ba6dcf5d936d34ed55417d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Sep 2022 19:05:48 +0000 Subject: [PATCH] build(deps): bump webextension-polyfill in /@bajetech/astrax-api Bumps [webextension-polyfill](https://github.com/mozilla/webextension-polyfill) from 0.8.0 to 0.10.0. - [Release notes](https://github.com/mozilla/webextension-polyfill/releases) - [Commits](https://github.com/mozilla/webextension-polyfill/compare/0.8.0...0.10.0) --- updated-dependencies: - dependency-name: webextension-polyfill dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- @bajetech/astrax-api/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/@bajetech/astrax-api/package.json b/@bajetech/astrax-api/package.json index bcddef8..7935531 100644 --- a/@bajetech/astrax-api/package.json +++ b/@bajetech/astrax-api/package.json @@ -32,7 +32,7 @@ "@types/webextension-polyfill": "^0.8.0", "prettier": "^2.3.2", "typescript": "^4.4.2", - "webextension-polyfill": "^0.8.0", + "webextension-polyfill": "^0.10.0", "xdb-digitalbits-sdk": "^8.2.2" } }