|
24 | 24 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.26.0.tgz#f02ba6d34e88fadd5e8861e8b38902f43cc1c819"
|
25 | 25 | integrity sha512-qETICbZSLe7uXv9VE8T/RWOdIE5qqyTucOt4zLYMafj2MRO271VGgLd4RACJMeBO37UPWhXiKMBk7YlJ0fOzQA==
|
26 | 26 |
|
27 |
| -"@babel/core@^7.7.5": |
| 27 | +"@babel/core@^7.23.9": |
28 | 28 | version "7.26.0"
|
29 | 29 | resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.26.0.tgz#d78b6023cc8f3114ccf049eb219613f74a747b40"
|
30 | 30 | integrity sha512-i1SLeK+DzNnQ3LL/CswPCa/E5u4lh1k6IAEphON8F+cXt0t9euTshDru0q7/IqMa1PMPz5RnHuHscF8/ZJsStg==
|
|
107 | 107 | "@babel/template" "^7.25.9"
|
108 | 108 | "@babel/types" "^7.26.0"
|
109 | 109 |
|
110 |
| -"@babel/parser@^7.25.9", "@babel/parser@^7.26.0": |
| 110 | +"@babel/parser@^7.23.9", "@babel/parser@^7.25.9", "@babel/parser@^7.26.0": |
111 | 111 | version "7.26.1"
|
112 | 112 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.26.1.tgz#44e02499960df2cdce2c456372a3e8e0c3c5c975"
|
113 | 113 | integrity sha512-reoQYNiAJreZNsJzyrDNzFQ+IQ5JFiIzAHJg9bn94S3l+4++J7RsIhNMoB+lgP/9tpmiAQqspv+xfdxTSzREOw==
|
|
232 | 232 | js-yaml "^3.13.1"
|
233 | 233 | resolve-from "^5.0.0"
|
234 | 234 |
|
235 |
| -"@istanbuljs/schema@^0.1.2": |
| 235 | +"@istanbuljs/schema@^0.1.2", "@istanbuljs/schema@^0.1.3": |
236 | 236 | version "0.1.3"
|
237 | 237 | resolved "https://registry.yarnpkg.com/@istanbuljs/schema/-/schema-0.1.3.tgz#e45e384e4b8ec16bce2fd903af78450f6bf7ec98"
|
238 | 238 | integrity sha512-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA==
|
@@ -1175,7 +1175,7 @@ foreground-child@^2.0.0:
|
1175 | 1175 | cross-spawn "^7.0.0"
|
1176 | 1176 | signal-exit "^3.0.2"
|
1177 | 1177 |
|
1178 |
| -foreground-child@^3.1.0: |
| 1178 | +foreground-child@^3.1.0, foreground-child@^3.3.0: |
1179 | 1179 | version "3.3.0"
|
1180 | 1180 | resolved "https://registry.yarnpkg.com/foreground-child/-/foreground-child-3.3.0.tgz#0ac8644c06e431439f8561db8ecf29a7b5519c77"
|
1181 | 1181 | integrity sha512-Ld2g8rrAyMYFXBhEqMz8ZAHBi4J4uS1i/CxGMDnjyFWddMXLVcDp051DZfu+t7+ab7Wv6SMqpWmyFIj5UbfFvg==
|
@@ -1551,15 +1551,16 @@ istanbul-lib-hook@^3.0.0:
|
1551 | 1551 | dependencies:
|
1552 | 1552 | append-transform "^2.0.0"
|
1553 | 1553 |
|
1554 |
| -istanbul-lib-instrument@^4.0.0: |
1555 |
| - version "4.0.3" |
1556 |
| - resolved "https://registry.yarnpkg.com/istanbul-lib-instrument/-/istanbul-lib-instrument-4.0.3.tgz#873c6fff897450118222774696a3f28902d77c1d" |
1557 |
| - integrity sha512-BXgQl9kf4WTCPCCpmFGoJkz/+uhvm7h7PFKUYxh7qarQd3ER33vHG//qaE8eN25l07YqZPpHXU9I09l/RD5aGQ== |
| 1554 | +istanbul-lib-instrument@^6.0.2: |
| 1555 | + version "6.0.3" |
| 1556 | + resolved "https://registry.yarnpkg.com/istanbul-lib-instrument/-/istanbul-lib-instrument-6.0.3.tgz#fa15401df6c15874bcb2105f773325d78c666765" |
| 1557 | + integrity sha512-Vtgk7L/R2JHyyGW07spoFlB8/lpjiOLTjMdms6AFMraYt3BaJauod/NGrfnVG/y4Ix1JEuMRPDPEj2ua+zz1/Q== |
1558 | 1558 | dependencies:
|
1559 |
| - "@babel/core" "^7.7.5" |
1560 |
| - "@istanbuljs/schema" "^0.1.2" |
1561 |
| - istanbul-lib-coverage "^3.0.0" |
1562 |
| - semver "^6.3.0" |
| 1559 | + "@babel/core" "^7.23.9" |
| 1560 | + "@babel/parser" "^7.23.9" |
| 1561 | + "@istanbuljs/schema" "^0.1.3" |
| 1562 | + istanbul-lib-coverage "^3.2.0" |
| 1563 | + semver "^7.5.4" |
1563 | 1564 |
|
1564 | 1565 | istanbul-lib-processinfo@^2.0.2:
|
1565 | 1566 | version "2.0.3"
|
@@ -1917,10 +1918,10 @@ normalize-path@^3.0.0, normalize-path@~3.0.0:
|
1917 | 1918 | resolved "https://registry.yarnpkg.com/normalize-path/-/normalize-path-3.0.0.tgz#0dcd69ff23a1c9b11fd0978316644a0388216a65"
|
1918 | 1919 | integrity sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==
|
1919 | 1920 |
|
1920 |
| -nyc@15.1.0: |
1921 |
| - version "15.1.0" |
1922 |
| - resolved "https://registry.yarnpkg.com/nyc/-/nyc-15.1.0.tgz#1335dae12ddc87b6e249d5a1994ca4bdaea75f02" |
1923 |
| - integrity sha512-jMW04n9SxKdKi1ZMGhvUTHBN0EICCRkHemEoE5jm6mTYcqcdas0ATzgUgejlQUHMvpnOZqGB5Xxsv9KxJW1j8A== |
| 1921 | +nyc@17.1.0: |
| 1922 | + version "17.1.0" |
| 1923 | + resolved "https://registry.yarnpkg.com/nyc/-/nyc-17.1.0.tgz#b6349a401a62ffeb912bd38ea9a018839fdb6eb1" |
| 1924 | + integrity sha512-U42vQ4czpKa0QdI1hu950XuNhYqgoM+ZF1HT+VuUHL9hPfDPVvNQyltmMqdE9bUHMVa+8yNbc3QKTj8zQhlVxQ== |
1924 | 1925 | dependencies:
|
1925 | 1926 | "@istanbuljs/load-nyc-config" "^1.0.0"
|
1926 | 1927 | "@istanbuljs/schema" "^0.1.2"
|
|
1929 | 1930 | decamelize "^1.2.0"
|
1930 | 1931 | find-cache-dir "^3.2.0"
|
1931 | 1932 | find-up "^4.1.0"
|
1932 |
| - foreground-child "^2.0.0" |
| 1933 | + foreground-child "^3.3.0" |
1933 | 1934 | get-package-type "^0.1.0"
|
1934 | 1935 | glob "^7.1.6"
|
1935 | 1936 | istanbul-lib-coverage "^3.0.0"
|
1936 | 1937 | istanbul-lib-hook "^3.0.0"
|
1937 |
| - istanbul-lib-instrument "^4.0.0" |
| 1938 | + istanbul-lib-instrument "^6.0.2" |
1938 | 1939 | istanbul-lib-processinfo "^2.0.2"
|
1939 | 1940 | istanbul-lib-report "^3.0.0"
|
1940 | 1941 | istanbul-lib-source-maps "^4.0.0"
|
@@ -2232,12 +2233,12 @@ safe-identifier@^0.4.1:
|
2232 | 2233 | resolved "https://registry.yarnpkg.com/safer-buffer/-/safer-buffer-2.1.2.tgz#44fa161b0187b9549dd84bb91802f9bd8385cd6a"
|
2233 | 2234 | integrity sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==
|
2234 | 2235 |
|
2235 |
| -semver@^6.0.0, semver@^6.3.0, semver@^6.3.1: |
| 2236 | +semver@^6.0.0, semver@^6.3.1: |
2236 | 2237 | version "6.3.1"
|
2237 | 2238 | resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.1.tgz#556d2ef8689146e46dcea4bfdd095f3434dffcb4"
|
2238 | 2239 | integrity sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==
|
2239 | 2240 |
|
2240 |
| -semver@^7.5.3: |
| 2241 | +semver@^7.5.3, semver@^7.5.4: |
2241 | 2242 | version "7.6.3"
|
2242 | 2243 | resolved "https://registry.yarnpkg.com/semver/-/semver-7.6.3.tgz#980f7b5550bc175fb4dc09403085627f9eb33143"
|
2243 | 2244 | integrity sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==
|
|
0 commit comments