Skip to content

Commit 01a72c2

Browse files
Update dependency json-schema to v0.4.0 [SECURITY]
1 parent 18b8ccb commit 01a72c2

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"dotenv": "8.6.0",
3737
"ejs": "3.1.6",
3838
"joi": "17.4.0",
39-
"json-schema": "0.3.0",
39+
"json-schema": "0.4.0",
4040
"jsonwebtoken": "8.5.1",
4141
"passport": "0.4.1",
4242
"passport-http-bearer": "1.0.1",

backend/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3828,10 +3828,10 @@ json-schema@0.2.3:
38283828
resolved "https://registry.yarnpkg.com/json-schema/-/json-schema-0.2.3.tgz#b480c892e59a2f05954ce727bd3f2a4e882f9e13"
38293829
integrity sha1-tIDIkuWaLwWVTOcnvT8qTogvnhM=
38303830

3831-
json-schema@0.3.0:
3832-
version "0.3.0"
3833-
resolved "https://registry.yarnpkg.com/json-schema/-/json-schema-0.3.0.tgz#90a9c5054bd065422c00241851ce8d59475b701b"
3834-
integrity sha512-TYfxx36xfl52Rf1LU9HyWSLGPdYLL+SQ8/E/0yVyKG8wCCDaSrhPap0vEdlsZWRaS6tnKKLPGiEJGiREVC8kxQ==
3831+
json-schema@0.4.0:
3832+
version "0.4.0"
3833+
resolved "https://registry.yarnpkg.com/json-schema/-/json-schema-0.4.0.tgz#f7de4cf6efab838ebaeb3236474cbba5a1930ab5"
3834+
integrity sha512-es94M3nTIfsEPisRafak+HDLfHXnKBhV3vU5eqPcS3flIWqcxJWgXHXiey3YrpaNsanY5ei1VoYEbOzijuq9BA==
38353835

38363836
json-stringify-safe@^5.0.1, json-stringify-safe@~5.0.1:
38373837
version "5.0.1"

0 commit comments

Comments
 (0)