Skip to content

Commit

Permalink
fix: 🐛 bump json-schema-serializer
Browse files Browse the repository at this point in the history
  • Loading branch information
streamich committed Feb 26, 2021
1 parent 870667c commit c413bc4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
},
"keywords": [],
"dependencies": {
"json-schema-serializer": "1.0.1",
"json-schema-serializer": "1.0.2",
"ts-brand-json": "0.1.1",
"rxjs": "6",
"fast-deep-equal": "3.1.3",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3913,10 +3913,10 @@ json-parse-even-better-errors@^2.3.0:
resolved "https://registry.yarnpkg.com/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz#7c47805a94319928e05777405dc12e1f7a4ee02d"
integrity sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==

[email protected].1:
version "1.0.1"
resolved "https://registry.yarnpkg.com/json-schema-serializer/-/json-schema-serializer-1.0.1.tgz#b7c0dc64ec0a759a10f0d39ff0347a291ea0bffb"
integrity sha512-96r02xFM6zmPcCdKfoTbtN5rV83qn6mSN+0UAA59v+4PJpKvL1KST6TzdqziUzRpLpm3Y6JHIFiDsT2TRYeUng==
[email protected].2:
version "1.0.2"
resolved "https://registry.yarnpkg.com/json-schema-serializer/-/json-schema-serializer-1.0.2.tgz#d2b3f5eb4d892cfd376f1c8fd722b757d6460219"
integrity sha512-3GJiadhiQQHe/I6OTR2FKABjYyb7KNiPZGo6q6HLGeTHGvP2y6m6IEPRr9Wt00FCNqjYC6UlgWilkHWlVSpz+A==

json-schema-traverse@^0.4.1:
version "0.4.1"
Expand Down

0 comments on commit c413bc4

Please sign in to comment.