|
|
|
@ -3730,6 +3730,19 @@ copy-to-clipboard@^3.0.8:
|
|
|
|
|
dependencies:
|
|
|
|
|
toggle-selection "^1.0.6"
|
|
|
|
|
|
|
|
|
|
copyfiles@^2.4.0:
|
|
|
|
|
version "2.4.0"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/copyfiles/-/copyfiles-2.4.0.tgz#fcac72a4f2b882f021dd156b4bcf6d71315487bd"
|
|
|
|
|
integrity sha512-yGjpR3yjQdxccW8EcJ4a7ZCA6wGER6/Q2Y+b7bXbVxGeSHBf93i9d7MzTsx+VV1CpMKQa3v4ThZfXBcltMzl0w==
|
|
|
|
|
dependencies:
|
|
|
|
|
glob "^7.0.5"
|
|
|
|
|
minimatch "^3.0.3"
|
|
|
|
|
mkdirp "^1.0.4"
|
|
|
|
|
noms "0.0.0"
|
|
|
|
|
through2 "^2.0.1"
|
|
|
|
|
untildify "^4.0.0"
|
|
|
|
|
yargs "^15.3.1"
|
|
|
|
|
|
|
|
|
|
core-js-compat@^3.6.2:
|
|
|
|
|
version "3.6.5"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.6.5.tgz#2a51d9a4e25dfd6e690251aa81f99e3c05481f1c"
|
|
|
|
@ -7363,7 +7376,7 @@ minimalistic-crypto-utils@^1.0.0, minimalistic-crypto-utils@^1.0.1:
|
|
|
|
|
resolved "https://registry.yarnpkg.com/minimalistic-crypto-utils/-/minimalistic-crypto-utils-1.0.1.tgz#f6c00c1c0b082246e5c4d99dfb8c7c083b2b582a"
|
|
|
|
|
integrity sha1-9sAMHAsIIkblxNmd+4x8CDsrWCo=
|
|
|
|
|
|
|
|
|
|
minimatch@^3.0.4:
|
|
|
|
|
minimatch@^3.0.3, minimatch@^3.0.4:
|
|
|
|
|
version "3.0.4"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.0.4.tgz#5166e286457f03306064be5497e8dbb0c3d32083"
|
|
|
|
|
integrity sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==
|
|
|
|
@ -7443,7 +7456,7 @@ mkdirp-classic@^0.5.2, mkdirp-classic@^0.5.3:
|
|
|
|
|
dependencies:
|
|
|
|
|
minimist "^1.2.5"
|
|
|
|
|
|
|
|
|
|
mkdirp@^1.0.3:
|
|
|
|
|
mkdirp@^1.0.3, mkdirp@^1.0.4:
|
|
|
|
|
version "1.0.4"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-1.0.4.tgz#3eb5ed62622756d79a5f0e2a221dfebad75c2f7e"
|
|
|
|
|
integrity sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==
|
|
|
|
@ -7815,6 +7828,14 @@ nodemon@^2.0.4:
|
|
|
|
|
undefsafe "^2.0.2"
|
|
|
|
|
update-notifier "^4.0.0"
|
|
|
|
|
|
|
|
|
|
noms@0.0.0:
|
|
|
|
|
version "0.0.0"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/noms/-/noms-0.0.0.tgz#da8ebd9f3af9d6760919b27d9cdc8092a7332859"
|
|
|
|
|
integrity sha1-2o69nzr51nYJGbJ9nNyAkqczKFk=
|
|
|
|
|
dependencies:
|
|
|
|
|
inherits "^2.0.1"
|
|
|
|
|
readable-stream "~1.0.31"
|
|
|
|
|
|
|
|
|
|
nookies@^2.4.0:
|
|
|
|
|
version "2.4.0"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/nookies/-/nookies-2.4.0.tgz#1bd4eb244f54d6e622e8ff1c7aeca692892d292d"
|
|
|
|
@ -9382,6 +9403,16 @@ readable-stream@1.1.x:
|
|
|
|
|
string_decoder "^1.1.1"
|
|
|
|
|
util-deprecate "^1.0.1"
|
|
|
|
|
|
|
|
|
|
readable-stream@~1.0.31:
|
|
|
|
|
version "1.0.34"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-1.0.34.tgz#125820e34bc842d2f2aaafafe4c2916ee32c157c"
|
|
|
|
|
integrity sha1-Elgg40vIQtLyqq+v5MKRbuMsFXw=
|
|
|
|
|
dependencies:
|
|
|
|
|
core-util-is "~1.0.0"
|
|
|
|
|
inherits "~2.0.1"
|
|
|
|
|
isarray "0.0.1"
|
|
|
|
|
string_decoder "~0.10.x"
|
|
|
|
|
|
|
|
|
|
readdirp@^2.2.1:
|
|
|
|
|
version "2.2.1"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/readdirp/-/readdirp-2.2.1.tgz#0e87622a3325aa33e892285caf8b4e846529a525"
|
|
|
|
@ -10744,7 +10775,7 @@ thenify-all@^1.0.0:
|
|
|
|
|
dependencies:
|
|
|
|
|
any-promise "^1.0.0"
|
|
|
|
|
|
|
|
|
|
through2@^2.0.0, through2@^2.0.2:
|
|
|
|
|
through2@^2.0.0, through2@^2.0.1, through2@^2.0.2:
|
|
|
|
|
version "2.0.5"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/through2/-/through2-2.0.5.tgz#01c1e39eb31d07cb7d03a96a70823260b23132cd"
|
|
|
|
|
integrity sha512-/mrRod8xqpA+IHSLyGCQ2s8SPHiCDEeQJSep1jqLYeEUClOFG2Qsh+4FU6G9VeqpZnGW/Su8LQGc4YKni5rYSQ==
|
|
|
|
@ -11167,6 +11198,11 @@ unset-value@^1.0.0:
|
|
|
|
|
has-value "^0.3.1"
|
|
|
|
|
isobject "^3.0.0"
|
|
|
|
|
|
|
|
|
|
untildify@^4.0.0:
|
|
|
|
|
version "4.0.0"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/untildify/-/untildify-4.0.0.tgz#2bc947b953652487e4600949fb091e3ae8cd919b"
|
|
|
|
|
integrity sha512-KK8xQ1mkzZeg9inewmFVDNkg3l5LUhoq9kN6iWYB/CC9YMG8HA+c1Q8HwDe6dEX7kErrEVNVBO3fWsVq5iDgtw==
|
|
|
|
|
|
|
|
|
|
upath@^1.1.1:
|
|
|
|
|
version "1.2.0"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/upath/-/upath-1.2.0.tgz#8f66dbcd55a883acdae4408af8b035a5044c1894"
|
|
|
|
@ -11670,7 +11706,7 @@ yargs@^13.2.1:
|
|
|
|
|
y18n "^4.0.0"
|
|
|
|
|
yargs-parser "^13.1.2"
|
|
|
|
|
|
|
|
|
|
yargs@^15.0.0, yargs@^15.1.0:
|
|
|
|
|
yargs@^15.0.0, yargs@^15.1.0, yargs@^15.3.1:
|
|
|
|
|
version "15.4.1"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/yargs/-/yargs-15.4.1.tgz#0d87a16de01aee9d8bec2bfbf74f67851730f4f8"
|
|
|
|
|
integrity sha512-aePbxDmcYW++PaqBsJ+HYUFwCdv4LVvdnhBy78E57PIor8/OVvhMrADFFEDh8DHDFRv/O9i3lPhsENjO7QX0+A==
|
|
|
|
|