Skip to content

Commit

Permalink
Update extension dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
filips123 committed May 18, 2023
1 parent b69ef85 commit 5f49fd4
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions extension/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3137,16 +3137,16 @@ find-up@^5.0.0:
locate-path "^6.0.0"
path-exists "^4.0.0"

firefox-profile@4.2.2:
version "4.2.2"
resolved "https://registry.yarnpkg.com/firefox-profile/-/firefox-profile-4.2.2.tgz#1c7c78d103e2fe4102154e0300dbc17124847db5"
integrity sha512-3kI17Xl9dL9AeRkpV1yahsJ+UbekkPtlQswKrIsTY1NLgxtEOR4R19rjGGz5+7/rP8Jt6fvxHk+Bai9R6Eai3w==
firefox-profile@4.3.2:
version "4.3.2"
resolved "https://registry.yarnpkg.com/firefox-profile/-/firefox-profile-4.3.2.tgz#01f423c8a899695ef46d46f997d5f91c9dc5c93d"
integrity sha512-/C+Eqa0YgIsQT2p66p7Ygzqe7NlE/GNTbhw2SBCm5V3OsWDPITNdTPEcH2Q2fe7eMpYYNPKdUcuVioZBZiR6kA==
dependencies:
adm-zip "~0.5.x"
fs-extra "~9.0.1"
ini "~2.0.0"
minimist "^1.2.5"
xml2js "~0.4.23"
xml2js "^0.5.0"

[email protected], first-chunk-stream@^3.0.0:
version "3.0.0"
Expand Down Expand Up @@ -6402,9 +6402,9 @@ weak-lru-cache@^1.2.2:
integrity sha512-DEAoo25RfSYMuTGc9vPJzZcZullwIqRDSI9LOy+fkCJPi6hykCnfKaXTuPBDuXAUcqHXyOgFtHNp/kB2FjYHbw==

web-ext@^7.6.0:
version "7.6.0"
resolved "https://registry.yarnpkg.com/web-ext/-/web-ext-7.6.0.tgz#b18343bcc4a89b3b708e3fa81d26f917fcc2d402"
integrity sha512-VF3itErsAH15Lsp/0S21v/m5t0OifFTwft9F4lAbagmeuJd6eIeuif4cFkfKQ+jVpI2x30Pey9qiE4bdKYc5CA==
version "7.6.2"
resolved "https://registry.yarnpkg.com/web-ext/-/web-ext-7.6.2.tgz#70c3cd64b915e32819a99630c4c60758017e6512"
integrity sha512-xlxbzgFBIS/UWWlvWxyR1PIqRRzDj1cutoHh+VZu4ZTcJTfv35KVdKkLRZv4PQwHu4dg8VfTg7WEcNP4QLaaFQ==
dependencies:
"@babel/runtime" "7.21.0"
"@devicefarmer/adbkit" "3.2.3"
Expand All @@ -6415,7 +6415,7 @@ web-ext@^7.6.0:
debounce "1.2.1"
decamelize "6.0.0"
es6-error "4.1.1"
firefox-profile "4.2.2"
firefox-profile "4.3.2"
fs-extra "11.1.0"
fx-runner "1.3.0"
import-fresh "3.3.0"
Expand Down Expand Up @@ -6554,10 +6554,10 @@ xdg-basedir@^5.0.1, xdg-basedir@^5.1.0:
resolved "https://registry.yarnpkg.com/xdg-basedir/-/xdg-basedir-5.1.0.tgz#1efba19425e73be1bc6f2a6ceb52a3d2c884c0c9"
integrity sha512-GCPAHLvrIH13+c0SuacwvRYj2SxJXQ4kaVTT5xgL3kPrz56XxkF21IGhjSE1+W0aw7gpBWRGXLCPnPby6lSpmQ==

xml2js@~0.4.23:
version "0.4.23"
resolved "https://registry.yarnpkg.com/xml2js/-/xml2js-0.4.23.tgz#a0c69516752421eb2ac758ee4d4ccf58843eac66"
integrity sha512-ySPiMjM0+pLDftHgXY4By0uswI3SPKLDw/i3UXbnO8M/p28zqexCUoPmQFrYD+/1BzhGJSs2i1ERWKJAtiLrug==
xml2js@^0.5.0:
version "0.5.0"
resolved "https://registry.yarnpkg.com/xml2js/-/xml2js-0.5.0.tgz#d9440631fbb2ed800203fad106f2724f62c493b7"
integrity sha512-drPFnkQJik/O+uPKpqSgr22mpuFHqKdbS835iAQrUC73L2F5WkboIRd63ai/2Yg6I1jzifPFKH2NTK+cfglkIA==
dependencies:
sax ">=0.6.0"
xmlbuilder "~11.0.0"
Expand Down

0 comments on commit 5f49fd4

Please sign in to comment.