Skip to content

Commit 67b3601

Browse files
authored
Merge pull request #46 from ivangabriele/bump-json-schema-from-0.3.0-to-0.4.0
Bump json-schema from 0.3.0 to 0.4.0
2 parents 43d2786 + 9525cb6 commit 67b3601

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
},
4444
"dependencies": {
4545
"@typescript-eslint/experimental-utils": "^5.0.0",
46-
"json-schema": "^0.3.0",
46+
"json-schema": "^0.4.0",
4747
"natural-compare-lite": "^1.4.0"
4848
},
4949
"devDependencies": {

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5040,10 +5040,10 @@ json-schema-traverse@^0.4.1:
50405040
resolved "https://registry.yarnpkg.com/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz#69f6a87d9513ab8bb8fe63bdb0979c448e684660"
50415041
integrity sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==
50425042

5043-
json-schema@^0.3.0:
5044-
version "0.3.0"
5045-
resolved "https://registry.yarnpkg.com/json-schema/-/json-schema-0.3.0.tgz#90a9c5054bd065422c00241851ce8d59475b701b"
5046-
integrity sha512-TYfxx36xfl52Rf1LU9HyWSLGPdYLL+SQ8/E/0yVyKG8wCCDaSrhPap0vEdlsZWRaS6tnKKLPGiEJGiREVC8kxQ==
5043+
json-schema@^0.4.0:
5044+
version "0.4.0"
5045+
resolved "https://registry.yarnpkg.com/json-schema/-/json-schema-0.4.0.tgz#f7de4cf6efab838ebaeb3236474cbba5a1930ab5"
5046+
integrity sha512-es94M3nTIfsEPisRafak+HDLfHXnKBhV3vU5eqPcS3flIWqcxJWgXHXiey3YrpaNsanY5ei1VoYEbOzijuq9BA==
50475047

50485048
json-stable-stringify-without-jsonify@^1.0.1:
50495049
version "1.0.1"

0 commit comments

Comments
 (0)