Skip to content

Commit 291607e

Browse files
authored
Bump dompurify and jsonpath-plus dependencies (#449)
1 parent 0fe040e commit 291607e

File tree

2 files changed

+18
-10
lines changed

2 files changed

+18
-10
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"@grafana/ui": "10.4.2",
3636
"dayjs": "^1.10.4",
3737
"jsonata": "^1.8.7",
38-
"jsonpath-plus": "^10.2.0",
38+
"jsonpath-plus": "^10.3.0",
3939
"memory-cache": "^0.2.0",
4040
"moment": "2.29.4",
4141
"react": "17.0.2",
@@ -84,7 +84,8 @@
8484
},
8585
"resolutions": {
8686
"uplot": "1.6.31",
87-
"jackspeak": "2.1.1"
87+
"jackspeak": "2.1.1",
88+
"dompurify": "3.2.4"
8889
},
8990
"packageManager": "yarn@1.22.19"
9091
}

yarn.lock

Lines changed: 15 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2241,6 +2241,11 @@
22412241
resolved "https://registry.yarnpkg.com/@types/tough-cookie/-/tough-cookie-4.0.3.tgz#3d06b6769518450871fbc40770b7586334bdfd90"
22422242
integrity sha512-THo502dA5PzG/sfQH+42Lw3fvmYkceefOspdCwpHRul8ik2Jv1K8I5OZz1AT3/rs46kwgMCe9bSBmDLYkkOMGg==
22432243

2244+
"@types/trusted-types@^2.0.7":
2245+
version "2.0.7"
2246+
resolved "https://registry.yarnpkg.com/@types/trusted-types/-/trusted-types-2.0.7.tgz#baccb07a970b91707df3a3e8ba6896c57ead2d11"
2247+
integrity sha512-ScaPdn1dQczgbl0QFTeTOmVHFULt394XJgOQNoyVhZ6r2vLnMLJfBPd53SB52T/3G36VI1/g2MZaX0cwDuXsfw==
2248+
22442249
"@types/uuid@^8.3.3":
22452250
version "8.3.4"
22462251
resolved "https://registry.yarnpkg.com/@types/uuid/-/uuid-8.3.4.tgz#bd86a43617df0594787d38b735f55c805becf1bc"
@@ -4002,10 +4007,12 @@ domexception@^4.0.0:
40024007
dependencies:
40034008
webidl-conversions "^7.0.0"
40044009

4005-
dompurify@^3.0.0:
4006-
version "3.1.6"
4007-
resolved "https://registry.yarnpkg.com/dompurify/-/dompurify-3.1.6.tgz#43c714a94c6a7b8801850f82e756685300a027e2"
4008-
integrity sha512-cTOAhc36AalkjtBpfG6O8JimdTMWNXjiePT2xQH/ppBGi/4uIpmj8eKyIkMJErXWARyINV/sB38yf8JCLF5pbQ==
4010+
dompurify@3.2.4, dompurify@^3.0.0:
4011+
version "3.2.4"
4012+
resolved "https://registry.yarnpkg.com/dompurify/-/dompurify-3.2.4.tgz#af5a5a11407524431456cf18836c55d13441cd8e"
4013+
integrity sha512-ysFSFEDVduQpyhzAob/kkuJjf5zWkZD8/A9ywSp1byueyuCfHamrCBa14/Oc2iiB0e51B+NpxSl5gmzn+Ms/mg==
4014+
optionalDependencies:
4015+
"@types/trusted-types" "^2.0.7"
40094016

40104017
dot-prop@^5.2.0:
40114018
version "5.3.0"
@@ -5997,10 +6004,10 @@ jsonfile@^6.0.1:
59976004
optionalDependencies:
59986005
graceful-fs "^4.1.6"
59996006

6000-
jsonpath-plus@^10.2.0:
6001-
version "10.2.0"
6002-
resolved "https://registry.yarnpkg.com/jsonpath-plus/-/jsonpath-plus-10.2.0.tgz#84d680544d9868579cc7c8f59bbe153a5aad54c4"
6003-
integrity sha512-T9V+8iNYKFL2n2rF+w02LBOT2JjDnTjioaNFrxRy0Bv1y/hNsqR/EBK7Ojy2ythRHwmz2cRIls+9JitQGZC/sw==
6007+
jsonpath-plus@^10.3.0:
6008+
version "10.3.0"
6009+
resolved "https://registry.yarnpkg.com/jsonpath-plus/-/jsonpath-plus-10.3.0.tgz#59e22e4fa2298c68dfcd70659bb47f0cad525238"
6010+
integrity sha512-8TNmfeTCk2Le33A3vRRwtuworG/L5RrgMvdjhKZxvyShO+mBu2fP50OWUjRLNtvw344DdDarFh9buFAZs5ujeA==
60046011
dependencies:
60056012
"@jsep-plugin/assignment" "^1.3.0"
60066013
"@jsep-plugin/regex" "^1.0.4"

0 commit comments

Comments
 (0)