Skip to content
This repository was archived by the owner on Mar 23, 2021. It is now read-only.

Commit 8df806c

Browse files
Bump json-schema-to-typescript from 7.1.0 to 8.0.0 in /api_tests
Bumps [json-schema-to-typescript](https://github.com/bcherny/json-schema-to-typescript) from 7.1.0 to 8.0.0. - [Release notes](https://github.com/bcherny/json-schema-to-typescript/releases) - [Changelog](https://github.com/bcherny/json-schema-to-typescript/blob/master/CHANGELOG.md) - [Commits](https://github.com/bcherny/json-schema-to-typescript/commits) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent c6d7719 commit 8df806c

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

api_tests/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"ethers": "^4.0.40",
4747
"get-port": "^5.0.0",
4848
"glob": "^7.1.6",
49-
"json-schema-to-typescript": "^7.1.0",
49+
"json-schema-to-typescript": "^8.0.0",
5050
"log4js": "^6.1.0",
5151
"mocha": "^6.2.2",
5252
"multiaddr": "^7.2.1",

api_tests/yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1861,10 +1861,10 @@ json-schema-ref-parser@^6.1.0:
18611861
js-yaml "^3.12.1"
18621862
ono "^4.0.11"
18631863

1864-
json-schema-to-typescript@^7.1.0:
1865-
version "7.1.0"
1866-
resolved "https://registry.yarnpkg.com/json-schema-to-typescript/-/json-schema-to-typescript-7.1.0.tgz#c98a8647718551a40f324448f53508d73c087911"
1867-
integrity sha512-7tQyQzR+0NyI2iPjkqLLe4ncaxov1oIAFRM+BI8DDs7wxVIXsd0GWoZJIPsNQePIDr7N/LCkYtkEEDvY7dhGzA==
1864+
json-schema-to-typescript@^8.0.0:
1865+
version "8.0.0"
1866+
resolved "https://registry.yarnpkg.com/json-schema-to-typescript/-/json-schema-to-typescript-8.0.0.tgz#3dbe5df6cc6ffcb3a11b00ca09ee80428a01e96d"
1867+
integrity sha512-nysHY6mks7qfbO2wXNzYzLRtDAzJeb1euEBDZLKuwK1mD+bt4L7o6PR6ZPJOJKWx6OAdSLPWK9DYmXjtqhKwfg==
18681868
dependencies:
18691869
"@types/json-schema" "^7.0.3"
18701870
"@types/node" ">=4.5.0"
@@ -1875,7 +1875,7 @@ json-schema-to-typescript@^7.1.0:
18751875
lodash "^4.17.11"
18761876
minimist "^1.2.0"
18771877
mz "^2.7.0"
1878-
prettier "^1.18.2"
1878+
prettier "^1.19.1"
18791879
stdin "0.0.1"
18801880

18811881
json-schema-traverse@^0.4.1:
@@ -2389,7 +2389,7 @@ performance-now@^2.1.0:
23892389
resolved "https://registry.yarnpkg.com/performance-now/-/performance-now-2.1.0.tgz#6309f4e0e5fa913ec1c69307ae364b4b377c9e7b"
23902390
integrity sha1-Ywn04OX6kT7BxpMHrjZLSzd8nns=
23912391

2392-
prettier@^1.18.2, prettier@^1.19.1:
2392+
prettier@^1.19.1:
23932393
version "1.19.1"
23942394
resolved "https://registry.yarnpkg.com/prettier/-/prettier-1.19.1.tgz#f7d7f5ff8a9cd872a7be4ca142095956a60797cb"
23952395
integrity sha512-s7PoyDv/II1ObgQunCbB9PdLmUcBZcnWOcxDh7O0N/UwDEsHyqkW+Qh28jW+mVuCdx7gLB0BotYI1Y6uI9iyew==

0 commit comments

Comments
 (0)