Skip to content

Commit

Permalink
deps(browserify): update deep transitive dep to use recent acorn (#4813)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulirish authored Mar 19, 2018
1 parent 941b014 commit ab5071e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 8 deletions.
3 changes: 3 additions & 0 deletions lighthouse-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,8 @@
"run-sequence": "^1.1.5",
"through2": "^2.0.1"
},
"resolutions": {
"browserify/insert-module-globals/lexical-scope/astw": "2.2.0"
},
"dependencies": {}
}
16 changes: 8 additions & 8 deletions lighthouse-extension/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,6 @@ acorn-node@^1.3.0:
acorn "^5.4.1"
xtend "^4.0.1"

acorn@^1.0.3:
version "1.2.2"
resolved "https://registry.yarnpkg.com/acorn/-/acorn-1.2.2.tgz#c8ce27de0acc76d896d2b1fad3df588d9e82f014"

acorn@^2.7.0:
version "2.7.0"
resolved "https://registry.yarnpkg.com/acorn/-/acorn-2.7.0.tgz#ab6e7d9d886aaca8b085bc3312b79a198433f0e7"
Expand All @@ -34,6 +30,10 @@ acorn@^3.0.4:
version "3.3.0"
resolved "https://registry.yarnpkg.com/acorn/-/acorn-3.3.0.tgz#45e37fb39e8da3f25baee3ff5369e2bb5f22017a"

acorn@^4.0.3:
version "4.0.13"
resolved "https://registry.yarnpkg.com/acorn/-/acorn-4.0.13.tgz#105495ae5361d697bd195c825192e1ad7f253787"

acorn@^5.0.0, acorn@^5.4.1:
version "5.5.3"
resolved "https://registry.yarnpkg.com/acorn/-/acorn-5.5.3.tgz#f473dd47e0277a08e28e9bec5aeeb04751f0b8c9"
Expand Down Expand Up @@ -185,11 +185,11 @@ assign-symbols@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/assign-symbols/-/assign-symbols-1.0.0.tgz#59667f41fadd4f20ccbc2bb96b8d4f7f78ec0367"

astw@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/astw/-/astw-2.0.0.tgz#08121ac8288d35611c0ceec663f6cd545604897d"
astw@2.2.0, astw@^2.0.0:
version "2.2.0"
resolved "https://registry.yarnpkg.com/astw/-/astw-2.2.0.tgz#7bd41784d32493987aeb239b6b4e1c57a873b917"
dependencies:
acorn "^1.0.3"
acorn "^4.0.3"

babel-code-frame@^6.22.0:
version "6.26.0"
Expand Down

0 comments on commit ab5071e

Please sign in to comment.