Skip to content
This repository has been archived by the owner on Jan 18, 2024. It is now read-only.

Commit

Permalink
[xdl] Lock down the versions of pacote and npm-package-arg
Browse files Browse the repository at this point in the history
  • Loading branch information
fson committed Nov 26, 2018
1 parent b644531 commit f60201d
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 35 deletions.
2 changes: 1 addition & 1 deletion packages/expo-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
"klaw-sync": "^6.0.0",
"lodash": "^4.17.4",
"match-require": "^2.1.0",
"npm-package-arg": "^6.1.0",
"npm-package-arg": "6.1.0",
"ora": "^1.3.0",
"progress": "^2.0.0",
"qrcode-terminal": "^0.11.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/xdl/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"node-forge": "^0.7.4",
"opn": "^4.0.2",
"p-timeout": "^2.0.1",
"pacote": "^9.2.3",
"pacote": "9.2.3",
"plist": "^2.1.0",
"prop-types": "^15.5.10",
"querystring": "^0.2.0",
Expand Down
66 changes: 33 additions & 33 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10378,6 +10378,39 @@ package-json@^5.0.0:
registry-url "^3.1.0"
semver "^5.5.0"

pacote@9.2.3:
version "9.2.3"
resolved "https://registry.yarnpkg.com/pacote/-/pacote-9.2.3.tgz#48cfe87beb9177acd6594355a584a538835424b3"
integrity sha512-Y3+yY3nBRAxMlZWvr62XLJxOwCmG9UmkGZkFurWHoCjqF0cZL72cTOCRJTvWw8T4OhJS2RTg13x4oYYriauvEw==
dependencies:
bluebird "^3.5.2"
cacache "^11.2.0"
figgy-pudding "^3.5.1"
get-stream "^4.1.0"
glob "^7.1.3"
lru-cache "^4.1.3"
make-fetch-happen "^4.0.1"
minimatch "^3.0.4"
minipass "^2.3.5"
mississippi "^3.0.0"
mkdirp "^0.5.1"
normalize-package-data "^2.4.0"
npm-package-arg "^6.1.0"
npm-packlist "^1.1.12"
npm-pick-manifest "^2.2.3"
npm-registry-fetch "^3.8.0"
osenv "^0.1.5"
promise-inflight "^1.0.1"
promise-retry "^1.1.1"
protoduck "^5.0.1"
rimraf "^2.6.2"
safe-buffer "^5.1.2"
semver "^5.6.0"
ssri "^6.0.1"
tar "^4.4.6"
unique-filename "^1.1.1"
which "^1.3.1"

pacote@^9.1.0:
version "9.1.0"
resolved "https://registry.yarnpkg.com/pacote/-/pacote-9.1.0.tgz#59810859bbd72984dcb267269259375d32f391e5"
Expand Down Expand Up @@ -10411,39 +10444,6 @@ pacote@^9.1.0:
unique-filename "^1.1.0"
which "^1.3.0"

pacote@^9.2.3:
version "9.2.3"
resolved "https://registry.yarnpkg.com/pacote/-/pacote-9.2.3.tgz#48cfe87beb9177acd6594355a584a538835424b3"
integrity sha512-Y3+yY3nBRAxMlZWvr62XLJxOwCmG9UmkGZkFurWHoCjqF0cZL72cTOCRJTvWw8T4OhJS2RTg13x4oYYriauvEw==
dependencies:
bluebird "^3.5.2"
cacache "^11.2.0"
figgy-pudding "^3.5.1"
get-stream "^4.1.0"
glob "^7.1.3"
lru-cache "^4.1.3"
make-fetch-happen "^4.0.1"
minimatch "^3.0.4"
minipass "^2.3.5"
mississippi "^3.0.0"
mkdirp "^0.5.1"
normalize-package-data "^2.4.0"
npm-package-arg "^6.1.0"
npm-packlist "^1.1.12"
npm-pick-manifest "^2.2.3"
npm-registry-fetch "^3.8.0"
osenv "^0.1.5"
promise-inflight "^1.0.1"
promise-retry "^1.1.1"
protoduck "^5.0.1"
rimraf "^2.6.2"
safe-buffer "^5.1.2"
semver "^5.6.0"
ssri "^6.0.1"
tar "^4.4.6"
unique-filename "^1.1.1"
which "^1.3.1"

pako@~1.0.5:
version "1.0.6"
resolved "https://registry.yarnpkg.com/pako/-/pako-1.0.6.tgz#0101211baa70c4bca4a0f63f2206e97b7dfaf258"
Expand Down

0 comments on commit f60201d

Please sign in to comment.