From aea23d4286caa04e596b7b668119d5a5c9a8c5c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Apr 2022 19:04:03 +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.9.0. - [Release notes](https://github.com/mozilla/webextension-polyfill/releases) - [Commits](https://github.com/mozilla/webextension-polyfill/compare/0.8.0...0.9.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..348e022 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.9.0", "xdb-digitalbits-sdk": "^8.2.2" } }