Skip to content

Commit ac7fa56

Browse files
fix(sec): update the "json-schema" version from package.json to solve json-schema vulnerability (#9289)
1 parent 03be68c commit ac7fa56

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

datahub-web-react/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,7 @@
148148
},
149149
"resolutions": {
150150
"@ant-design/colors": "6.0.0",
151-
"refractor": "3.3.1"
151+
"refractor": "3.3.1",
152+
"json-schema": "0.4.0"
152153
}
153154
}

datahub-web-react/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10793,10 +10793,10 @@ json-schema-traverse@^1.0.0:
1079310793
resolved "https://registry.yarnpkg.com/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz#ae7bcb3656ab77a73ba5c49bf654f38e6b6860e2"
1079410794
integrity sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==
1079510795

10796-
10797-
version "0.2.3"
10798-
resolved "https://registry.yarnpkg.com/json-schema/-/json-schema-0.2.3.tgz#b480c892e59a2f05954ce727bd3f2a4e882f9e13"
10799-
integrity sha1-tIDIkuWaLwWVTOcnvT8qTogvnhM=
10796+
10797+
version "0.4.0"
10798+
resolved "https://registry.yarnpkg.com/json-schema/-/json-schema-0.4.0.tgz#f7de4cf6efab838ebaeb3236474cbba5a1930ab5"
10799+
integrity sha512-es94M3nTIfsEPisRafak+HDLfHXnKBhV3vU5eqPcS3flIWqcxJWgXHXiey3YrpaNsanY5ei1VoYEbOzijuq9BA==
1080010800

1080110801
json-schema@^0.4.0:
1080210802
version "0.4.0"

0 commit comments

Comments
 (0)