Skip to content

Commit

Permalink
fix(sec): update the "json-schema" version from package.json to solve…
Browse files Browse the repository at this point in the history
… json-schema vulnerability (#9289)
  • Loading branch information
kushagra-apptware authored Nov 28, 2023
1 parent 03be68c commit ac7fa56
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion datahub-web-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@
},
"resolutions": {
"@ant-design/colors": "6.0.0",
"refractor": "3.3.1"
"refractor": "3.3.1",
"json-schema": "0.4.0"
}
}
8 changes: 4 additions & 4 deletions datahub-web-react/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10793,10 +10793,10 @@ json-schema-traverse@^1.0.0:
resolved "https://registry.yarnpkg.com/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz#ae7bcb3656ab77a73ba5c49bf654f38e6b6860e2"
integrity sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==

[email protected]:
version "0.2.3"
resolved "https://registry.yarnpkg.com/json-schema/-/json-schema-0.2.3.tgz#b480c892e59a2f05954ce727bd3f2a4e882f9e13"
integrity sha1-tIDIkuWaLwWVTOcnvT8qTogvnhM=
[email protected], [email protected]:
version "0.4.0"
resolved "https://registry.yarnpkg.com/json-schema/-/json-schema-0.4.0.tgz#f7de4cf6efab838ebaeb3236474cbba5a1930ab5"
integrity sha512-es94M3nTIfsEPisRafak+HDLfHXnKBhV3vU5eqPcS3flIWqcxJWgXHXiey3YrpaNsanY5ei1VoYEbOzijuq9BA==

json-schema@^0.4.0:
version "0.4.0"
Expand Down

0 comments on commit ac7fa56

Please sign in to comment.