|
274 | 274 | resolved "https://registry.yarnpkg.com/@types/diff/-/diff-4.0.2.tgz#2e9bb89f9acc3ab0108f0f3dc4dbdcf2fff8a99c" |
275 | 275 | integrity sha512-mIenTfsIe586/yzsyfql69KRnA75S8SVXQbTLpDejRrjH0QSJcpu3AUOi/Vjnt9IOsXKxPhJfGpQUNMueIU1fQ== |
276 | 276 |
|
277 | | -"@types/fs-extra@8.1.5": |
278 | | - version "8.1.5" |
279 | | - resolved "https://registry.yarnpkg.com/@types/fs-extra/-/fs-extra-8.1.5.tgz#33aae2962d3b3ec9219b5aca2555ee00274f5927" |
280 | | - integrity sha512-0dzKcwO+S8s2kuF5Z9oUWatQJj5Uq/iqphEtE3GQJVRRYm/tD1LglU2UnXi2A8jLq5umkGouOXOR9y0n613ZwQ== |
| 277 | +"@types/fs-extra@11.0.4": |
| 278 | + version "11.0.4" |
| 279 | + resolved "https://registry.yarnpkg.com/@types/fs-extra/-/fs-extra-11.0.4.tgz#e16a863bb8843fba8c5004362b5a73e17becca45" |
| 280 | + integrity sha512-yTbItCNreRooED33qjunPthRcSjERP1r4MqCZc7wv0u2sUkzTFp45tgUfS5+r7FrZPdmCCNflLhVSP/o+SemsQ== |
| 281 | + dependencies: |
| 282 | + "@types/jsonfile" "*" |
| 283 | + "@types/node" "*" |
| 284 | + |
| 285 | +"@types/jsonfile@*": |
| 286 | + version "6.1.4" |
| 287 | + resolved "https://registry.yarnpkg.com/@types/jsonfile/-/jsonfile-6.1.4.tgz#614afec1a1164e7d670b4a7ad64df3e7beb7b702" |
| 288 | + integrity sha512-D5qGUYwjvnNNextdU59/+fI+spnwtTFmyQP0h+PfIOSkNfpU6AOICUOkm4i0OnSk+NyjdPJrxCDro0sJsWlRpQ== |
281 | 289 | dependencies: |
282 | 290 | "@types/node" "*" |
283 | 291 |
|
@@ -1934,14 +1942,14 @@ foreground-child@^3.1.0: |
1934 | 1942 | cross-spawn "^7.0.0" |
1935 | 1943 | signal-exit "^4.0.1" |
1936 | 1944 |
|
1937 | | -fs-extra@8.1.0: |
1938 | | - version "8.1.0" |
1939 | | - resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-8.1.0.tgz#49d43c45a88cd9677668cb7be1b46efdb8d2e1c0" |
1940 | | - integrity sha512-yhlQgA6mnOJUKOsRUFsgJdQCvkKhcz8tlZG5HBQfReYZy46OwLcY+Zia0mtdHsOo9y/hP+CxMN0TU9QxoOtG4g== |
| 1945 | +fs-extra@11.3.1: |
| 1946 | + version "11.3.1" |
| 1947 | + resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-11.3.1.tgz#ba7a1f97a85f94c6db2e52ff69570db3671d5a74" |
| 1948 | + integrity sha512-eXvGGwZ5CL17ZSwHWd3bbgk7UUpF6IFHtP57NYYakPvHOs8GDgDe5KJI36jIJzDkJ6eJjuzRA8eBQb6SkKue0g== |
1941 | 1949 | dependencies: |
1942 | 1950 | graceful-fs "^4.2.0" |
1943 | | - jsonfile "^4.0.0" |
1944 | | - universalify "^0.1.0" |
| 1951 | + jsonfile "^6.0.1" |
| 1952 | + universalify "^2.0.0" |
1945 | 1953 |
|
1946 | 1954 | fs.realpath@^1.0.0: |
1947 | 1955 | version "1.0.0" |
@@ -3029,10 +3037,12 @@ json5@^2.1.2: |
3029 | 3037 | dependencies: |
3030 | 3038 | minimist "^1.2.5" |
3031 | 3039 |
|
3032 | | -jsonfile@^4.0.0: |
3033 | | - version "4.0.0" |
3034 | | - resolved "https://registry.yarnpkg.com/jsonfile/-/jsonfile-4.0.0.tgz#8771aae0799b64076b76640fca058f9c10e33ecb" |
3035 | | - integrity sha1-h3Gq4HmbZAdrdmQPygWPnBDjPss= |
| 3040 | +jsonfile@^6.0.1: |
| 3041 | + version "6.2.0" |
| 3042 | + resolved "https://registry.yarnpkg.com/jsonfile/-/jsonfile-6.2.0.tgz#7c265bd1b65de6977478300087c99f1c84383f62" |
| 3043 | + integrity sha512-FGuPw30AdOIUTRMC2OMRtQV+jkVj2cfPqSeWXv1NEAJ1qZ5zb1X6z1mFhbfOB/iy3ssJCD+3KuZ8r8C3uVFlAg== |
| 3044 | + dependencies: |
| 3045 | + universalify "^2.0.0" |
3036 | 3046 | optionalDependencies: |
3037 | 3047 | graceful-fs "^4.1.6" |
3038 | 3048 |
|
@@ -5171,10 +5181,10 @@ unist-util-stringify-position@^2.0.0: |
5171 | 5181 | dependencies: |
5172 | 5182 | "@types/unist" "^2.0.2" |
5173 | 5183 |
|
5174 | | -universalify@^0.1.0: |
5175 | | - version "0.1.2" |
5176 | | - resolved "https://registry.yarnpkg.com/universalify/-/universalify-0.1.2.tgz#b646f69be3942dabcecc9d6639c80dc105efaa66" |
5177 | | - integrity sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg== |
| 5184 | +universalify@^2.0.0: |
| 5185 | + version "2.0.1" |
| 5186 | + resolved "https://registry.yarnpkg.com/universalify/-/universalify-2.0.1.tgz#168efc2180964e6386d061e094df61afe239b18d" |
| 5187 | + integrity sha512-gptHNQghINnc/vTGIk0SOFGFNXw7JVrlRUtConJRlvaw6DuX0wO5Jeko9sWrMBhh+PsYAZ7oXAiOnf/UKogyiw== |
5178 | 5188 |
|
5179 | 5189 | uri-js@^4.2.2: |
5180 | 5190 | version "4.2.2" |
|
0 commit comments