|
40 | 40 | dependencies:
|
41 | 41 | "@babel/highlight" "^7.18.6"
|
42 | 42 |
|
43 |
| -"@babel/compat-data@^7.17.7", "@babel/compat-data@^7.18.8", "@babel/compat-data@^7.19.0": |
44 |
| - version "7.19.0" |
45 |
| - resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.19.0.tgz#2a592fd89bacb1fcde68de31bee4f2f2dacb0e86" |
46 |
| - integrity sha512-y5rqgTTPTmaF5e2nVhOxw+Ur9HDJLsWb6U/KpgUzRZEdPfE6VOubXBKLdbcUTijzRptednSBDQbYZBOSqJxpJw== |
| 43 | +"@babel/compat-data@^7.17.7", "@babel/compat-data@^7.18.8", "@babel/compat-data@^7.19.1": |
| 44 | + version "7.19.1" |
| 45 | + resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.19.1.tgz#72d647b4ff6a4f82878d184613353af1dd0290f9" |
| 46 | + integrity sha512-72a9ghR0gnESIa7jBN53U32FOVCEoztyIlKaNoU05zRhEecduGK9L9c3ww7Mp06JiR+0ls0GBPFJQwwtjn9ksg== |
47 | 47 |
|
48 |
| -"@babel/[email protected].0", "@babel/core@^7.1.0", "@babel/core@^7.12.3", "@babel/core@^7.7.2", "@babel/core@^7.8.0": |
49 |
| - version "7.19.0" |
50 |
| - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.19.0.tgz#d2f5f4f2033c00de8096be3c9f45772563e150c3" |
51 |
| - integrity sha512-reM4+U7B9ss148rh2n1Qs9ASS+w94irYXga7c2jaQv9RVzpS7Mv1a9rnYYwuDa45G+DkORt9g6An2k/V4d9LbQ== |
| 48 | +"@babel/[email protected].1", "@babel/core@^7.1.0", "@babel/core@^7.12.3", "@babel/core@^7.7.2", "@babel/core@^7.8.0": |
| 49 | + version "7.19.1" |
| 50 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.19.1.tgz#c8fa615c5e88e272564ace3d42fbc8b17bfeb22b" |
| 51 | + integrity sha512-1H8VgqXme4UXCRv7/Wa1bq7RVymKOzC7znjyFM8KiEzwFqcKUKYNoQef4GhdklgNvoBXyW4gYhuBNCM5o1zImw== |
52 | 52 | dependencies:
|
53 | 53 | "@ampproject/remapping" "^2.1.0"
|
54 | 54 | "@babel/code-frame" "^7.18.6"
|
55 | 55 | "@babel/generator" "^7.19.0"
|
56 |
| - "@babel/helper-compilation-targets" "^7.19.0" |
| 56 | + "@babel/helper-compilation-targets" "^7.19.1" |
57 | 57 | "@babel/helper-module-transforms" "^7.19.0"
|
58 | 58 | "@babel/helpers" "^7.19.0"
|
59 |
| - "@babel/parser" "^7.19.0" |
| 59 | + "@babel/parser" "^7.19.1" |
60 | 60 | "@babel/template" "^7.18.10"
|
61 |
| - "@babel/traverse" "^7.19.0" |
| 61 | + "@babel/traverse" "^7.19.1" |
62 | 62 | "@babel/types" "^7.19.0"
|
63 | 63 | convert-source-map "^1.7.0"
|
64 | 64 | debug "^4.1.0"
|
|
90 | 90 | "@babel/helper-explode-assignable-expression" "^7.18.6"
|
91 | 91 | "@babel/types" "^7.18.9"
|
92 | 92 |
|
93 |
| -"@babel/helper-compilation-targets@^7.17.7", "@babel/helper-compilation-targets@^7.18.9", "@babel/helper-compilation-targets@^7.19.0": |
94 |
| - version "7.19.0" |
95 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.19.0.tgz#537ec8339d53e806ed422f1e06c8f17d55b96bb0" |
96 |
| - integrity sha512-Ai5bNWXIvwDvWM7njqsG3feMlL9hCVQsPYXodsZyLwshYkZVJt59Gftau4VrE8S9IT9asd2uSP1hG6wCNw+sXA== |
| 93 | +"@babel/helper-compilation-targets@^7.17.7", "@babel/helper-compilation-targets@^7.18.9", "@babel/helper-compilation-targets@^7.19.0", "@babel/helper-compilation-targets@^7.19.1": |
| 94 | + version "7.19.1" |
| 95 | + resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.19.1.tgz#7f630911d83b408b76fe584831c98e5395d7a17c" |
| 96 | + integrity sha512-LlLkkqhCMyz2lkQPvJNdIYU7O5YjWRgC2R4omjCTpZd8u8KMQzZvX4qce+/BluN1rcQiV7BoGUpmQ0LeHerbhg== |
97 | 97 | dependencies:
|
98 |
| - "@babel/compat-data" "^7.19.0" |
| 98 | + "@babel/compat-data" "^7.19.1" |
99 | 99 | "@babel/helper-validator-option" "^7.18.6"
|
100 |
| - browserslist "^4.20.2" |
| 100 | + browserslist "^4.21.3" |
101 | 101 | semver "^6.3.0"
|
102 | 102 |
|
103 | 103 | "@babel/helper-create-class-features-plugin@^7.18.6":
|
|
121 | 121 | "@babel/helper-annotate-as-pure" "^7.18.6"
|
122 | 122 | regexpu-core "^5.1.0"
|
123 | 123 |
|
124 |
| -"@babel/helper-define-polyfill-provider@^0.3.2": |
125 |
| - version "0.3.2" |
126 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.3.2.tgz#bd10d0aca18e8ce012755395b05a79f45eca5073" |
127 |
| - integrity sha512-r9QJJ+uDWrd+94BSPcP6/de67ygLtvVy6cK4luE6MOuDsZIdoaPBnfSpbO/+LTifjPckbKXRuI9BB/Z2/y3iTg== |
| 124 | +"@babel/helper-define-polyfill-provider@^0.3.3": |
| 125 | + version "0.3.3" |
| 126 | + resolved "https://registry.yarnpkg.com/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.3.3.tgz#8612e55be5d51f0cd1f36b4a5a83924e89884b7a" |
| 127 | + integrity sha512-z5aQKU4IzbqCC1XH0nAqfsFLMVSo22SBKUc0BxGrLkolTdPTructy0ToNnlO2zA4j9Q/7pjMZf0DSY+DSTYzww== |
128 | 128 | dependencies:
|
129 | 129 | "@babel/helper-compilation-targets" "^7.17.7"
|
130 | 130 | "@babel/helper-plugin-utils" "^7.16.7"
|
|
285 | 285 | chalk "^2.0.0"
|
286 | 286 | js-tokens "^4.0.0"
|
287 | 287 |
|
288 |
| -"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.18.10", "@babel/parser@^7.19.0", "@babel/parser@^7.7.0": |
289 |
| - version "7.19.0" |
290 |
| - resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.19.0.tgz#497fcafb1d5b61376959c1c338745ef0577aa02c" |
291 |
| - integrity sha512-74bEXKX2h+8rrfQUfsBfuZZHzsEs6Eql4pqy/T4Nn6Y9wNPggQOqD6z6pn5Bl8ZfysKouFZT/UXEH94ummEeQw== |
| 288 | +"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.18.10", "@babel/parser@^7.19.1", "@babel/parser@^7.7.0": |
| 289 | + version "7.19.1" |
| 290 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.19.1.tgz#6f6d6c2e621aad19a92544cc217ed13f1aac5b4c" |
| 291 | + integrity sha512-h7RCSorm1DdTVGJf3P2Mhj3kdnkmF/EiysUkzS2TdgAYqyjFdMQJbVuXOBej2SBJaXan/lIVtT6KkGbyyq753A== |
292 | 292 |
|
293 | 293 | "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.18.6":
|
294 | 294 | version "7.18.6"
|
|
306 | 306 | "@babel/helper-skip-transparent-expression-wrappers" "^7.18.9"
|
307 | 307 | "@babel/plugin-proposal-optional-chaining" "^7.18.9"
|
308 | 308 |
|
309 |
| -"@babel/plugin-proposal-async-generator-functions@^7.19.0": |
310 |
| - version "7.19.0" |
311 |
| - resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.19.0.tgz#cf5740194f170467df20581712400487efc79ff1" |
312 |
| - integrity sha512-nhEByMUTx3uZueJ/QkJuSlCfN4FGg+xy+vRsfGQGzSauq5ks2Deid2+05Q3KhfaUjvec1IGhw/Zm3cFm8JigTQ== |
| 309 | +"@babel/plugin-proposal-async-generator-functions@^7.19.1": |
| 310 | + version "7.19.1" |
| 311 | + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.19.1.tgz#34f6f5174b688529342288cd264f80c9ea9fb4a7" |
| 312 | + integrity sha512-0yu8vNATgLy4ivqMNBIwb1HebCelqN7YX8SL3FDXORv/RqT0zEEWUCH4GH44JsSrvCu6GqnAdR5EBFAPeNBB4Q== |
313 | 313 | dependencies:
|
314 | 314 | "@babel/helper-environment-visitor" "^7.18.9"
|
315 | 315 | "@babel/helper-plugin-utils" "^7.19.0"
|
|
711 | 711 | "@babel/helper-module-transforms" "^7.18.6"
|
712 | 712 | "@babel/helper-plugin-utils" "^7.18.6"
|
713 | 713 |
|
714 |
| -"@babel/plugin-transform-named-capturing-groups-regex@^7.19.0": |
715 |
| - version "7.19.0" |
716 |
| - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.19.0.tgz#58c52422e4f91a381727faed7d513c89d7f41ada" |
717 |
| - integrity sha512-HDSuqOQzkU//kfGdiHBt71/hkDTApw4U/cMVgKgX7PqfB3LOaK+2GtCEsBu1dL9CkswDm0Gwehht1dCr421ULQ== |
| 714 | +"@babel/plugin-transform-named-capturing-groups-regex@^7.19.1": |
| 715 | + version "7.19.1" |
| 716 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.19.1.tgz#ec7455bab6cd8fb05c525a94876f435a48128888" |
| 717 | + integrity sha512-oWk9l9WItWBQYS4FgXD4Uyy5kq898lvkXpXQxoJEY1RnvPk4R/Dvu2ebXU9q8lP+rlMwUQTFf2Ok6d78ODa0kw== |
718 | 718 | dependencies:
|
719 | 719 | "@babel/helper-create-regexp-features-plugin" "^7.19.0"
|
720 | 720 | "@babel/helper-plugin-utils" "^7.19.0"
|
|
814 | 814 | "@babel/helper-create-regexp-features-plugin" "^7.18.6"
|
815 | 815 | "@babel/helper-plugin-utils" "^7.18.6"
|
816 | 816 |
|
817 |
| - |
818 |
| - version "7.19.0" |
819 |
| - resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.19.0.tgz#fd18caf499a67d6411b9ded68dc70d01ed1e5da7" |
820 |
| - integrity sha512-1YUju1TAFuzjIQqNM9WsF4U6VbD/8t3wEAlw3LFYuuEr+ywqLRcSXxFKz4DCEj+sN94l/XTDiUXYRrsvMpz9WQ== |
| 817 | + |
| 818 | + version "7.19.1" |
| 819 | + resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.19.1.tgz#9f04c916f9c0205a48ebe5cc1be7768eb1983f67" |
| 820 | + integrity sha512-c8B2c6D16Lp+Nt6HcD+nHl0VbPKVnNPTpszahuxJJnurfMtKeZ80A+qUv48Y7wqvS+dTFuLuaM9oYxyNHbCLWA== |
821 | 821 | dependencies:
|
822 |
| - "@babel/compat-data" "^7.19.0" |
823 |
| - "@babel/helper-compilation-targets" "^7.19.0" |
| 822 | + "@babel/compat-data" "^7.19.1" |
| 823 | + "@babel/helper-compilation-targets" "^7.19.1" |
824 | 824 | "@babel/helper-plugin-utils" "^7.19.0"
|
825 | 825 | "@babel/helper-validator-option" "^7.18.6"
|
826 | 826 | "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression" "^7.18.6"
|
827 | 827 | "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.18.9"
|
828 |
| - "@babel/plugin-proposal-async-generator-functions" "^7.19.0" |
| 828 | + "@babel/plugin-proposal-async-generator-functions" "^7.19.1" |
829 | 829 | "@babel/plugin-proposal-class-properties" "^7.18.6"
|
830 | 830 | "@babel/plugin-proposal-class-static-block" "^7.18.6"
|
831 | 831 | "@babel/plugin-proposal-dynamic-import" "^7.18.6"
|
|
873 | 873 | "@babel/plugin-transform-modules-commonjs" "^7.18.6"
|
874 | 874 | "@babel/plugin-transform-modules-systemjs" "^7.19.0"
|
875 | 875 | "@babel/plugin-transform-modules-umd" "^7.18.6"
|
876 |
| - "@babel/plugin-transform-named-capturing-groups-regex" "^7.19.0" |
| 876 | + "@babel/plugin-transform-named-capturing-groups-regex" "^7.19.1" |
877 | 877 | "@babel/plugin-transform-new-target" "^7.18.6"
|
878 | 878 | "@babel/plugin-transform-object-super" "^7.18.6"
|
879 | 879 | "@babel/plugin-transform-parameters" "^7.18.8"
|
|
889 | 889 | "@babel/plugin-transform-unicode-regex" "^7.18.6"
|
890 | 890 | "@babel/preset-modules" "^0.1.5"
|
891 | 891 | "@babel/types" "^7.19.0"
|
892 |
| - babel-plugin-polyfill-corejs2 "^0.3.2" |
893 |
| - babel-plugin-polyfill-corejs3 "^0.5.3" |
894 |
| - babel-plugin-polyfill-regenerator "^0.4.0" |
895 |
| - core-js-compat "^3.22.1" |
| 892 | + babel-plugin-polyfill-corejs2 "^0.3.3" |
| 893 | + babel-plugin-polyfill-corejs3 "^0.6.0" |
| 894 | + babel-plugin-polyfill-regenerator "^0.4.1" |
| 895 | + core-js-compat "^3.25.1" |
896 | 896 | semver "^6.3.0"
|
897 | 897 |
|
898 | 898 | "@babel/preset-modules@^0.1.5":
|
|
922 | 922 | "@babel/parser" "^7.18.10"
|
923 | 923 | "@babel/types" "^7.18.10"
|
924 | 924 |
|
925 |
| -"@babel/traverse@^7.18.11", "@babel/traverse@^7.18.9", "@babel/traverse@^7.19.0", "@babel/traverse@^7.7.0", "@babel/traverse@^7.7.2": |
926 |
| - version "7.19.0" |
927 |
| - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.19.0.tgz#eb9c561c7360005c592cc645abafe0c3c4548eed" |
928 |
| - integrity sha512-4pKpFRDh+utd2mbRC8JLnlsMUii3PMHjpL6a0SZ4NMZy7YFP9aXORxEhdMVOc9CpWtDF09IkciQLEhK7Ml7gRA== |
| 925 | +"@babel/traverse@^7.18.11", "@babel/traverse@^7.18.9", "@babel/traverse@^7.19.0", "@babel/traverse@^7.19.1", "@babel/traverse@^7.7.0", "@babel/traverse@^7.7.2": |
| 926 | + version "7.19.1" |
| 927 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.19.1.tgz#0fafe100a8c2a603b4718b1d9bf2568d1d193347" |
| 928 | + integrity sha512-0j/ZfZMxKukDaag2PtOPDbwuELqIar6lLskVPPJDjXMXjfLb1Obo/1yjxIGqqAJrmfaTIY3z2wFLAQ7qSkLsuA== |
929 | 929 | dependencies:
|
930 | 930 | "@babel/code-frame" "^7.18.6"
|
931 | 931 | "@babel/generator" "^7.19.0"
|
932 | 932 | "@babel/helper-environment-visitor" "^7.18.9"
|
933 | 933 | "@babel/helper-function-name" "^7.19.0"
|
934 | 934 | "@babel/helper-hoist-variables" "^7.18.6"
|
935 | 935 | "@babel/helper-split-export-declaration" "^7.18.6"
|
936 |
| - "@babel/parser" "^7.19.0" |
| 936 | + "@babel/parser" "^7.19.1" |
937 | 937 | "@babel/types" "^7.19.0"
|
938 | 938 | debug "^4.1.0"
|
939 | 939 | globals "^11.1.0"
|
@@ -1536,29 +1536,29 @@ babel-plugin-jest-hoist@^27.5.1:
|
1536 | 1536 | "@types/babel__core" "^7.0.0"
|
1537 | 1537 | "@types/babel__traverse" "^7.0.6"
|
1538 | 1538 |
|
1539 |
| -babel-plugin-polyfill-corejs2@^0.3.2: |
1540 |
| - version "0.3.2" |
1541 |
| - resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.3.2.tgz#e4c31d4c89b56f3cf85b92558954c66b54bd972d" |
1542 |
| - integrity sha512-LPnodUl3lS0/4wN3Rb+m+UK8s7lj2jcLRrjho4gLw+OJs+I4bvGXshINesY5xx/apM+biTnQ9reDI8yj+0M5+Q== |
| 1539 | +babel-plugin-polyfill-corejs2@^0.3.3: |
| 1540 | + version "0.3.3" |
| 1541 | + resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.3.3.tgz#5d1bd3836d0a19e1b84bbf2d9640ccb6f951c122" |
| 1542 | + integrity sha512-8hOdmFYFSZhqg2C/JgLUQ+t52o5nirNwaWM2B9LWteozwIvM14VSwdsCAUET10qT+kmySAlseadmfeeSWFCy+Q== |
1543 | 1543 | dependencies:
|
1544 | 1544 | "@babel/compat-data" "^7.17.7"
|
1545 |
| - "@babel/helper-define-polyfill-provider" "^0.3.2" |
| 1545 | + "@babel/helper-define-polyfill-provider" "^0.3.3" |
1546 | 1546 | semver "^6.1.1"
|
1547 | 1547 |
|
1548 |
| -babel-plugin-polyfill-corejs3@^0.5.3: |
1549 |
| - version "0.5.3" |
1550 |
| - resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.5.3.tgz#d7e09c9a899079d71a8b670c6181af56ec19c5c7" |
1551 |
| - integrity sha512-zKsXDh0XjnrUEW0mxIHLfjBfnXSMr5Q/goMe/fxpQnLm07mcOZiIZHBNWCMx60HmdvjxfXcalac0tfFg0wqxyw== |
| 1548 | +babel-plugin-polyfill-corejs3@^0.6.0: |
| 1549 | + version "0.6.0" |
| 1550 | + resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.6.0.tgz#56ad88237137eade485a71b52f72dbed57c6230a" |
| 1551 | + integrity sha512-+eHqR6OPcBhJOGgsIar7xoAB1GcSwVUA3XjAd7HJNzOXT4wv6/H7KIdA/Nc60cvUlDbKApmqNvD1B1bzOt4nyA== |
1552 | 1552 | dependencies:
|
1553 |
| - "@babel/helper-define-polyfill-provider" "^0.3.2" |
1554 |
| - core-js-compat "^3.21.0" |
| 1553 | + "@babel/helper-define-polyfill-provider" "^0.3.3" |
| 1554 | + core-js-compat "^3.25.1" |
1555 | 1555 |
|
1556 |
| -babel-plugin-polyfill-regenerator@^0.4.0: |
1557 |
| - version "0.4.0" |
1558 |
| - resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.4.0.tgz#8f51809b6d5883e07e71548d75966ff7635527fe" |
1559 |
| - integrity sha512-RW1cnryiADFeHmfLS+WW/G431p1PsW5qdRdz0SDRi7TKcUgc7Oh/uXkT7MZ/+tGsT1BkczEAmD5XjUyJ5SWDTw== |
| 1556 | +babel-plugin-polyfill-regenerator@^0.4.1: |
| 1557 | + version "0.4.1" |
| 1558 | + resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.4.1.tgz#390f91c38d90473592ed43351e801a9d3e0fd747" |
| 1559 | + integrity sha512-NtQGmyQDXjQqQ+IzRkBVwEOz9lQ4zxAQZgoAYEtU9dJjnl1Oc98qnN7jcp+bE7O7aYzVpavXE3/VKXNzUbh7aw== |
1560 | 1560 | dependencies:
|
1561 |
| - "@babel/helper-define-polyfill-provider" "^0.3.2" |
| 1561 | + "@babel/helper-define-polyfill-provider" "^0.3.3" |
1562 | 1562 |
|
1563 | 1563 | babel-preset-current-node-syntax@^1.0.0:
|
1564 | 1564 | version "1.0.1"
|
@@ -1616,7 +1616,7 @@ browser-process-hrtime@^1.0.0:
|
1616 | 1616 | resolved "https://registry.yarnpkg.com/browser-process-hrtime/-/browser-process-hrtime-1.0.0.tgz#3c9b4b7d782c8121e56f10106d84c0d0ffc94626"
|
1617 | 1617 | integrity sha512-9o5UecI3GhkpM6DrXr69PblIuWxPKk9Y0jHBRhdocZ2y7YECBFCsHm79Pr3OyR2AvjhDkabFJaDJMYRazHgsow==
|
1618 | 1618 |
|
1619 |
| -browserslist@^4.20.2, browserslist@^4.21.3: |
| 1619 | +browserslist@^4.21.3: |
1620 | 1620 | version "4.21.3"
|
1621 | 1621 | resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.21.3.tgz#5df277694eb3c48bc5c4b05af3e8b7e09c5a6d1a"
|
1622 | 1622 | integrity sha512-898rgRXLAyRkM1GryrrBHGkqA5hlpkV5MhtZwg9QXeiyLUYs2k00Un05aX5l2/yJIOObYKOpS2JNo8nJDE7fWQ==
|
@@ -1780,13 +1780,12 @@ convert-source-map@^1.1.0, convert-source-map@^1.4.0, convert-source-map@^1.6.0,
|
1780 | 1780 | dependencies:
|
1781 | 1781 | safe-buffer "~5.1.1"
|
1782 | 1782 |
|
1783 |
| -core-js-compat@^3.21.0, core-js-compat@^3.22.1: |
1784 |
| - version "3.25.0" |
1785 |
| - resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.25.0.tgz#489affbfbf9cb3fa56192fe2dd9ebaee985a66c5" |
1786 |
| - integrity sha512-extKQM0g8/3GjFx9US12FAgx8KJawB7RCQ5y8ipYLbmfzEzmFRWdDjIlxDx82g7ygcNG85qMVUSRyABouELdow== |
| 1783 | +core-js-compat@^3.25.1: |
| 1784 | + version "3.25.1" |
| 1785 | + resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.25.1.tgz#6f13a90de52f89bbe6267e5620a412c7f7ff7e42" |
| 1786 | + integrity sha512-pOHS7O0i8Qt4zlPW/eIFjwp+NrTPx+wTL0ctgI2fHn31sZOq89rDsmtc/A2vAX7r6shl+bmVI+678He46jgBlw== |
1787 | 1787 | dependencies:
|
1788 | 1788 | browserslist "^4.21.3"
|
1789 |
| - semver "7.0.0" |
1790 | 1789 |
|
1791 | 1790 |
|
1792 | 1791 | version "7.0.3"
|
@@ -3765,11 +3764,6 @@ saxes@^5.0.1:
|
3765 | 3764 | dependencies:
|
3766 | 3765 | xmlchars "^2.2.0"
|
3767 | 3766 |
|
3768 |
| - |
3769 |
| - version "7.0.0" |
3770 |
| - resolved "https://registry.yarnpkg.com/semver/-/semver-7.0.0.tgz#5f3ca35761e47e05b206c6daff2cf814f0316b8e" |
3771 |
| - integrity sha512-+GB6zVA9LWh6zovYQLALHwv5rb2PHGlJi3lfiqIHxR0uuwCgefcOJc59v9fv1w8GbStwxuuqqAjI9NMAOOgq1A== |
3772 |
| - |
3773 | 3767 | semver@^5.6.0:
|
3774 | 3768 | version "5.7.1"
|
3775 | 3769 | resolved "https://registry.yarnpkg.com/semver/-/semver-5.7.1.tgz#a954f931aeba508d307bbf069eff0c01c96116f7"
|
|
0 commit comments