|
407 | 407 | json5 "^2.2.2"
|
408 | 408 | semver "^6.3.0"
|
409 | 409 |
|
| 410 | + |
| 411 | + version "7.21.3" |
| 412 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.21.3.tgz#cf1c877284a469da5d1ce1d1e53665253fae712e" |
| 413 | + integrity sha512-qIJONzoa/qiHghnm0l1n4i/6IIziDpzqc36FBs4pzMhDUraHqponwJLiAKm1hGLP3OSB/TVNz6rMwVGpwxxySw== |
| 414 | + dependencies: |
| 415 | + "@ampproject/remapping" "^2.2.0" |
| 416 | + "@babel/code-frame" "^7.18.6" |
| 417 | + "@babel/generator" "^7.21.3" |
| 418 | + "@babel/helper-compilation-targets" "^7.20.7" |
| 419 | + "@babel/helper-module-transforms" "^7.21.2" |
| 420 | + "@babel/helpers" "^7.21.0" |
| 421 | + "@babel/parser" "^7.21.3" |
| 422 | + "@babel/template" "^7.20.7" |
| 423 | + "@babel/traverse" "^7.21.3" |
| 424 | + "@babel/types" "^7.21.3" |
| 425 | + convert-source-map "^1.7.0" |
| 426 | + debug "^4.1.0" |
| 427 | + gensync "^1.0.0-beta.2" |
| 428 | + json5 "^2.2.2" |
| 429 | + semver "^6.3.0" |
| 430 | + |
410 | 431 | "@babel/ [email protected]", "@babel/generator@^7.19.3", "@babel/generator@^7.21.0", "@babel/generator@^7.21.1":
|
411 | 432 | version "7.21.1"
|
412 | 433 | resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.21.1.tgz#951cc626057bc0af2c35cd23e9c64d384dea83dd"
|
|
417 | 438 | "@jridgewell/trace-mapping" "^0.3.17"
|
418 | 439 | jsesc "^2.5.1"
|
419 | 440 |
|
| 441 | +"@babel/ [email protected]", "@babel/generator@^7.21.3": |
| 442 | + version "7.21.3" |
| 443 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.21.3.tgz#232359d0874b392df04045d72ce2fd9bb5045fce" |
| 444 | + integrity sha512-QS3iR1GYC/YGUnW7IdggFeN5c1poPUurnGttOV/bZgPGV+izC/D8HnD6DLwod0fsatNyVn1G3EVWMYIF0nHbeA== |
| 445 | + dependencies: |
| 446 | + "@babel/types" "^7.21.3" |
| 447 | + "@jridgewell/gen-mapping" "^0.3.2" |
| 448 | + "@jridgewell/trace-mapping" "^0.3.17" |
| 449 | + jsesc "^2.5.1" |
| 450 | + |
420 | 451 | "@babel/ [email protected]", "@babel/helper-annotate-as-pure@^7.18.6":
|
421 | 452 | version "7.18.6"
|
422 | 453 | resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.18.6.tgz#eaa49f6f80d5a33f9a5dd2276e6d6e451be0a6bb"
|
|
635 | 666 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.21.2.tgz#dacafadfc6d7654c3051a66d6fe55b6cb2f2a0b3"
|
636 | 667 | integrity sha512-URpaIJQwEkEC2T9Kn+Ai6Xe/02iNaVCuT/PtoRz3GPVJVDpPd7mLo+VddTbhCRU9TXqW5mSrQfXZyi8kDKOVpQ==
|
637 | 668 |
|
| 669 | +"@babel/parser@^7.21.3": |
| 670 | + version "7.21.3" |
| 671 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.21.3.tgz#1d285d67a19162ff9daa358d4cb41d50c06220b3" |
| 672 | + integrity sha512-lobG0d7aOfQRXh8AyklEAgZGvA4FShxo6xQbUrrT/cNBPUdIDojlokwJsQyCC/eKia7ifqM0yP+2DRZ4WKw2RQ== |
| 673 | + |
638 | 674 | "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.18.6":
|
639 | 675 | version "7.18.6"
|
640 | 676 | resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.18.6.tgz#da5b8f9a580acdfbe53494dba45ea389fb09a4d2"
|
|
1277 | 1313 | debug "^4.1.0"
|
1278 | 1314 | globals "^11.1.0"
|
1279 | 1315 |
|
| 1316 | +"@babel/traverse@^7.21.3": |
| 1317 | + version "7.21.3" |
| 1318 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.21.3.tgz#4747c5e7903d224be71f90788b06798331896f67" |
| 1319 | + integrity sha512-XLyopNeaTancVitYZe2MlUEvgKb6YVVPXzofHgqHijCImG33b/uTurMS488ht/Hbsb2XK3U2BnSTxKVNGV3nGQ== |
| 1320 | + dependencies: |
| 1321 | + "@babel/code-frame" "^7.18.6" |
| 1322 | + "@babel/generator" "^7.21.3" |
| 1323 | + "@babel/helper-environment-visitor" "^7.18.9" |
| 1324 | + "@babel/helper-function-name" "^7.21.0" |
| 1325 | + "@babel/helper-hoist-variables" "^7.18.6" |
| 1326 | + "@babel/helper-split-export-declaration" "^7.18.6" |
| 1327 | + "@babel/parser" "^7.21.3" |
| 1328 | + "@babel/types" "^7.21.3" |
| 1329 | + debug "^4.1.0" |
| 1330 | + globals "^11.1.0" |
| 1331 | + |
1280 | 1332 | "@babel/types@^7.0.0", "@babel/types@^7.18.6", "@babel/types@^7.18.9", "@babel/types@^7.19.3", "@babel/types@^7.20.0", "@babel/types@^7.20.2", "@babel/types@^7.20.5", "@babel/types@^7.20.7", "@babel/types@^7.21.0", "@babel/types@^7.21.2", "@babel/types@^7.3.0", "@babel/types@^7.4.4":
|
1281 | 1333 | version "7.21.2"
|
1282 | 1334 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.21.2.tgz#92246f6e00f91755893c2876ad653db70c8310d1"
|
|
1286 | 1338 | "@babel/helper-validator-identifier" "^7.19.1"
|
1287 | 1339 | to-fast-properties "^2.0.0"
|
1288 | 1340 |
|
| 1341 | +"@babel/types@^7.21.3": |
| 1342 | + version "7.21.3" |
| 1343 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.21.3.tgz#4865a5357ce40f64e3400b0f3b737dc6d4f64d05" |
| 1344 | + integrity sha512-sBGdETxC+/M4o/zKC0sl6sjWv62WFR/uzxrJ6uYyMLZOUlPnwzw0tKgVHOXxaAd5l2g8pEDM5RZ495GPQI77kg== |
| 1345 | + dependencies: |
| 1346 | + "@babel/helper-string-parser" "^7.19.4" |
| 1347 | + "@babel/helper-validator-identifier" "^7.19.1" |
| 1348 | + to-fast-properties "^2.0.0" |
| 1349 | + |
1289 | 1350 |
|
1290 | 1351 | version "1.12.1"
|
1291 | 1352 | resolved "https://registry.yarnpkg.com/@bazel/bazelisk/-/bazelisk-1.12.1.tgz#346531286564aa29eee03a62362d210f3433e7bf"
|
@@ -7474,6 +7535,14 @@ klona@^2.0.4, klona@^2.0.5:
|
7474 | 7535 | resolved "https://registry.yarnpkg.com/klona/-/klona-2.0.6.tgz#85bffbf819c03b2f53270412420a4555ef882e22"
|
7475 | 7536 | integrity sha512-dhG34DXATL5hSxJbIexCft8FChFXtmskoZYnoPWjXQuebWYCNkVeV3KkGegCK9CP1oswI/vQibS2GY7Em/sJJA==
|
7476 | 7537 |
|
| 7538 | +launch-editor@^2.6.0: |
| 7539 | + version "2.6.0" |
| 7540 | + resolved "https://registry.yarnpkg.com/launch-editor/-/launch-editor-2.6.0.tgz#4c0c1a6ac126c572bd9ff9a30da1d2cae66defd7" |
| 7541 | + integrity sha512-JpDCcQnyAAzZZaZ7vEiSqL690w7dAEyLao+KC96zBplnYbJS7TYNjvM3M7y3dGz+v7aIsJk3hllWuc0kWAjyRQ== |
| 7542 | + dependencies: |
| 7543 | + picocolors "^1.0.0" |
| 7544 | + shell-quote "^1.7.3" |
| 7545 | + |
7477 | 7546 |
|
7478 | 7547 | version "11.1.0"
|
7479 | 7548 | resolved "https://registry.yarnpkg.com/less-loader/-/less-loader-11.1.0.tgz#a452384259bdf8e4f6d5fdcc39543609e6313f82"
|
|
9913 | 9982 | immutable "^4.0.0"
|
9914 | 9983 | source-map-js ">=0.6.2 <2.0.0"
|
9915 | 9984 |
|
9916 |
| - |
| 9985 | + |
| 9986 | + version "1.59.3" |
| 9987 | + resolved "https://registry.yarnpkg.com/sass/-/sass-1.59.3.tgz#a1ddf855d75c70c26b4555df4403e1bbf8e4403f" |
| 9988 | + integrity sha512-QCq98N3hX1jfTCoUAsF3eyGuXLsY7BCnCEg9qAact94Yc21npG2/mVOqoDvE0fCbWDqiM4WlcJQla0gWG2YlxQ== |
| 9989 | + dependencies: |
| 9990 | + chokidar ">=3.0.0 <4.0.0" |
| 9991 | + immutable "^4.0.0" |
| 9992 | + source-map-js ">=0.6.2 <2.0.0" |
| 9993 | + |
| 9994 | +sass@^1.55.0: |
9917 | 9995 | version "1.59.2"
|
9918 | 9996 | resolved "https://registry.yarnpkg.com/sass/-/sass-1.59.2.tgz#537f6d11614d4f20f97696f23ad358ee398b1937"
|
9919 | 9997 | integrity sha512-jJyO6SmbzkJexF8MUorHx5tAilcgabioYxT/BHbY4+OvoqmbHxsYlrjZ8Adhqcgl6Zqwie0TgMXLCAmPFxXOuw==
|
@@ -10133,6 +10211,11 @@ shebang-regex@^3.0.0:
|
10133 | 10211 | resolved "https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-3.0.0.tgz#ae16f1644d873ecad843b0307b143362d4c42172"
|
10134 | 10212 | integrity sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==
|
10135 | 10213 |
|
| 10214 | +shell-quote@^1.7.3: |
| 10215 | + version "1.8.0" |
| 10216 | + resolved "https://registry.yarnpkg.com/shell-quote/-/shell-quote-1.8.0.tgz#20d078d0eaf71d54f43bd2ba14a1b5b9bfa5c8ba" |
| 10217 | + integrity sha512-QHsz8GgQIGKlRi24yFc6a6lN69Idnx634w49ay6+jA5yFh7a1UY+4Rp6HPx/L/1zcEDPEij8cIsiqR6bQsE5VQ== |
| 10218 | + |
10136 | 10219 | shelljs@^0.8.5:
|
10137 | 10220 | version "0.8.5"
|
10138 | 10221 | resolved "https://registry.yarnpkg.com/shelljs/-/shelljs-0.8.5.tgz#de055408d8361bed66c669d2f000538ced8ee20c"
|
|
11336 | 11419 | webpack-dev-middleware "^5.3.1"
|
11337 | 11420 | ws "^8.4.2"
|
11338 | 11421 |
|
| 11422 | + |
| 11423 | + version "4.12.0" |
| 11424 | + resolved "https://registry.yarnpkg.com/webpack-dev-server/-/webpack-dev-server-4.12.0.tgz#e2dcad4d43e486c3bac48ddbf346e77ef03c7428" |
| 11425 | + integrity sha512-XRN9YRnvOj3TQQ5w/0pR1y1xDcVnbWtNkTri46kuEbaWUPTHsWUvOyAAI7PZHLY+hsFki2kRltJjKMw7e+IiqA== |
| 11426 | + dependencies: |
| 11427 | + "@types/bonjour" "^3.5.9" |
| 11428 | + "@types/connect-history-api-fallback" "^1.3.5" |
| 11429 | + "@types/express" "^4.17.13" |
| 11430 | + "@types/serve-index" "^1.9.1" |
| 11431 | + "@types/serve-static" "^1.13.10" |
| 11432 | + "@types/sockjs" "^0.3.33" |
| 11433 | + "@types/ws" "^8.5.1" |
| 11434 | + ansi-html-community "^0.0.8" |
| 11435 | + bonjour-service "^1.0.11" |
| 11436 | + chokidar "^3.5.3" |
| 11437 | + colorette "^2.0.10" |
| 11438 | + compression "^1.7.4" |
| 11439 | + connect-history-api-fallback "^2.0.0" |
| 11440 | + default-gateway "^6.0.3" |
| 11441 | + express "^4.17.3" |
| 11442 | + graceful-fs "^4.2.6" |
| 11443 | + html-entities "^2.3.2" |
| 11444 | + http-proxy-middleware "^2.0.3" |
| 11445 | + ipaddr.js "^2.0.1" |
| 11446 | + launch-editor "^2.6.0" |
| 11447 | + open "^8.0.9" |
| 11448 | + p-retry "^4.5.0" |
| 11449 | + rimraf "^3.0.2" |
| 11450 | + schema-utils "^4.0.0" |
| 11451 | + selfsigned "^2.1.1" |
| 11452 | + serve-index "^1.9.1" |
| 11453 | + sockjs "^0.3.24" |
| 11454 | + spdy "^4.0.2" |
| 11455 | + webpack-dev-middleware "^5.3.1" |
| 11456 | + ws "^8.13.0" |
| 11457 | + |
11339 | 11458 |
|
11340 | 11459 | version "5.8.0"
|
11341 | 11460 | resolved "https://registry.yarnpkg.com/webpack-merge/-/webpack-merge-5.8.0.tgz#2b39dbf22af87776ad744c390223731d30a68f61"
|
|
11545 | 11664 | resolved "https://registry.yarnpkg.com/ws/-/ws-8.9.0.tgz#2a994bb67144be1b53fe2d23c53c028adeb7f45e"
|
11546 | 11665 | integrity sha512-Ja7nszREasGaYUYCI2k4lCKIRTt+y7XuqVoHR44YpI49TtryyqbqvDMn5eqfW7e6HzTukDRIsXqzVHScqRcafg==
|
11547 | 11666 |
|
11548 |
| -ws@>=8.11.0, ws@^8.4.2: |
| 11667 | +ws@>=8.11.0, ws@^8.13.0, ws@^8.4.2: |
11549 | 11668 | version "8.13.0"
|
11550 | 11669 | resolved "https://registry.yarnpkg.com/ws/-/ws-8.13.0.tgz#9a9fb92f93cf41512a0735c8f4dd09b8a1211cd0"
|
11551 | 11670 | integrity sha512-x9vcZYTrFPC7aSIbj7sRCYo7L/Xb8Iy+pW0ng0wt2vCJv7M9HOMy0UoN3rr+IFC7hb7vXoqS+P9ktyLLLhO+LA==
|
|
0 commit comments