Skip to content

Commit abe1106

Browse files
authored
Merge pull request #9 from wopian/security
build(security): update json-schema to ^0.4.0
2 parents 47acbe7 + f4e1231 commit abe1106

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
"ajv": ">=8"
7070
},
7171
"dependencies": {
72-
"json-schema": "^0.3.0",
72+
"json-schema": "^0.4.0",
7373
"jsonpointer": "^5.0.0",
7474
"leven": "^3.1.0"
7575
},
@@ -89,4 +89,4 @@
8989
"errors",
9090
"human"
9191
]
92-
}
92+
}

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5716,10 +5716,10 @@ json-schema@0.2.3:
57165716
resolved "https://registry.npmjs.org/json-schema/-/json-schema-0.2.3.tgz"
57175717
integrity sha1-tIDIkuWaLwWVTOcnvT8qTogvnhM=
57185718

5719-
json-schema@^0.3.0:
5720-
version "0.3.0"
5721-
resolved "https://registry.npmjs.org/json-schema/-/json-schema-0.3.0.tgz"
5722-
integrity sha512-TYfxx36xfl52Rf1LU9HyWSLGPdYLL+SQ8/E/0yVyKG8wCCDaSrhPap0vEdlsZWRaS6tnKKLPGiEJGiREVC8kxQ==
5719+
json-schema@^0.4.0:
5720+
version "0.4.0"
5721+
resolved "https://registry.yarnpkg.com/json-schema/-/json-schema-0.4.0.tgz#f7de4cf6efab838ebaeb3236474cbba5a1930ab5"
5722+
integrity sha512-es94M3nTIfsEPisRafak+HDLfHXnKBhV3vU5eqPcS3flIWqcxJWgXHXiey3YrpaNsanY5ei1VoYEbOzijuq9BA==
57235723

57245724
json-stable-stringify-without-jsonify@^1.0.1:
57255725
version "1.0.1"

0 commit comments

Comments
 (0)