|
39 | 39 | dependencies:
|
40 | 40 | "@babel/highlight" "^7.18.6"
|
41 | 41 |
|
42 |
| -"@babel/compat-data@^7.17.7", "@babel/compat-data@^7.18.8", "@babel/compat-data@^7.19.0": |
43 |
| - version "7.19.0" |
44 |
| - resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.19.0.tgz#2a592fd89bacb1fcde68de31bee4f2f2dacb0e86" |
45 |
| - integrity sha512-y5rqgTTPTmaF5e2nVhOxw+Ur9HDJLsWb6U/KpgUzRZEdPfE6VOubXBKLdbcUTijzRptednSBDQbYZBOSqJxpJw== |
| 42 | +"@babel/compat-data@^7.17.7", "@babel/compat-data@^7.18.8", "@babel/compat-data@^7.19.1": |
| 43 | + version "7.19.1" |
| 44 | + resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.19.1.tgz#72d647b4ff6a4f82878d184613353af1dd0290f9" |
| 45 | + integrity sha512-72a9ghR0gnESIa7jBN53U32FOVCEoztyIlKaNoU05zRhEecduGK9L9c3ww7Mp06JiR+0ls0GBPFJQwwtjn9ksg== |
46 | 46 |
|
47 |
| -"@babel/core@^7.1.0", "@babel/core@^7.12.3", "@babel/core@^7.19.0", "@babel/core@^7.7.2", "@babel/core@^7.8.0": |
48 |
| - version "7.19.0" |
49 |
| - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.19.0.tgz#d2f5f4f2033c00de8096be3c9f45772563e150c3" |
50 |
| - integrity sha512-reM4+U7B9ss148rh2n1Qs9ASS+w94irYXga7c2jaQv9RVzpS7Mv1a9rnYYwuDa45G+DkORt9g6An2k/V4d9LbQ== |
| 47 | +"@babel/core@^7.1.0", "@babel/core@^7.12.3", "@babel/core@^7.19.1", "@babel/core@^7.7.2", "@babel/core@^7.8.0": |
| 48 | + version "7.19.1" |
| 49 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.19.1.tgz#c8fa615c5e88e272564ace3d42fbc8b17bfeb22b" |
| 50 | + integrity sha512-1H8VgqXme4UXCRv7/Wa1bq7RVymKOzC7znjyFM8KiEzwFqcKUKYNoQef4GhdklgNvoBXyW4gYhuBNCM5o1zImw== |
51 | 51 | dependencies:
|
52 | 52 | "@ampproject/remapping" "^2.1.0"
|
53 | 53 | "@babel/code-frame" "^7.18.6"
|
54 | 54 | "@babel/generator" "^7.19.0"
|
55 |
| - "@babel/helper-compilation-targets" "^7.19.0" |
| 55 | + "@babel/helper-compilation-targets" "^7.19.1" |
56 | 56 | "@babel/helper-module-transforms" "^7.19.0"
|
57 | 57 | "@babel/helpers" "^7.19.0"
|
58 |
| - "@babel/parser" "^7.19.0" |
| 58 | + "@babel/parser" "^7.19.1" |
59 | 59 | "@babel/template" "^7.18.10"
|
60 |
| - "@babel/traverse" "^7.19.0" |
| 60 | + "@babel/traverse" "^7.19.1" |
61 | 61 | "@babel/types" "^7.19.0"
|
62 | 62 | convert-source-map "^1.7.0"
|
63 | 63 | debug "^4.1.0"
|
|
89 | 89 | "@babel/helper-explode-assignable-expression" "^7.18.6"
|
90 | 90 | "@babel/types" "^7.18.6"
|
91 | 91 |
|
92 |
| -"@babel/helper-compilation-targets@^7.17.7", "@babel/helper-compilation-targets@^7.18.9", "@babel/helper-compilation-targets@^7.19.0": |
93 |
| - version "7.19.0" |
94 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.19.0.tgz#537ec8339d53e806ed422f1e06c8f17d55b96bb0" |
95 |
| - integrity sha512-Ai5bNWXIvwDvWM7njqsG3feMlL9hCVQsPYXodsZyLwshYkZVJt59Gftau4VrE8S9IT9asd2uSP1hG6wCNw+sXA== |
| 92 | +"@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": |
| 93 | + version "7.19.1" |
| 94 | + resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.19.1.tgz#7f630911d83b408b76fe584831c98e5395d7a17c" |
| 95 | + integrity sha512-LlLkkqhCMyz2lkQPvJNdIYU7O5YjWRgC2R4omjCTpZd8u8KMQzZvX4qce+/BluN1rcQiV7BoGUpmQ0LeHerbhg== |
96 | 96 | dependencies:
|
97 |
| - "@babel/compat-data" "^7.19.0" |
| 97 | + "@babel/compat-data" "^7.19.1" |
98 | 98 | "@babel/helper-validator-option" "^7.18.6"
|
99 |
| - browserslist "^4.20.2" |
| 99 | + browserslist "^4.21.3" |
100 | 100 | semver "^6.3.0"
|
101 | 101 |
|
102 | 102 | "@babel/helper-create-class-features-plugin@^7.18.6":
|
|
120 | 120 | "@babel/helper-annotate-as-pure" "^7.18.6"
|
121 | 121 | regexpu-core "^5.1.0"
|
122 | 122 |
|
123 |
| -"@babel/helper-define-polyfill-provider@^0.3.2": |
124 |
| - version "0.3.2" |
125 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.3.2.tgz#bd10d0aca18e8ce012755395b05a79f45eca5073" |
126 |
| - integrity sha512-r9QJJ+uDWrd+94BSPcP6/de67ygLtvVy6cK4luE6MOuDsZIdoaPBnfSpbO/+LTifjPckbKXRuI9BB/Z2/y3iTg== |
| 123 | +"@babel/helper-define-polyfill-provider@^0.3.3": |
| 124 | + version "0.3.3" |
| 125 | + resolved "https://registry.yarnpkg.com/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.3.3.tgz#8612e55be5d51f0cd1f36b4a5a83924e89884b7a" |
| 126 | + integrity sha512-z5aQKU4IzbqCC1XH0nAqfsFLMVSo22SBKUc0BxGrLkolTdPTructy0ToNnlO2zA4j9Q/7pjMZf0DSY+DSTYzww== |
127 | 127 | dependencies:
|
128 | 128 | "@babel/helper-compilation-targets" "^7.17.7"
|
129 | 129 | "@babel/helper-plugin-utils" "^7.16.7"
|
|
284 | 284 | chalk "^2.0.0"
|
285 | 285 | js-tokens "^4.0.0"
|
286 | 286 |
|
287 |
| -"@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": |
288 |
| - version "7.19.0" |
289 |
| - resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.19.0.tgz#497fcafb1d5b61376959c1c338745ef0577aa02c" |
290 |
| - integrity sha512-74bEXKX2h+8rrfQUfsBfuZZHzsEs6Eql4pqy/T4Nn6Y9wNPggQOqD6z6pn5Bl8ZfysKouFZT/UXEH94ummEeQw== |
| 287 | +"@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": |
| 288 | + version "7.19.1" |
| 289 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.19.1.tgz#6f6d6c2e621aad19a92544cc217ed13f1aac5b4c" |
| 290 | + integrity sha512-h7RCSorm1DdTVGJf3P2Mhj3kdnkmF/EiysUkzS2TdgAYqyjFdMQJbVuXOBej2SBJaXan/lIVtT6KkGbyyq753A== |
291 | 291 |
|
292 | 292 | "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.18.6":
|
293 | 293 | version "7.18.6"
|
|
305 | 305 | "@babel/helper-skip-transparent-expression-wrappers" "^7.18.9"
|
306 | 306 | "@babel/plugin-proposal-optional-chaining" "^7.18.9"
|
307 | 307 |
|
308 |
| -"@babel/plugin-proposal-async-generator-functions@^7.19.0": |
309 |
| - version "7.19.0" |
310 |
| - resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.19.0.tgz#cf5740194f170467df20581712400487efc79ff1" |
311 |
| - integrity sha512-nhEByMUTx3uZueJ/QkJuSlCfN4FGg+xy+vRsfGQGzSauq5ks2Deid2+05Q3KhfaUjvec1IGhw/Zm3cFm8JigTQ== |
| 308 | +"@babel/plugin-proposal-async-generator-functions@^7.19.1": |
| 309 | + version "7.19.1" |
| 310 | + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.19.1.tgz#34f6f5174b688529342288cd264f80c9ea9fb4a7" |
| 311 | + integrity sha512-0yu8vNATgLy4ivqMNBIwb1HebCelqN7YX8SL3FDXORv/RqT0zEEWUCH4GH44JsSrvCu6GqnAdR5EBFAPeNBB4Q== |
312 | 312 | dependencies:
|
313 | 313 | "@babel/helper-environment-visitor" "^7.18.9"
|
314 | 314 | "@babel/helper-plugin-utils" "^7.19.0"
|
|
717 | 717 | "@babel/helper-module-transforms" "^7.18.6"
|
718 | 718 | "@babel/helper-plugin-utils" "^7.18.6"
|
719 | 719 |
|
720 |
| -"@babel/plugin-transform-named-capturing-groups-regex@^7.19.0": |
721 |
| - version "7.19.0" |
722 |
| - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.19.0.tgz#58c52422e4f91a381727faed7d513c89d7f41ada" |
723 |
| - integrity sha512-HDSuqOQzkU//kfGdiHBt71/hkDTApw4U/cMVgKgX7PqfB3LOaK+2GtCEsBu1dL9CkswDm0Gwehht1dCr421ULQ== |
| 720 | +"@babel/plugin-transform-named-capturing-groups-regex@^7.19.1": |
| 721 | + version "7.19.1" |
| 722 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.19.1.tgz#ec7455bab6cd8fb05c525a94876f435a48128888" |
| 723 | + integrity sha512-oWk9l9WItWBQYS4FgXD4Uyy5kq898lvkXpXQxoJEY1RnvPk4R/Dvu2ebXU9q8lP+rlMwUQTFf2Ok6d78ODa0kw== |
724 | 724 | dependencies:
|
725 | 725 | "@babel/helper-create-regexp-features-plugin" "^7.19.0"
|
726 | 726 | "@babel/helper-plugin-utils" "^7.19.0"
|
|
853 | 853 | "@babel/helper-create-regexp-features-plugin" "^7.18.6"
|
854 | 854 | "@babel/helper-plugin-utils" "^7.18.6"
|
855 | 855 |
|
856 |
| -"@babel/preset-env@^7.19.0": |
857 |
| - version "7.19.0" |
858 |
| - resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.19.0.tgz#fd18caf499a67d6411b9ded68dc70d01ed1e5da7" |
859 |
| - integrity sha512-1YUju1TAFuzjIQqNM9WsF4U6VbD/8t3wEAlw3LFYuuEr+ywqLRcSXxFKz4DCEj+sN94l/XTDiUXYRrsvMpz9WQ== |
| 856 | +"@babel/preset-env@^7.19.1": |
| 857 | + version "7.19.1" |
| 858 | + resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.19.1.tgz#9f04c916f9c0205a48ebe5cc1be7768eb1983f67" |
| 859 | + integrity sha512-c8B2c6D16Lp+Nt6HcD+nHl0VbPKVnNPTpszahuxJJnurfMtKeZ80A+qUv48Y7wqvS+dTFuLuaM9oYxyNHbCLWA== |
860 | 860 | dependencies:
|
861 |
| - "@babel/compat-data" "^7.19.0" |
862 |
| - "@babel/helper-compilation-targets" "^7.19.0" |
| 861 | + "@babel/compat-data" "^7.19.1" |
| 862 | + "@babel/helper-compilation-targets" "^7.19.1" |
863 | 863 | "@babel/helper-plugin-utils" "^7.19.0"
|
864 | 864 | "@babel/helper-validator-option" "^7.18.6"
|
865 | 865 | "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression" "^7.18.6"
|
866 | 866 | "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.18.9"
|
867 |
| - "@babel/plugin-proposal-async-generator-functions" "^7.19.0" |
| 867 | + "@babel/plugin-proposal-async-generator-functions" "^7.19.1" |
868 | 868 | "@babel/plugin-proposal-class-properties" "^7.18.6"
|
869 | 869 | "@babel/plugin-proposal-class-static-block" "^7.18.6"
|
870 | 870 | "@babel/plugin-proposal-dynamic-import" "^7.18.6"
|
|
912 | 912 | "@babel/plugin-transform-modules-commonjs" "^7.18.6"
|
913 | 913 | "@babel/plugin-transform-modules-systemjs" "^7.19.0"
|
914 | 914 | "@babel/plugin-transform-modules-umd" "^7.18.6"
|
915 |
| - "@babel/plugin-transform-named-capturing-groups-regex" "^7.19.0" |
| 915 | + "@babel/plugin-transform-named-capturing-groups-regex" "^7.19.1" |
916 | 916 | "@babel/plugin-transform-new-target" "^7.18.6"
|
917 | 917 | "@babel/plugin-transform-object-super" "^7.18.6"
|
918 | 918 | "@babel/plugin-transform-parameters" "^7.18.8"
|
|
928 | 928 | "@babel/plugin-transform-unicode-regex" "^7.18.6"
|
929 | 929 | "@babel/preset-modules" "^0.1.5"
|
930 | 930 | "@babel/types" "^7.19.0"
|
931 |
| - babel-plugin-polyfill-corejs2 "^0.3.2" |
932 |
| - babel-plugin-polyfill-corejs3 "^0.5.3" |
933 |
| - babel-plugin-polyfill-regenerator "^0.4.0" |
934 |
| - core-js-compat "^3.22.1" |
| 931 | + babel-plugin-polyfill-corejs2 "^0.3.3" |
| 932 | + babel-plugin-polyfill-corejs3 "^0.6.0" |
| 933 | + babel-plugin-polyfill-regenerator "^0.4.1" |
| 934 | + core-js-compat "^3.25.1" |
935 | 935 | semver "^6.3.0"
|
936 | 936 |
|
937 | 937 | "@babel/preset-modules@^0.1.5":
|
|
981 | 981 | "@babel/parser" "^7.18.10"
|
982 | 982 | "@babel/types" "^7.18.10"
|
983 | 983 |
|
984 |
| -"@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": |
985 |
| - version "7.19.0" |
986 |
| - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.19.0.tgz#eb9c561c7360005c592cc645abafe0c3c4548eed" |
987 |
| - integrity sha512-4pKpFRDh+utd2mbRC8JLnlsMUii3PMHjpL6a0SZ4NMZy7YFP9aXORxEhdMVOc9CpWtDF09IkciQLEhK7Ml7gRA== |
| 984 | +"@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": |
| 985 | + version "7.19.1" |
| 986 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.19.1.tgz#0fafe100a8c2a603b4718b1d9bf2568d1d193347" |
| 987 | + integrity sha512-0j/ZfZMxKukDaag2PtOPDbwuELqIar6lLskVPPJDjXMXjfLb1Obo/1yjxIGqqAJrmfaTIY3z2wFLAQ7qSkLsuA== |
988 | 988 | dependencies:
|
989 | 989 | "@babel/code-frame" "^7.18.6"
|
990 | 990 | "@babel/generator" "^7.19.0"
|
991 | 991 | "@babel/helper-environment-visitor" "^7.18.9"
|
992 | 992 | "@babel/helper-function-name" "^7.19.0"
|
993 | 993 | "@babel/helper-hoist-variables" "^7.18.6"
|
994 | 994 | "@babel/helper-split-export-declaration" "^7.18.6"
|
995 |
| - "@babel/parser" "^7.19.0" |
| 995 | + "@babel/parser" "^7.19.1" |
996 | 996 | "@babel/types" "^7.19.0"
|
997 | 997 | debug "^4.1.0"
|
998 | 998 | globals "^11.1.0"
|
@@ -1660,29 +1660,29 @@ babel-plugin-jest-hoist@^27.5.1:
|
1660 | 1660 | "@types/babel__core" "^7.0.0"
|
1661 | 1661 | "@types/babel__traverse" "^7.0.6"
|
1662 | 1662 |
|
1663 |
| -babel-plugin-polyfill-corejs2@^0.3.2: |
1664 |
| - version "0.3.2" |
1665 |
| - resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.3.2.tgz#e4c31d4c89b56f3cf85b92558954c66b54bd972d" |
1666 |
| - integrity sha512-LPnodUl3lS0/4wN3Rb+m+UK8s7lj2jcLRrjho4gLw+OJs+I4bvGXshINesY5xx/apM+biTnQ9reDI8yj+0M5+Q== |
| 1663 | +babel-plugin-polyfill-corejs2@^0.3.3: |
| 1664 | + version "0.3.3" |
| 1665 | + resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.3.3.tgz#5d1bd3836d0a19e1b84bbf2d9640ccb6f951c122" |
| 1666 | + integrity sha512-8hOdmFYFSZhqg2C/JgLUQ+t52o5nirNwaWM2B9LWteozwIvM14VSwdsCAUET10qT+kmySAlseadmfeeSWFCy+Q== |
1667 | 1667 | dependencies:
|
1668 | 1668 | "@babel/compat-data" "^7.17.7"
|
1669 |
| - "@babel/helper-define-polyfill-provider" "^0.3.2" |
| 1669 | + "@babel/helper-define-polyfill-provider" "^0.3.3" |
1670 | 1670 | semver "^6.1.1"
|
1671 | 1671 |
|
1672 |
| -babel-plugin-polyfill-corejs3@^0.5.3: |
1673 |
| - version "0.5.3" |
1674 |
| - resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.5.3.tgz#d7e09c9a899079d71a8b670c6181af56ec19c5c7" |
1675 |
| - integrity sha512-zKsXDh0XjnrUEW0mxIHLfjBfnXSMr5Q/goMe/fxpQnLm07mcOZiIZHBNWCMx60HmdvjxfXcalac0tfFg0wqxyw== |
| 1672 | +babel-plugin-polyfill-corejs3@^0.6.0: |
| 1673 | + version "0.6.0" |
| 1674 | + resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.6.0.tgz#56ad88237137eade485a71b52f72dbed57c6230a" |
| 1675 | + integrity sha512-+eHqR6OPcBhJOGgsIar7xoAB1GcSwVUA3XjAd7HJNzOXT4wv6/H7KIdA/Nc60cvUlDbKApmqNvD1B1bzOt4nyA== |
1676 | 1676 | dependencies:
|
1677 |
| - "@babel/helper-define-polyfill-provider" "^0.3.2" |
1678 |
| - core-js-compat "^3.21.0" |
| 1677 | + "@babel/helper-define-polyfill-provider" "^0.3.3" |
| 1678 | + core-js-compat "^3.25.1" |
1679 | 1679 |
|
1680 |
| -babel-plugin-polyfill-regenerator@^0.4.0: |
1681 |
| - version "0.4.0" |
1682 |
| - resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.4.0.tgz#8f51809b6d5883e07e71548d75966ff7635527fe" |
1683 |
| - integrity sha512-RW1cnryiADFeHmfLS+WW/G431p1PsW5qdRdz0SDRi7TKcUgc7Oh/uXkT7MZ/+tGsT1BkczEAmD5XjUyJ5SWDTw== |
| 1680 | +babel-plugin-polyfill-regenerator@^0.4.1: |
| 1681 | + version "0.4.1" |
| 1682 | + resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.4.1.tgz#390f91c38d90473592ed43351e801a9d3e0fd747" |
| 1683 | + integrity sha512-NtQGmyQDXjQqQ+IzRkBVwEOz9lQ4zxAQZgoAYEtU9dJjnl1Oc98qnN7jcp+bE7O7aYzVpavXE3/VKXNzUbh7aw== |
1684 | 1684 | dependencies:
|
1685 |
| - "@babel/helper-define-polyfill-provider" "^0.3.2" |
| 1685 | + "@babel/helper-define-polyfill-provider" "^0.3.3" |
1686 | 1686 |
|
1687 | 1687 | babel-preset-current-node-syntax@^1.0.0:
|
1688 | 1688 | version "1.0.0"
|
@@ -1745,15 +1745,15 @@ browser-process-hrtime@^1.0.0:
|
1745 | 1745 | resolved "https://registry.yarnpkg.com/browser-process-hrtime/-/browser-process-hrtime-1.0.0.tgz#3c9b4b7d782c8121e56f10106d84c0d0ffc94626"
|
1746 | 1746 | integrity sha512-9o5UecI3GhkpM6DrXr69PblIuWxPKk9Y0jHBRhdocZ2y7YECBFCsHm79Pr3OyR2AvjhDkabFJaDJMYRazHgsow==
|
1747 | 1747 |
|
1748 |
| -browserslist@^4.20.2, browserslist@^4.21.0: |
1749 |
| - version "4.21.1" |
1750 |
| - resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.21.1.tgz#c9b9b0a54c7607e8dc3e01a0d311727188011a00" |
1751 |
| - integrity sha512-Nq8MFCSrnJXSc88yliwlzQe3qNe3VntIjhsArW9IJOEPSHNx23FalwApUVbzAWABLhYJJ7y8AynWI/XM8OdfjQ== |
| 1748 | +browserslist@^4.21.3, browserslist@^4.21.4: |
| 1749 | + version "4.21.4" |
| 1750 | + resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.21.4.tgz#e7496bbc67b9e39dd0f98565feccdcb0d4ff6987" |
| 1751 | + integrity sha512-CBHJJdDmgjl3daYjN5Cp5kbTf1mUhZoS+beLklHIvkOWscs83YAhLlF3Wsh/lciQYAcbBJgTOD44VtG31ZM4Hw== |
1752 | 1752 | dependencies:
|
1753 |
| - caniuse-lite "^1.0.30001359" |
1754 |
| - electron-to-chromium "^1.4.172" |
1755 |
| - node-releases "^2.0.5" |
1756 |
| - update-browserslist-db "^1.0.4" |
| 1753 | + caniuse-lite "^1.0.30001400" |
| 1754 | + electron-to-chromium "^1.4.251" |
| 1755 | + node-releases "^2.0.6" |
| 1756 | + update-browserslist-db "^1.0.9" |
1757 | 1757 |
|
1758 | 1758 | bser@^2.0.0:
|
1759 | 1759 | version "2.0.0"
|
@@ -1793,10 +1793,10 @@ camelcase@^6.2.0:
|
1793 | 1793 | resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-6.2.0.tgz#924af881c9d525ac9d87f40d964e5cea982a1809"
|
1794 | 1794 | integrity sha512-c7wVvbw3f37nuobQNtgsgG9POC9qMbNuMQmTCqZv23b6MIz0fcYpBiOlv9gEN/hdLdnZTDQhg6e9Dq5M1vKvfg==
|
1795 | 1795 |
|
1796 |
| -caniuse-lite@^1.0.30001359: |
1797 |
| - version "1.0.30001363" |
1798 |
| - resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001363.tgz#26bec2d606924ba318235944e1193304ea7c4f15" |
1799 |
| - integrity sha512-HpQhpzTGGPVMnCjIomjt+jvyUu8vNFo3TaDiZ/RcoTrlOq/5+tC8zHdsbgFB6MxmaY+jCpsH09aD80Bb4Ow3Sg== |
| 1796 | +caniuse-lite@^1.0.30001400: |
| 1797 | + version "1.0.30001412" |
| 1798 | + resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001412.tgz#30f67d55a865da43e0aeec003f073ea8764d5d7c" |
| 1799 | + integrity sha512-+TeEIee1gS5bYOiuf+PS/kp2mrXic37Hl66VY6EAfxasIk5fELTktK2oOezYed12H8w7jt3s512PpulQidPjwA== |
1800 | 1800 |
|
1801 | 1801 | caseless@~0.12.0:
|
1802 | 1802 | version "0.12.0"
|
@@ -1953,13 +1953,12 @@ convert-source-map@^1.1.0, convert-source-map@^1.4.0, convert-source-map@^1.6.0,
|
1953 | 1953 | dependencies:
|
1954 | 1954 | safe-buffer "~5.1.1"
|
1955 | 1955 |
|
1956 |
| -core-js-compat@^3.21.0, core-js-compat@^3.22.1: |
1957 |
| - version "3.23.3" |
1958 |
| - resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.23.3.tgz#7d8503185be76bb6d8d592c291a4457a8e440aa9" |
1959 |
| - integrity sha512-WSzUs2h2vvmKsacLHNTdpyOC9k43AEhcGoFlVgCY4L7aw98oSBKtPL6vD0/TqZjRWRQYdDSLkzZIni4Crbbiqw== |
| 1956 | +core-js-compat@^3.25.1: |
| 1957 | + version "3.25.3" |
| 1958 | + resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.25.3.tgz#d6a442a03f4eade4555d4e640e6a06151dd95d38" |
| 1959 | + integrity sha512-xVtYpJQ5grszDHEUU9O7XbjjcZ0ccX3LgQsyqSvTnjX97ZqEgn9F5srmrwwwMtbKzDllyFPL+O+2OFMl1lU4TQ== |
1960 | 1960 | dependencies:
|
1961 |
| - browserslist "^4.21.0" |
1962 |
| - semver "7.0.0" |
| 1961 | + browserslist "^4.21.4" |
1963 | 1962 |
|
1964 | 1963 | core-js-pure@^3.0.0:
|
1965 | 1964 | version "3.6.4"
|
@@ -2127,10 +2126,10 @@ ecc-jsbn@~0.1.1:
|
2127 | 2126 | jsbn "~0.1.0"
|
2128 | 2127 | safer-buffer "^2.1.0"
|
2129 | 2128 |
|
2130 |
| -electron-to-chromium@^1.4.172: |
2131 |
| - version "1.4.177" |
2132 |
| - resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.177.tgz#b6a4436eb788ca732556cd69f384b8a3c82118c5" |
2133 |
| - integrity sha512-FYPir3NSBEGexSZUEeht81oVhHfLFl6mhUKSkjHN/iB/TwEIt/WHQrqVGfTLN5gQxwJCQkIJBe05eOXjI7omgg== |
| 2129 | +electron-to-chromium@^1.4.251: |
| 2130 | + version "1.4.262" |
| 2131 | + resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.262.tgz#25715dfbae4c2e0640517cba184715241ecd8e63" |
| 2132 | + integrity sha512-Ckn5haqmGh/xS8IbcgK3dnwAVnhDyo/WQnklWn6yaMucYTq7NNxwlGE8ElzEOnonzRLzUCo2Ot3vUb2GYUF2Hw== |
2134 | 2133 |
|
2135 | 2134 | emittery@^0.8.1:
|
2136 | 2135 | version "0.8.1"
|
@@ -3789,10 +3788,10 @@ node-int64@^0.4.0:
|
3789 | 3788 | version "0.4.0"
|
3790 | 3789 | resolved "https://registry.yarnpkg.com/node-int64/-/node-int64-0.4.0.tgz#87a9065cdb355d3182d8f94ce11188b825c68a3b"
|
3791 | 3790 |
|
3792 |
| -node-releases@^2.0.5: |
3793 |
| - version "2.0.5" |
3794 |
| - resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-2.0.5.tgz#280ed5bc3eba0d96ce44897d8aee478bfb3d9666" |
3795 |
| - integrity sha512-U9h1NLROZTq9uE1SNffn6WuPDg8icmi3ns4rEl/oTfIle4iLjTliCzgTsbaIFMq/Xn078/lfY/BL0GWZ+psK4Q== |
| 3791 | +node-releases@^2.0.6: |
| 3792 | + version "2.0.6" |
| 3793 | + resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-2.0.6.tgz#8a7088c63a55e493845683ebf3c828d8c51c5503" |
| 3794 | + integrity sha512-PiVXnNuFm5+iYkLBNeq5211hvO38y63T0i2KKh2KnUs3RpzJ+JtODFjkD8yjLwnDkTYF1eKXheUwdssR+NRZdg== |
3796 | 3795 |
|
3797 | 3796 | normalize-path@^3.0.0, normalize-path@~3.0.0:
|
3798 | 3797 | version "3.0.0"
|
@@ -4300,11 +4299,6 @@ saxes@^5.0.1:
|
4300 | 4299 | dependencies:
|
4301 | 4300 | xmlchars "^2.2.0"
|
4302 | 4301 |
|
4303 |
| - |
4304 |
| - version "7.0.0" |
4305 |
| - resolved "https://registry.yarnpkg.com/semver/-/semver-7.0.0.tgz#5f3ca35761e47e05b206c6daff2cf814f0316b8e" |
4306 |
| - integrity sha512-+GB6zVA9LWh6zovYQLALHwv5rb2PHGlJi3lfiqIHxR0uuwCgefcOJc59v9fv1w8GbStwxuuqqAjI9NMAOOgq1A== |
4307 |
| - |
4308 | 4302 | semver@^5.0.0, semver@^5.6.0:
|
4309 | 4303 | version "5.7.1"
|
4310 | 4304 | resolved "https://registry.yarnpkg.com/semver/-/semver-5.7.1.tgz#a954f931aeba508d307bbf069eff0c01c96116f7"
|
@@ -4739,10 +4733,10 @@ universalify@^0.1.2:
|
4739 | 4733 | resolved "https://registry.yarnpkg.com/universalify/-/universalify-0.1.2.tgz#b646f69be3942dabcecc9d6639c80dc105efaa66"
|
4740 | 4734 | integrity sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==
|
4741 | 4735 |
|
4742 |
| -update-browserslist-db@^1.0.4: |
4743 |
| - version "1.0.4" |
4744 |
| - resolved "https://registry.yarnpkg.com/update-browserslist-db/-/update-browserslist-db-1.0.4.tgz#dbfc5a789caa26b1db8990796c2c8ebbce304824" |
4745 |
| - integrity sha512-jnmO2BEGUjsMOe/Fg9u0oczOe/ppIDZPebzccl1yDWGLFP16Pa1/RM5wEoKYPG2zstNcDuAStejyxsOuKINdGA== |
| 4736 | +update-browserslist-db@^1.0.9: |
| 4737 | + version "1.0.9" |
| 4738 | + resolved "https://registry.yarnpkg.com/update-browserslist-db/-/update-browserslist-db-1.0.9.tgz#2924d3927367a38d5c555413a7ce138fc95fcb18" |
| 4739 | + integrity sha512-/xsqn21EGVdXI3EXSum1Yckj3ZVZugqyOZQ/CxYPBD/R+ko9NSUScf8tFF4dOKY+2pvSSJA/S+5B8s4Zr4kyvg== |
4746 | 4740 | dependencies:
|
4747 | 4741 | escalade "^3.1.1"
|
4748 | 4742 | picocolors "^1.0.0"
|
|
0 commit comments