1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-02-04 00:18:01 +01:00

fix: pin @xmldom/xmldom to v0.7.6

This commit is contained in:
Ivar Conradi Østhus 2022-10-18 20:51:08 +02:00
parent bd4e648eae
commit e52611debd
No known key found for this signature in database
GPG Key ID: 31AC596886B0BD09
2 changed files with 6 additions and 5 deletions

View File

@ -97,7 +97,8 @@
"whatwg-fetch": "3.6.2" "whatwg-fetch": "3.6.2"
}, },
"resolutions": { "resolutions": {
"@codemirror/state": "6.1.2" "@codemirror/state": "6.1.2",
"@xmldom/xmldom": "^0.7.6"
}, },
"jest": { "jest": {
"moduleNameMapper": { "moduleNameMapper": {

View File

@ -2711,10 +2711,10 @@
magic-string "^0.26.2" magic-string "^0.26.2"
react-refresh "^0.14.0" react-refresh "^0.14.0"
"@xmldom/xmldom@^0.7.5": "@xmldom/xmldom@^0.7.5", "@xmldom/xmldom@^0.7.6":
version "0.7.5" version "0.7.6"
resolved "https://registry.yarnpkg.com/@xmldom/xmldom/-/xmldom-0.7.5.tgz#09fa51e356d07d0be200642b0e4f91d8e6dd408d" resolved "https://registry.yarnpkg.com/@xmldom/xmldom/-/xmldom-0.7.6.tgz#6f55073fa73e65776bd85826958b98c8cd1457b5"
integrity sha512-V3BIhmY36fXZ1OtVcI9W+FxQqxVLsPKcNjWigIaa81dLC9IolJl5Mt4Cvhmr0flUnjSpTdrbMTSbXqYqV5dT6A== integrity sha512-HHXP9hskkFQHy8QxxUXkS7946FFIhYVfGqsk0WLwllmexN9x/+R4UBLvurHEuyXRfVEObVR8APuQehykLviwSQ==
"@zxing/text-encoding@0.9.0": "@zxing/text-encoding@0.9.0":
version "0.9.0" version "0.9.0"