Skip to content

Commit

Permalink
deps: upgrade lighthouse-plugin-publisher-ads to 1.3.0 (#11660)
Browse files Browse the repository at this point in the history
  • Loading branch information
jburger424 committed Nov 13, 2020
1 parent 5cfcb25 commit 0a4598a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@
"isomorphic-fetch": "^2.2.1",
"jest": "^24.9.0",
"jsdom": "^12.2.0",
"lighthouse-plugin-publisher-ads": "^1.2.0",
"lighthouse-plugin-publisher-ads": "^1.3.0",
"lodash.clonedeep": "^4.5.0",
"npm-run-posix-or-windows": "^2.0.2",
"nyc": "^13.3.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -371,14 +371,14 @@ Auditing: Latency of first ad render
Computing artifact: AdRenderTime
Computing artifact: LanternAdRenderTime
Auditing: GPT and bids loaded in parallel
Auditing: GPT tag is loaded from recommended host
Auditing: GPT tag is loaded from an official source
Auditing: Ad tag is loaded over HTTPS
Auditing: Ad scripts are loaded statically
Auditing: Header bidding is parallelized
Auditing: Tag load time
Computing artifact: TagLoadTime
Computing artifact: LanternTagLoadTime
Auditing: Ad density in initial viewport is within recommended range
Auditing: Ad density is within recommended range
Auditing: Cumulative ad shift
Generating results...

Expand Down Expand Up @@ -487,7 +487,7 @@ list: notApplicable
listitem: notApplicable
load-fast-enough-for-pwa: flaky
loads-ad-tag-over-https: notApplicable
loads-gpt-from-sgdn: notApplicable
loads-gpt-from-official-source: notApplicable
logical-tab-order: manual
long-tasks: flaky
main-thread-tasks: informative
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5149,10 +5149,10 @@ lighthouse-logger@^1.0.0, lighthouse-logger@^1.2.0:
debug "^2.6.8"
marky "^1.2.0"

lighthouse-plugin-publisher-ads@^1.2.0:
version "1.2.0"
resolved "https://registry.yarnpkg.com/lighthouse-plugin-publisher-ads/-/lighthouse-plugin-publisher-ads-1.2.0.tgz#3b14ce66f439727d95160e386f9d1f85b5480c51"
integrity sha512-u1ufb/oX9LQOF1G6PPBYJ7B6golY8OunoqFRYEEHk8CtdLPkbXe7FKIaUj9sz5G65BvkMtCgtTa2YIjKXwjP4w==
lighthouse-plugin-publisher-ads@^1.3.0:
version "1.3.0"
resolved "https://registry.yarnpkg.com/lighthouse-plugin-publisher-ads/-/lighthouse-plugin-publisher-ads-1.3.0.tgz#ed4fa2500371d5e3e3607af562210498928f609a"
integrity sha512-1y90fx8wH1VxsrMhqsxeQCLv7rDepzVxuh143ZvhznoBVnioE4UJ38XjUi2VaxDidd1Yfk6hPscT5IAfx559Xg==
dependencies:
"@tusbar/cache-control" "^0.3.1"
esprima "^4.0.1"
Expand Down

0 comments on commit 0a4598a

Please sign in to comment.