|
251 | 251 | "@babel/types" "^7.22.19"
|
252 | 252 |
|
253 | 253 | "@babel/helpers@^7.18.2":
|
254 |
| - version "7.23.7" |
255 |
| - resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.23.7.tgz#eb543c36f81da2873e47b76ee032343ac83bba60" |
256 |
| - integrity sha512-6AMnjCoC8wjqBzDHkuqpa7jAKwvMo4dC+lr/TFBz+ucfulO1XMpDnwWPGBNwClOKZ8h6xn5N81W/R5OrcKtCbQ== |
| 254 | + version "7.23.8" |
| 255 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.23.8.tgz#fc6b2d65b16847fd50adddbd4232c76378959e34" |
| 256 | + integrity sha512-KDqYz4PiOWvDFrdHLPhKtCThtIcKVy6avWD2oG4GEvyQ+XDZwHD4YQd+H2vNMnq2rkdxsDkU82T+Vk8U/WXHRQ== |
257 | 257 | dependencies:
|
258 | 258 | "@babel/template" "^7.22.15"
|
259 | 259 | "@babel/traverse" "^7.23.7"
|
|
524 | 524 | "@babel/helper-plugin-utils" "^7.22.5"
|
525 | 525 | "@babel/plugin-syntax-class-static-block" "^7.14.5"
|
526 | 526 |
|
527 |
| -"@babel/plugin-transform-classes@^7.23.5": |
528 |
| - version "7.23.5" |
529 |
| - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.23.5.tgz#e7a75f815e0c534cc4c9a39c56636c84fc0d64f2" |
530 |
| - integrity sha512-jvOTR4nicqYC9yzOHIhXG5emiFEOpappSJAl73SDSEDcybD+Puuze8Tnpb9p9qEyYup24tq891gkaygIFvWDqg== |
| 527 | +"@babel/plugin-transform-classes@^7.23.8": |
| 528 | + version "7.23.8" |
| 529 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.23.8.tgz#d08ae096c240347badd68cdf1b6d1624a6435d92" |
| 530 | + integrity sha512-yAYslGsY1bX6Knmg46RjiCiNSwJKv2IUC8qOdYKqMMr0491SXFhcHqOdRDeCRohOOIzwN/90C6mQ9qAKgrP7dg== |
531 | 531 | dependencies:
|
532 | 532 | "@babel/helper-annotate-as-pure" "^7.22.5"
|
533 |
| - "@babel/helper-compilation-targets" "^7.22.15" |
| 533 | + "@babel/helper-compilation-targets" "^7.23.6" |
534 | 534 | "@babel/helper-environment-visitor" "^7.22.20"
|
535 | 535 | "@babel/helper-function-name" "^7.23.0"
|
536 |
| - "@babel/helper-optimise-call-expression" "^7.22.5" |
537 | 536 | "@babel/helper-plugin-utils" "^7.22.5"
|
538 | 537 | "@babel/helper-replace-supers" "^7.22.20"
|
539 | 538 | "@babel/helper-split-export-declaration" "^7.22.6"
|
|
920 | 919 | "@babel/helper-plugin-utils" "^7.22.5"
|
921 | 920 |
|
922 | 921 | "@babel/preset-env@^7.15.4":
|
923 |
| - version "7.23.7" |
924 |
| - resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.23.7.tgz#e5d69b9f14db8a13bae4d8e5ce7f360973626241" |
925 |
| - integrity sha512-SY27X/GtTz/L4UryMNJ6p4fH4nsgWbz84y9FE0bQeWJP6O5BhgVCt53CotQKHCOeXJel8VyhlhujhlltKms/CA== |
| 922 | + version "7.23.8" |
| 923 | + resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.23.8.tgz#7d6f8171ea7c221ecd28059e65ad37c20e441e3e" |
| 924 | + integrity sha512-lFlpmkApLkEP6woIKprO6DO60RImpatTQKtz4sUcDjVcK8M8mQ4sZsuxaTMNOZf0sqAq/ReYW1ZBHnOQwKpLWA== |
926 | 925 | dependencies:
|
927 | 926 | "@babel/compat-data" "^7.23.5"
|
928 | 927 | "@babel/helper-compilation-targets" "^7.23.6"
|
|
957 | 956 | "@babel/plugin-transform-block-scoping" "^7.23.4"
|
958 | 957 | "@babel/plugin-transform-class-properties" "^7.23.3"
|
959 | 958 | "@babel/plugin-transform-class-static-block" "^7.23.4"
|
960 |
| - "@babel/plugin-transform-classes" "^7.23.5" |
| 959 | + "@babel/plugin-transform-classes" "^7.23.8" |
961 | 960 | "@babel/plugin-transform-computed-properties" "^7.23.3"
|
962 | 961 | "@babel/plugin-transform-destructuring" "^7.23.3"
|
963 | 962 | "@babel/plugin-transform-dotall-regex" "^7.23.3"
|
|
1048 | 1047 | regenerator-runtime "^0.13.4"
|
1049 | 1048 |
|
1050 | 1049 | "@babel/runtime@^7.15.4", "@babel/runtime@^7.8.4":
|
1051 |
| - version "7.23.7" |
1052 |
| - resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.23.7.tgz#dd7c88deeb218a0f8bd34d5db1aa242e0f203193" |
1053 |
| - integrity sha512-w06OXVOFso7LcbzMiDGt+3X7Rh7Ho8MmgPoWU3rarH+8upf+wSU/grlGbWzQyr3DkdN6ZeuMFjpdwW0Q+HxobA== |
| 1050 | + version "7.23.8" |
| 1051 | + resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.23.8.tgz#8ee6fe1ac47add7122902f257b8ddf55c898f650" |
| 1052 | + integrity sha512-Y7KbAP984rn1VGMbGqKmBLio9V7y5Je9GvU4rQPCPinCyNfUcToxIXl06d59URp/F3LwinvODxab5N/G6qggkw== |
1054 | 1053 | dependencies:
|
1055 | 1054 | regenerator-runtime "^0.14.0"
|
1056 | 1055 |
|
|
1113 | 1112 | integrity sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg==
|
1114 | 1113 |
|
1115 | 1114 | "@jridgewell/trace-mapping@^0.3.17", "@jridgewell/trace-mapping@^0.3.8", "@jridgewell/trace-mapping@^0.3.9":
|
1116 |
| - version "0.3.20" |
1117 |
| - resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.20.tgz#72e45707cf240fa6b081d0366f8265b0cd10197f" |
1118 |
| - integrity sha512-R8LcPeWZol2zR8mmH3JeKQ6QRCFb7XgUhV9ZlGhHLGyg4wpPiPZNQOOWhFZhxKw8u//yTbNGI42Bx/3paXEQ+Q== |
| 1115 | + version "0.3.21" |
| 1116 | + resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.21.tgz#5dc1df7b3dc4a6209e503a924e1ca56097a2bb15" |
| 1117 | + integrity sha512-SRfKmRe1KvYnxjEMtxEr+J4HIeMX5YBg/qhRHpxEIGjhX1rshcHlnFUE9K0GazhVKWM7B+nARSkV8LuvJdJ5/g== |
1119 | 1118 | dependencies:
|
1120 | 1119 | "@jridgewell/resolve-uri" "^3.1.0"
|
1121 | 1120 | "@jridgewell/sourcemap-codec" "^1.4.14"
|
@@ -1419,9 +1418,9 @@ detect-libc@^2.0.0, detect-libc@^2.0.1:
|
1419 | 1418 | integrity sha512-UX6sGumvvqSaXgdKGUsgZWqcUyIXZ/vZTrlRT/iobiKhGL0zL4d3osHj3uqllWJK+i+sixDS/3COVEOFbupFyw==
|
1420 | 1419 |
|
1421 | 1420 | electron-to-chromium@^1.4.601:
|
1422 |
| - version "1.4.623" |
1423 |
| - resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.623.tgz#0f7400114ac3425500e9244d2b0e9c3107c331cb" |
1424 |
| - integrity sha512-lKoz10iCYlP1WtRYdh5MvocQPWVRoI7ysp6qf18bmeBgR8abE6+I2CsfyNKztRDZvhdWc+krKT6wS7Neg8sw3A== |
| 1421 | + version "1.4.630" |
| 1422 | + resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.630.tgz#1d9f4169653784997bec98975e11a2c05214ce39" |
| 1423 | + integrity sha512-osHqhtjojpCsACVnuD11xO5g9xaCyw7Qqn/C2KParkMv42i8jrJJgx3g7mkHfpxwhy9MnOJr8+pKOdZ7qzgizg== |
1425 | 1424 |
|
1426 | 1425 | end-of-stream@^1.1.0, end-of-stream@^1.4.1:
|
1427 | 1426 | version "1.4.4"
|
@@ -1538,7 +1537,7 @@ has-flag@^3.0.0:
|
1538 | 1537 | resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-3.0.0.tgz#b5d454dc2199ae225699f3467e5a07f3b955bafd"
|
1539 | 1538 | integrity sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==
|
1540 | 1539 |
|
1541 |
| -has-property-descriptors@^1.0.0: |
| 1540 | +has-property-descriptors@^1.0.0, has-property-descriptors@^1.0.1: |
1542 | 1541 | version "1.0.1"
|
1543 | 1542 | resolved "https://registry.yarnpkg.com/has-property-descriptors/-/has-property-descriptors-1.0.1.tgz#52ba30b6c5ec87fd89fa574bc1c39125c6f65340"
|
1544 | 1543 | integrity sha512-VsX8eaIewvas0xnvinAe9bw4WfIeODpGYikiWYLH+dma0Jw6KHYqWiWfhQlgOVK8D6PvjubK5Uc4P0iIhIcNVg==
|
@@ -1911,14 +1910,15 @@ semver@^7.3.5, semver@^7.3.7:
|
1911 | 1910 | lru-cache "^6.0.0"
|
1912 | 1911 |
|
1913 | 1912 | set-function-length@^1.1.1:
|
1914 |
| - version "1.1.1" |
1915 |
| - resolved "https://registry.yarnpkg.com/set-function-length/-/set-function-length-1.1.1.tgz#4bc39fafb0307224a33e106a7d35ca1218d659ed" |
1916 |
| - integrity sha512-VoaqjbBJKiWtg4yRcKBQ7g7wnGnLV3M8oLvVWwOk2PdYY6PEFegR1vezXR0tw6fZGF9csVakIRjrJiy2veSBFQ== |
| 1913 | + version "1.2.0" |
| 1914 | + resolved "https://registry.yarnpkg.com/set-function-length/-/set-function-length-1.2.0.tgz#2f81dc6c16c7059bda5ab7c82c11f03a515ed8e1" |
| 1915 | + integrity sha512-4DBHDoyHlM1IRPGYcoxexgh67y4ueR53FKV1yyxwFMY7aCqcN/38M1+SwZ/qJQ8iLv7+ck385ot4CcisOAPT9w== |
1917 | 1916 | dependencies:
|
1918 | 1917 | define-data-property "^1.1.1"
|
1919 |
| - get-intrinsic "^1.2.1" |
| 1918 | + function-bind "^1.1.2" |
| 1919 | + get-intrinsic "^1.2.2" |
1920 | 1920 | gopd "^1.0.1"
|
1921 |
| - has-property-descriptors "^1.0.0" |
| 1921 | + has-property-descriptors "^1.0.1" |
1922 | 1922 |
|
1923 | 1923 | sharp@0.30.6:
|
1924 | 1924 | version "0.30.6"
|
|
0 commit comments