Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update browser-core to v7.43 #490

Merged
merged 2 commits into from Jan 30, 2020
Merged
Changes from all commits
Commits
File filter
Filter file types
Jump to
Jump to file
Failed to load files.

Always

Just for now

@@ -30,17 +30,9 @@ const background = baseBackground({
});

class GhosteryModule extends Module {
get backgroundModule() {
get _module() {
return background;
}

get WindowModule() {
return class {
init() {}

unload() {}
};
}
}

export default GhosteryModule;
@@ -505,6 +505,13 @@
dependencies:
tldts-experimental "^5.3.1"

"@cliqz/url-parser@^1.1.1":
version "1.1.1"
resolved "https://registry.yarnpkg.com/@cliqz/url-parser/-/url-parser-1.1.1.tgz#53dbc764e19b509beb55bc7e29f5cb099b297c89"
integrity sha512-qV5ziZF1nioIt7KbS+akm8y+a7mD7Tm390Lh75Ocrf++PBCTac8gpbWnIUb4/bW6FduR/CZNUTjoT0/RqPwGmw==
dependencies:
tldts-experimental "^5.3.1"

"@cnakazawa/watch@^1.0.3":
version "1.0.3"
resolved "https://registry.yarnpkg.com/@cnakazawa/watch/-/watch-1.0.3.tgz#099139eaec7ebf07a27c1786a3ff64f39464d2ef"
@@ -3959,6 +3966,17 @@ handlebars@^4.5.3:
optionalDependencies:
uglify-js "^3.1.4"

handlebars@^4.5.3:
version "4.7.2"
resolved "https://registry.yarnpkg.com/handlebars/-/handlebars-4.7.2.tgz#01127b3840156a0927058779482031afe0e730d7"
integrity sha512-4PwqDL2laXtTWZghzzCtunQUTLbo31pcCJrd/B/9JP8XbhVzpS5ZXuKqlOzsd1rtcaLo4KqAn8nl8mkknS4MHw==
dependencies:
neo-async "^2.6.0"
optimist "^0.6.1"
source-map "^0.6.1"
optionalDependencies:
uglify-js "^3.1.4"

har-schema@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/har-schema/-/har-schema-2.0.0.tgz#a94c2224ebcac04782a0d9035521f24735b7ec92"
ProTip! Use n and p to navigate between commits in a pull request.