mirror of
https://github.com/grafana/grafana.git
synced 2025-02-15 10:03:33 -06:00
Update dependency dompurify to v3 (#81638)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
5c258b7a4b
commit
0633f5501c
@ -41,7 +41,7 @@
|
||||
"@types/string-hash": "1.1.3",
|
||||
"d3-interpolate": "3.0.1",
|
||||
"date-fns": "3.3.1",
|
||||
"dompurify": "^2.4.3",
|
||||
"dompurify": "^3.0.0",
|
||||
"eventemitter3": "5.0.1",
|
||||
"fast_array_intersect": "1.1.0",
|
||||
"history": "4.10.1",
|
||||
@ -70,7 +70,7 @@
|
||||
"@testing-library/jest-dom": "6.4.0",
|
||||
"@testing-library/react": "14.2.0",
|
||||
"@testing-library/user-event": "14.5.2",
|
||||
"@types/dompurify": "^2",
|
||||
"@types/dompurify": "^3.0.0",
|
||||
"@types/history": "4.7.11",
|
||||
"@types/jest": "29.5.11",
|
||||
"@types/jquery": "3.5.29",
|
||||
|
21
yarn.lock
21
yarn.lock
@ -3235,7 +3235,7 @@ __metadata:
|
||||
"@testing-library/react": "npm:14.2.0"
|
||||
"@testing-library/user-event": "npm:14.5.2"
|
||||
"@types/d3-interpolate": "npm:^3.0.0"
|
||||
"@types/dompurify": "npm:^2"
|
||||
"@types/dompurify": "npm:^3.0.0"
|
||||
"@types/history": "npm:4.7.11"
|
||||
"@types/jest": "npm:29.5.11"
|
||||
"@types/jquery": "npm:3.5.29"
|
||||
@ -3250,7 +3250,7 @@ __metadata:
|
||||
"@types/tinycolor2": "npm:1.4.6"
|
||||
d3-interpolate: "npm:3.0.1"
|
||||
date-fns: "npm:3.3.1"
|
||||
dompurify: "npm:^2.4.3"
|
||||
dompurify: "npm:^3.0.0"
|
||||
esbuild: "npm:0.18.12"
|
||||
eventemitter3: "npm:5.0.1"
|
||||
fast_array_intersect: "npm:1.1.0"
|
||||
@ -8484,12 +8484,12 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@types/dompurify@npm:^2":
|
||||
version: 2.4.0
|
||||
resolution: "@types/dompurify@npm:2.4.0"
|
||||
"@types/dompurify@npm:^3.0.0":
|
||||
version: 3.0.5
|
||||
resolution: "@types/dompurify@npm:3.0.5"
|
||||
dependencies:
|
||||
"@types/trusted-types": "npm:*"
|
||||
checksum: 10/02771f206873d2b32fcd5c3c20a64a9f089d8376aaef9b7ebe07e0e78127e9518374730de0df39b7ee15ab90ac0bf4df7350c0f7fce4717a3342e1a4a5bd15ed
|
||||
checksum: 10/e544b3ce53c41215cabff3d89256ff707c7ee8e0c9a1b5034b22014725d288b16e6942cdcdeeb4221c578c3421a6a4721aa0676431f55d7abd18c07368855c5e
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
@ -14645,13 +14645,20 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"dompurify@npm:^2.2.0, dompurify@npm:^2.4.3":
|
||||
"dompurify@npm:^2.2.0":
|
||||
version: 2.4.5
|
||||
resolution: "dompurify@npm:2.4.5"
|
||||
checksum: 10/d764c2ff126b3749dad35bc34eed40f51141d7dfd620e938c92f08d68c32beeb259d06abadeee91f6e2a8c8737ce670e2124ac9a257ba3bcdc666598cebcde01
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"dompurify@npm:^3.0.0":
|
||||
version: 3.0.8
|
||||
resolution: "dompurify@npm:3.0.8"
|
||||
checksum: 10/671fa18bd4bcb1a6ff2e59ecf919f807615b551e7add8834b27751d4e0f3d754a67725482d1efdd259317cadcaaccb72a8afc3aba829ac59730e760041591a1a
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"domutils@npm:^2.5.2, domutils@npm:^2.6.0":
|
||||
version: 2.8.0
|
||||
resolution: "domutils@npm:2.8.0"
|
||||
|
Loading…
Reference in New Issue
Block a user