Skip to content

Commit 0d0e529

Browse files
Bump json-schema from 0.2.5 to 0.4.0 in /docs
Bumps [json-schema](https://github.com/kriszyp/json-schema) from 0.2.5 to 0.4.0. - [Release notes](https://github.com/kriszyp/json-schema/releases) - [Commits](kriszyp/json-schema@v0.2.5...v0.4.0) --- updated-dependencies: - dependency-name: json-schema dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 51ac4bc commit 0d0e529

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

docs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,7 @@
357357
"jsbn": "^1.1.0",
358358
"jsesc": "^3.0.1",
359359
"json-parse-better-errors": "^1.0.2",
360-
"json-schema": "^0.2.5",
360+
"json-schema": "^0.4.0",
361361
"json-schema-traverse": "^0.4.1",
362362
"json-stringify-safe": "^5.0.1",
363363
"json3": "^3.3.3",

docs/yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -5719,10 +5719,10 @@ json-schema@0.2.3:
57195719
resolved "https://registry.yarnpkg.com/json-schema/-/json-schema-0.2.3.tgz#b480c892e59a2f05954ce727bd3f2a4e882f9e13"
57205720
integrity sha1-tIDIkuWaLwWVTOcnvT8qTogvnhM=
57215721

5722-
json-schema@^0.2.5:
5723-
version "0.2.5"
5724-
resolved "https://registry.yarnpkg.com/json-schema/-/json-schema-0.2.5.tgz#97997f50972dd0500214e208c407efa4b5d7063b"
5725-
integrity sha512-gWJOWYFrhQ8j7pVm0EM8Slr+EPVq1Phf6lvzvD/WCeqkrx/f2xBI0xOsRRS9xCn3I4vKtP519dvs3TP09r24wQ==
5722+
json-schema@^0.4.0:
5723+
version "0.4.0"
5724+
resolved "https://registry.yarnpkg.com/json-schema/-/json-schema-0.4.0.tgz#f7de4cf6efab838ebaeb3236474cbba5a1930ab5"
5725+
integrity sha512-es94M3nTIfsEPisRafak+HDLfHXnKBhV3vU5eqPcS3flIWqcxJWgXHXiey3YrpaNsanY5ei1VoYEbOzijuq9BA==
57265726

57275727
json-stringify-safe@^5.0.1, json-stringify-safe@~5.0.1:
57285728
version "5.0.1"

0 commit comments

Comments
 (0)