Skip to content

Commit d656059

Browse files
Bump json-schema from 0.2.5 to 0.4.0
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] <[email protected]>
1 parent 6c5e35e commit d656059

File tree

3 files changed

+9
-34
lines changed

3 files changed

+9
-34
lines changed

package-lock.json

Lines changed: 7 additions & 27 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@
371371
"jsesc": "^2.5.2",
372372
"json-parse-better-errors": "^1.0.2",
373373
"json-parse-even-better-errors": "^2.3.1",
374-
"json-schema": "^0.2.3",
374+
"json-schema": "^0.4.0",
375375
"json-schema-traverse": "^0.4.1",
376376
"json-stringify-safe": "^5.0.1",
377377
"json3": "^3.3.3",

yarn.lock

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5122,16 +5122,11 @@ json-schema-traverse@^1.0.0:
51225122
resolved "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz"
51235123
integrity sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==
51245124

5125-
5125+
[email protected], json-schema@^0.4.0:
51265126
version "0.4.0"
51275127
resolved "https://registry.npmjs.org/json-schema/-/json-schema-0.4.0.tgz"
51285128
integrity sha512-es94M3nTIfsEPisRafak+HDLfHXnKBhV3vU5eqPcS3flIWqcxJWgXHXiey3YrpaNsanY5ei1VoYEbOzijuq9BA==
51295129

5130-
json-schema@^0.2.3:
5131-
version "0.2.5"
5132-
resolved "https://registry.npmjs.org/json-schema/-/json-schema-0.2.5.tgz"
5133-
integrity sha512-gWJOWYFrhQ8j7pVm0EM8Slr+EPVq1Phf6lvzvD/WCeqkrx/f2xBI0xOsRRS9xCn3I4vKtP519dvs3TP09r24wQ==
5134-
51355130
json-stringify-safe@^5.0.1, json-stringify-safe@~5.0.1:
51365131
version "5.0.1"
51375132
resolved "https://registry.npmjs.org/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz"

0 commit comments

Comments
 (0)