File tree Expand file tree Collapse file tree 3 files changed +6
-9
lines changed Expand file tree Collapse file tree 3 files changed +6
-9
lines changed Original file line number Diff line number Diff line change 19
19
"async-mutex" : " ^0.2.6" ,
20
20
"babel-polyfill" : " ^6.26.0" ,
21
21
"cron-validator" : " ^1.1.1" ,
22
- "dompurify" : " ^2.3.8 " ,
22
+ "dompurify" : " ^2.4.1 " ,
23
23
"elastic-builder" : " ^2.7.1" ,
24
24
"enzyme-adapter-react-16" : " ^1.15.5" ,
25
25
"jest-fetch-mock" : " ^3.0.3" ,
Original file line number Diff line number Diff line change @@ -2508,10 +2508,10 @@ domhandler@^3.0, domhandler@^3.0.0:
2508
2508
dependencies :
2509
2509
domelementtype "^2.0.1"
2510
2510
2511
- dompurify@^2.3.8 :
2512
- version "2.3.8 "
2513
- resolved "https://registry.yarnpkg.com/dompurify/-/dompurify-2.3.8 .tgz#224fe9ae57d7ebd9a1ae1ac18c1c1ca3f532226f "
2514
- integrity sha512-eVhaWoVibIzqdGYjwsBWodIQIaXFSB+cKDf4cfxLMsK0xiud6SE+/WCVx/Xw/UwQsa4cS3T2eITcdtmTg2UKcw ==
2511
+ dompurify@^2.4.1 :
2512
+ version "2.4.1 "
2513
+ resolved "https://registry.yarnpkg.com/dompurify/-/dompurify-2.4.1 .tgz#f9cb1a275fde9af6f2d0a2644ef648dd6847b631 "
2514
+ integrity sha512-ewwFzHzrrneRjxzmK6oVz/rZn9VWspGFRDb4/rRtIsM1n36t9AKma/ye8syCpcw+XJ25kOK/hOG7t1j2I2yBqA ==
2515
2515
2516
2516
domutils@^2.0.0 :
2517
2517
version "2.2.0"
Original file line number Diff line number Diff line change @@ -27,7 +27,6 @@ buildscript {
27
27
common_utils_version = System . getProperty(" common_utils.version" , opensearch_build)
28
28
job_scheduler_version = System . getProperty(" job_scheduler.version" , opensearch_build)
29
29
kotlin_version = System . getProperty(" kotlin.version" , " 1.6.0" )
30
- jackson_version = " 2.14.1"
31
30
}
32
31
33
32
repositories {
@@ -166,10 +165,8 @@ dependencies {
166
165
implementation group : ' com.google.guava' , name : ' guava' , version : ' 31.0.1-jre'
167
166
implementation " org.json:json:20180813"
168
167
implementation group : ' com.github.wnameless.json' , name : ' json-flattener' , version : ' 0.15.1'
169
- // json-base, jackson-databind, jackson-annotations are transitive dependencies by json-flattener
168
+ // json-base is transitive dependencies by json-flattener
170
169
implementation group : ' com.github.wnameless.json' , name : ' json-base' , version : ' 2.2.1'
171
- implementation " com.fasterxml.jackson.core:jackson-databind:${ jackson_version} "
172
- implementation " com.fasterxml.jackson.core:jackson-annotations:${ jackson_version} "
173
170
implementation ' org.jsoup:jsoup:1.15.3'
174
171
implementation ' com.google.code.gson:gson:2.8.9'
175
172
implementation " org.jetbrains.kotlin:kotlin-test:${ kotlin_version} "
You can’t perform that action at this time.
0 commit comments