mirror of
https://github.com/Unleash/unleash.git
synced 2025-04-19 01:17:18 +02:00
fix: update resolutions
This commit is contained in:
parent
3d0146cca7
commit
0717b281fa
@ -20,16 +20,19 @@
|
||||
"unleash-server": "file:../build"
|
||||
},
|
||||
"resolutions": {
|
||||
"async": "^3.2.3",
|
||||
"async": "^3.2.4",
|
||||
"db-migrate/rc/minimist": "^1.2.5",
|
||||
"es5-ext": "0.10.62",
|
||||
"knex/liftoff/object.map/**/kind-of": "^6.0.3",
|
||||
"knex/liftoff/findup-sync/micromatc/kind-of": "^6.0.3",
|
||||
"knex/liftoff/findup-sync/micromatc/nanomatch/kind-of": "^6.0.3",
|
||||
"knex/liftoff/findup-sync/micromatch/define-property/**/kind-of": "^6.0.3",
|
||||
"node-forge": "^1.0.0",
|
||||
"set-value": "^4.0.1",
|
||||
"ansi-regex": "^5.0.1",
|
||||
"ssh2": "^1.4.0",
|
||||
"json-schema": "^0.4.0"
|
||||
"json-schema": "^0.4.0",
|
||||
"minimatch": "^3.0.5"
|
||||
},
|
||||
"overrides": {
|
||||
"set-value": "^4.0.1",
|
||||
|
@ -98,7 +98,7 @@
|
||||
},
|
||||
"resolutions": {
|
||||
"@codemirror/state": "6.1.2",
|
||||
"@xmldom/xmldom": "^0.8.0"
|
||||
"@xmldom/xmldom": "^0.8.4"
|
||||
},
|
||||
"jest": {
|
||||
"moduleNameMapper": {
|
||||
|
@ -2777,10 +2777,10 @@
|
||||
magic-string "^0.26.7"
|
||||
react-refresh "^0.14.0"
|
||||
|
||||
"@xmldom/xmldom@^0.7.5", "@xmldom/xmldom@^0.8.0":
|
||||
version "0.8.3"
|
||||
resolved "https://registry.yarnpkg.com/@xmldom/xmldom/-/xmldom-0.8.3.tgz#beaf980612532aa9a3004aff7e428943aeaa0711"
|
||||
integrity sha512-Lv2vySXypg4nfa51LY1nU8yDAGo/5YwF+EY/rUZgIbfvwVARcd67ttCM8SMsTeJy51YhHYavEq+FS6R0hW9PFQ==
|
||||
"@xmldom/xmldom@^0.7.5", "@xmldom/xmldom@^0.8.4":
|
||||
version "0.8.5"
|
||||
resolved "https://registry.yarnpkg.com/@xmldom/xmldom/-/xmldom-0.8.5.tgz#7f4b797cfda39355b512b4cfcc66b49b5d93d5f3"
|
||||
integrity sha512-0dpjDLeCXYThL2YhqZcd/spuwoH+dmnFoND9ZxZkAYxp1IJUB2GP16ow2MJRsjVxy8j1Qv8BJRmN5GKnbDKCmQ==
|
||||
|
||||
"@zxing/text-encoding@0.9.0":
|
||||
version "0.9.0"
|
||||
|
Loading…
Reference in New Issue
Block a user