Skip to content

Commit

Permalink
Pin dependencies (#1432)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and petong committed Mar 22, 2019
1 parent d85da74 commit 62614d3
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
6 changes: 3 additions & 3 deletions packages/augur-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
"babel-loader": "8.0.5",
"chai": "4.2.0",
"chai-as-promised": "7.1.1",
"child_process": "^1.0.2",
"child_process": "1.0.2",
"cross-env": "5.2.0",
"jest": "23.6.0",
"options-parser": "0.4.0",
Expand All @@ -114,7 +114,7 @@
"solium": "1.2.3",
"source-map-support": "0.5.9",
"ts-node": "7.0.1",
"typescript": "^3.3.3333",
"util": "^0.11.1"
"typescript": "3.3.3333",
"util": "0.11.1"
}
}
2 changes: 1 addition & 1 deletion packages/augur-state/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@augurproject/ethersjs-provider": "1.0.0-0",
"express": "4.16.4",
"flexsearch": "0.6.2",
"ganache-core": "^2.4.0",
"ganache-core": "2.4.0",
"io-ts": "1.4.2",
"lodash": "4.17.11",
"postinstall-build": "5.0.3",
Expand Down
20 changes: 10 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4461,7 +4461,7 @@ cheerio@^1.0.0-rc.2:
lodash "^4.15.0"
parse5 "^3.0.1"

child_process@^1.0.2:
[email protected]:
version "1.0.2"
resolved "https://registry.yarnpkg.com/child_process/-/child_process-1.0.2.tgz#b1f7e7fc73d25e7fd1d455adc94e143830182b5a"
integrity sha1-sffn/HPSXn/R1FWtyU4UODAYK1o=
Expand Down Expand Up @@ -8700,7 +8700,7 @@ functional-red-black-tree@^1.0.1:
resolved "https://registry.yarnpkg.com/functional-red-black-tree/-/functional-red-black-tree-1.0.1.tgz#1b0ab3bd553b2a0d6399d29c0e3ea0b252078327"
integrity sha1-GwqzvVU7Kg1jmdKcDj6gslIHgyc=

ganache-core@^2.4.0:
[email protected]:
version "2.4.0"
resolved "https://registry.yarnpkg.com/ganache-core/-/ganache-core-2.4.0.tgz#8593fc98db9b5fb14ce96736d843ca98e70b3344"
integrity sha512-T1wn3VOy1J4kxYXiOPMU/u8UDM6sWKNwUfYY8EpNPT0n8aS2P9jeHHPsZ/V/DH8pwQhhxC4JEEnXYBnmAec5Kg==
Expand Down Expand Up @@ -19278,7 +19278,7 @@ [email protected]:
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.3.3.tgz#f1657fc7daa27e1a8930758ace9ae8da31403221"
integrity sha512-Y21Xqe54TBVp+VDSNbuDYdGw0BpoR/Q6wo/+35M8PAU0vipahnyduJWirxxdxjsAkS7hue53x2zp8gz7F05u0A==

typescript@^3.3.3333:
[email protected]:
version "3.3.3333"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.3.3333.tgz#171b2c5af66c59e9431199117a3bcadc66fdcfd6"
integrity sha512-JjSKsAfuHBE/fB2oZ8NxtRTk5iGcg6hkYXMnZ3Wc+b2RSqejEqTaem11mHASMnFilHrax3sLK0GDzcJrekZYLw==
Expand Down Expand Up @@ -19677,20 +19677,20 @@ [email protected]:
dependencies:
inherits "2.0.1"

[email protected]:
version "0.11.1"
resolved "https://registry.yarnpkg.com/util/-/util-0.11.1.tgz#3236733720ec64bb27f6e26f421aaa2e1b588d61"
integrity sha512-HShAsny+zS2TZfaXxD9tYj4HQGlBezXZMZuM/S5PKLLoZkShZiGk9o5CzukI1LVHZvjdvZ2Sj1aW/Ndn2NB/HQ==
dependencies:
inherits "2.0.3"

util@^0.10.3, util@~0.10.1:
version "0.10.4"
resolved "https://registry.yarnpkg.com/util/-/util-0.10.4.tgz#3aa0125bfe668a4672de58857d3ace27ecb76901"
integrity sha512-0Pm9hTQ3se5ll1XihRic3FDIku70C+iHUdT/W926rSgHV5QgXsYbKZN8MSC3tJtSkhuROzvsQjAaFENRXr+19A==
dependencies:
inherits "2.0.3"

util@^0.11.1:
version "0.11.1"
resolved "https://registry.yarnpkg.com/util/-/util-0.11.1.tgz#3236733720ec64bb27f6e26f421aaa2e1b588d61"
integrity sha512-HShAsny+zS2TZfaXxD9tYj4HQGlBezXZMZuM/S5PKLLoZkShZiGk9o5CzukI1LVHZvjdvZ2Sj1aW/Ndn2NB/HQ==
dependencies:
inherits "2.0.3"

utila@^0.4.0, utila@~0.4:
version "0.4.0"
resolved "https://registry.yarnpkg.com/utila/-/utila-0.4.0.tgz#8a16a05d445657a3aea5eecc5b12a4fa5379772c"
Expand Down

0 comments on commit 62614d3

Please sign in to comment.