Skip to content

Commit

Permalink
deps(browserify): update deep transitive dependency to use recent acorn
Browse files Browse the repository at this point in the history
  • Loading branch information
paulirish committed Mar 19, 2018
1 parent 1ba7d5a commit 9ac25f4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 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": "github:goto-bus-stop/astw#new-acorn"
},
"dependencies": {}
}
15 changes: 6 additions & 9 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,7 +30,7 @@ acorn@^3.0.4:
version "3.3.0"
resolved "https://registry.yarnpkg.com/acorn/-/acorn-3.3.0.tgz#45e37fb39e8da3f25baee3ff5369e2bb5f22017a"

acorn@^5.0.0, acorn@^5.4.1:
acorn@^5.0.0, acorn@^5.2.1, 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 +181,12 @@ 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.0.0, "astw@github:goto-bus-stop/astw#new-acorn":
version "2.2.0"
resolved "https://codeload.github.com/goto-bus-stop/astw/tar.gz/c1131eb355f90e2053f3abec016f1e07972269ae"
dependencies:
acorn "^1.0.3"
acorn "^5.2.1"
xtend "^4.0.1"

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

0 comments on commit 9ac25f4

Please sign in to comment.