Skip to content

Commit 2620fc2

Browse files
committed
⬆️ deps: Upgrade babel monorepo to v7.19.1
1 parent 71fa7ed commit 2620fc2

File tree

2 files changed

+116
-89
lines changed

2 files changed

+116
-89
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@
6767
"@async-iterable-iterator/async-iterator-to-array": "^0.0.1"
6868
},
6969
"devDependencies": {
70-
"@babel/core": "7.19.0",
71-
"@babel/preset-env": "7.19.0",
70+
"@babel/core": "7.19.1",
71+
"@babel/preset-env": "7.19.1",
7272
"@babel/register": "7.18.9",
7373
"@commitlint/cli": "17.1.2",
7474
"@js-library/commitlint-config": "0.0.4",

yarn.lock

Lines changed: 114 additions & 87 deletions
Original file line numberDiff line numberDiff line change
@@ -43,20 +43,25 @@
4343
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.19.0.tgz#2a592fd89bacb1fcde68de31bee4f2f2dacb0e86"
4444
integrity sha512-y5rqgTTPTmaF5e2nVhOxw+Ur9HDJLsWb6U/KpgUzRZEdPfE6VOubXBKLdbcUTijzRptednSBDQbYZBOSqJxpJw==
4545

46-
"@babel/core@7.19.0":
47-
version "7.19.0"
48-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.19.0.tgz#d2f5f4f2033c00de8096be3c9f45772563e150c3"
49-
integrity sha512-reM4+U7B9ss148rh2n1Qs9ASS+w94irYXga7c2jaQv9RVzpS7Mv1a9rnYYwuDa45G+DkORt9g6An2k/V4d9LbQ==
46+
"@babel/compat-data@^7.19.1":
47+
version "7.19.1"
48+
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.19.1.tgz#72d647b4ff6a4f82878d184613353af1dd0290f9"
49+
integrity sha512-72a9ghR0gnESIa7jBN53U32FOVCEoztyIlKaNoU05zRhEecduGK9L9c3ww7Mp06JiR+0ls0GBPFJQwwtjn9ksg==
50+
51+
"@babel/core@7.19.1":
52+
version "7.19.1"
53+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.19.1.tgz#c8fa615c5e88e272564ace3d42fbc8b17bfeb22b"
54+
integrity sha512-1H8VgqXme4UXCRv7/Wa1bq7RVymKOzC7znjyFM8KiEzwFqcKUKYNoQef4GhdklgNvoBXyW4gYhuBNCM5o1zImw==
5055
dependencies:
5156
"@ampproject/remapping" "^2.1.0"
5257
"@babel/code-frame" "^7.18.6"
5358
"@babel/generator" "^7.19.0"
54-
"@babel/helper-compilation-targets" "^7.19.0"
59+
"@babel/helper-compilation-targets" "^7.19.1"
5560
"@babel/helper-module-transforms" "^7.19.0"
5661
"@babel/helpers" "^7.19.0"
57-
"@babel/parser" "^7.19.0"
62+
"@babel/parser" "^7.19.1"
5863
"@babel/template" "^7.18.10"
59-
"@babel/traverse" "^7.19.0"
64+
"@babel/traverse" "^7.19.1"
6065
"@babel/types" "^7.19.0"
6166
convert-source-map "^1.7.0"
6267
debug "^4.1.0"
@@ -190,6 +195,16 @@
190195
browserslist "^4.20.2"
191196
semver "^6.3.0"
192197

198+
"@babel/helper-compilation-targets@^7.19.1":
199+
version "7.19.1"
200+
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.19.1.tgz#7f630911d83b408b76fe584831c98e5395d7a17c"
201+
integrity sha512-LlLkkqhCMyz2lkQPvJNdIYU7O5YjWRgC2R4omjCTpZd8u8KMQzZvX4qce+/BluN1rcQiV7BoGUpmQ0LeHerbhg==
202+
dependencies:
203+
"@babel/compat-data" "^7.19.1"
204+
"@babel/helper-validator-option" "^7.18.6"
205+
browserslist "^4.21.3"
206+
semver "^6.3.0"
207+
193208
"@babel/helper-create-class-features-plugin@^7.12.1", "@babel/helper-create-class-features-plugin@^7.16.5":
194209
version "7.16.5"
195210
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.16.5.tgz#5d1bcd096792c1ebec6249eebc6358eec55d0cad"
@@ -254,10 +269,10 @@
254269
resolve "^1.14.2"
255270
semver "^6.1.2"
256271

257-
"@babel/helper-define-polyfill-provider@^0.3.2":
258-
version "0.3.2"
259-
resolved "https://registry.yarnpkg.com/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.3.2.tgz#bd10d0aca18e8ce012755395b05a79f45eca5073"
260-
integrity sha512-r9QJJ+uDWrd+94BSPcP6/de67ygLtvVy6cK4luE6MOuDsZIdoaPBnfSpbO/+LTifjPckbKXRuI9BB/Z2/y3iTg==
272+
"@babel/helper-define-polyfill-provider@^0.3.3":
273+
version "0.3.3"
274+
resolved "https://registry.yarnpkg.com/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.3.3.tgz#8612e55be5d51f0cd1f36b4a5a83924e89884b7a"
275+
integrity sha512-z5aQKU4IzbqCC1XH0nAqfsFLMVSo22SBKUc0BxGrLkolTdPTructy0ToNnlO2zA4j9Q/7pjMZf0DSY+DSTYzww==
261276
dependencies:
262277
"@babel/helper-compilation-targets" "^7.17.7"
263278
"@babel/helper-plugin-utils" "^7.16.7"
@@ -682,6 +697,11 @@
682697
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.19.0.tgz#497fcafb1d5b61376959c1c338745ef0577aa02c"
683698
integrity sha512-74bEXKX2h+8rrfQUfsBfuZZHzsEs6Eql4pqy/T4Nn6Y9wNPggQOqD6z6pn5Bl8ZfysKouFZT/UXEH94ummEeQw==
684699

700+
"@babel/parser@^7.19.1":
701+
version "7.19.1"
702+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.19.1.tgz#6f6d6c2e621aad19a92544cc217ed13f1aac5b4c"
703+
integrity sha512-h7RCSorm1DdTVGJf3P2Mhj3kdnkmF/EiysUkzS2TdgAYqyjFdMQJbVuXOBej2SBJaXan/lIVtT6KkGbyyq753A==
704+
685705
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.16.2":
686706
version "7.16.2"
687707
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.16.2.tgz#2977fca9b212db153c195674e57cfab807733183"
@@ -723,10 +743,10 @@
723743
"@babel/helper-remap-async-to-generator" "^7.16.5"
724744
"@babel/plugin-syntax-async-generators" "^7.8.4"
725745

726-
"@babel/plugin-proposal-async-generator-functions@^7.19.0":
727-
version "7.19.0"
728-
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.19.0.tgz#cf5740194f170467df20581712400487efc79ff1"
729-
integrity sha512-nhEByMUTx3uZueJ/QkJuSlCfN4FGg+xy+vRsfGQGzSauq5ks2Deid2+05Q3KhfaUjvec1IGhw/Zm3cFm8JigTQ==
746+
"@babel/plugin-proposal-async-generator-functions@^7.19.1":
747+
version "7.19.1"
748+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.19.1.tgz#34f6f5174b688529342288cd264f80c9ea9fb4a7"
749+
integrity sha512-0yu8vNATgLy4ivqMNBIwb1HebCelqN7YX8SL3FDXORv/RqT0zEEWUCH4GH44JsSrvCu6GqnAdR5EBFAPeNBB4Q==
730750
dependencies:
731751
"@babel/helper-environment-visitor" "^7.18.9"
732752
"@babel/helper-plugin-utils" "^7.19.0"
@@ -1418,10 +1438,10 @@
14181438
dependencies:
14191439
"@babel/helper-create-regexp-features-plugin" "^7.16.0"
14201440

1421-
"@babel/plugin-transform-named-capturing-groups-regex@^7.19.0":
1422-
version "7.19.0"
1423-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.19.0.tgz#58c52422e4f91a381727faed7d513c89d7f41ada"
1424-
integrity sha512-HDSuqOQzkU//kfGdiHBt71/hkDTApw4U/cMVgKgX7PqfB3LOaK+2GtCEsBu1dL9CkswDm0Gwehht1dCr421ULQ==
1441+
"@babel/plugin-transform-named-capturing-groups-regex@^7.19.1":
1442+
version "7.19.1"
1443+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.19.1.tgz#ec7455bab6cd8fb05c525a94876f435a48128888"
1444+
integrity sha512-oWk9l9WItWBQYS4FgXD4Uyy5kq898lvkXpXQxoJEY1RnvPk4R/Dvu2ebXU9q8lP+rlMwUQTFf2Ok6d78ODa0kw==
14251445
dependencies:
14261446
"@babel/helper-create-regexp-features-plugin" "^7.19.0"
14271447
"@babel/helper-plugin-utils" "^7.19.0"
@@ -1648,18 +1668,18 @@
16481668
"@babel/helper-create-regexp-features-plugin" "^7.18.6"
16491669
"@babel/helper-plugin-utils" "^7.18.6"
16501670

1651-
"@babel/preset-env@7.19.0":
1652-
version "7.19.0"
1653-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.19.0.tgz#fd18caf499a67d6411b9ded68dc70d01ed1e5da7"
1654-
integrity sha512-1YUju1TAFuzjIQqNM9WsF4U6VbD/8t3wEAlw3LFYuuEr+ywqLRcSXxFKz4DCEj+sN94l/XTDiUXYRrsvMpz9WQ==
1671+
"@babel/preset-env@7.19.1":
1672+
version "7.19.1"
1673+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.19.1.tgz#9f04c916f9c0205a48ebe5cc1be7768eb1983f67"
1674+
integrity sha512-c8B2c6D16Lp+Nt6HcD+nHl0VbPKVnNPTpszahuxJJnurfMtKeZ80A+qUv48Y7wqvS+dTFuLuaM9oYxyNHbCLWA==
16551675
dependencies:
1656-
"@babel/compat-data" "^7.19.0"
1657-
"@babel/helper-compilation-targets" "^7.19.0"
1676+
"@babel/compat-data" "^7.19.1"
1677+
"@babel/helper-compilation-targets" "^7.19.1"
16581678
"@babel/helper-plugin-utils" "^7.19.0"
16591679
"@babel/helper-validator-option" "^7.18.6"
16601680
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression" "^7.18.6"
16611681
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.18.9"
1662-
"@babel/plugin-proposal-async-generator-functions" "^7.19.0"
1682+
"@babel/plugin-proposal-async-generator-functions" "^7.19.1"
16631683
"@babel/plugin-proposal-class-properties" "^7.18.6"
16641684
"@babel/plugin-proposal-class-static-block" "^7.18.6"
16651685
"@babel/plugin-proposal-dynamic-import" "^7.18.6"
@@ -1707,7 +1727,7 @@
17071727
"@babel/plugin-transform-modules-commonjs" "^7.18.6"
17081728
"@babel/plugin-transform-modules-systemjs" "^7.19.0"
17091729
"@babel/plugin-transform-modules-umd" "^7.18.6"
1710-
"@babel/plugin-transform-named-capturing-groups-regex" "^7.19.0"
1730+
"@babel/plugin-transform-named-capturing-groups-regex" "^7.19.1"
17111731
"@babel/plugin-transform-new-target" "^7.18.6"
17121732
"@babel/plugin-transform-object-super" "^7.18.6"
17131733
"@babel/plugin-transform-parameters" "^7.18.8"
@@ -1723,10 +1743,10 @@
17231743
"@babel/plugin-transform-unicode-regex" "^7.18.6"
17241744
"@babel/preset-modules" "^0.1.5"
17251745
"@babel/types" "^7.19.0"
1726-
babel-plugin-polyfill-corejs2 "^0.3.2"
1727-
babel-plugin-polyfill-corejs3 "^0.5.3"
1728-
babel-plugin-polyfill-regenerator "^0.4.0"
1729-
core-js-compat "^3.22.1"
1746+
babel-plugin-polyfill-corejs2 "^0.3.3"
1747+
babel-plugin-polyfill-corejs3 "^0.6.0"
1748+
babel-plugin-polyfill-regenerator "^0.4.1"
1749+
core-js-compat "^3.25.1"
17301750
semver "^6.3.0"
17311751

17321752
"@babel/preset-env@^7.12.11":
@@ -1966,6 +1986,22 @@
19661986
debug "^4.1.0"
19671987
globals "^11.1.0"
19681988

1989+
"@babel/traverse@^7.19.1":
1990+
version "7.19.1"
1991+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.19.1.tgz#0fafe100a8c2a603b4718b1d9bf2568d1d193347"
1992+
integrity sha512-0j/ZfZMxKukDaag2PtOPDbwuELqIar6lLskVPPJDjXMXjfLb1Obo/1yjxIGqqAJrmfaTIY3z2wFLAQ7qSkLsuA==
1993+
dependencies:
1994+
"@babel/code-frame" "^7.18.6"
1995+
"@babel/generator" "^7.19.0"
1996+
"@babel/helper-environment-visitor" "^7.18.9"
1997+
"@babel/helper-function-name" "^7.19.0"
1998+
"@babel/helper-hoist-variables" "^7.18.6"
1999+
"@babel/helper-split-export-declaration" "^7.18.6"
2000+
"@babel/parser" "^7.19.1"
2001+
"@babel/types" "^7.19.0"
2002+
debug "^4.1.0"
2003+
globals "^11.1.0"
2004+
19692005
"@babel/types@^7.16.0", "@babel/types@^7.4.4":
19702006
version "7.16.0"
19712007
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.16.0.tgz#db3b313804f96aadd0b776c4823e127ad67289ba"
@@ -3071,13 +3107,13 @@ babel-plugin-polyfill-corejs2@^0.3.0:
30713107
"@babel/helper-define-polyfill-provider" "^0.3.0"
30723108
semver "^6.1.1"
30733109

3074-
babel-plugin-polyfill-corejs2@^0.3.2:
3075-
version "0.3.2"
3076-
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.3.2.tgz#e4c31d4c89b56f3cf85b92558954c66b54bd972d"
3077-
integrity sha512-LPnodUl3lS0/4wN3Rb+m+UK8s7lj2jcLRrjho4gLw+OJs+I4bvGXshINesY5xx/apM+biTnQ9reDI8yj+0M5+Q==
3110+
babel-plugin-polyfill-corejs2@^0.3.3:
3111+
version "0.3.3"
3112+
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.3.3.tgz#5d1bd3836d0a19e1b84bbf2d9640ccb6f951c122"
3113+
integrity sha512-8hOdmFYFSZhqg2C/JgLUQ+t52o5nirNwaWM2B9LWteozwIvM14VSwdsCAUET10qT+kmySAlseadmfeeSWFCy+Q==
30783114
dependencies:
30793115
"@babel/compat-data" "^7.17.7"
3080-
"@babel/helper-define-polyfill-provider" "^0.3.2"
3116+
"@babel/helper-define-polyfill-provider" "^0.3.3"
30813117
semver "^6.1.1"
30823118

30833119
babel-plugin-polyfill-corejs3@^0.4.0:
@@ -3088,13 +3124,13 @@ babel-plugin-polyfill-corejs3@^0.4.0:
30883124
"@babel/helper-define-polyfill-provider" "^0.3.0"
30893125
core-js-compat "^3.18.0"
30903126

3091-
babel-plugin-polyfill-corejs3@^0.5.3:
3092-
version "0.5.3"
3093-
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.5.3.tgz#d7e09c9a899079d71a8b670c6181af56ec19c5c7"
3094-
integrity sha512-zKsXDh0XjnrUEW0mxIHLfjBfnXSMr5Q/goMe/fxpQnLm07mcOZiIZHBNWCMx60HmdvjxfXcalac0tfFg0wqxyw==
3127+
babel-plugin-polyfill-corejs3@^0.6.0:
3128+
version "0.6.0"
3129+
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.6.0.tgz#56ad88237137eade485a71b52f72dbed57c6230a"
3130+
integrity sha512-+eHqR6OPcBhJOGgsIar7xoAB1GcSwVUA3XjAd7HJNzOXT4wv6/H7KIdA/Nc60cvUlDbKApmqNvD1B1bzOt4nyA==
30953131
dependencies:
3096-
"@babel/helper-define-polyfill-provider" "^0.3.2"
3097-
core-js-compat "^3.21.0"
3132+
"@babel/helper-define-polyfill-provider" "^0.3.3"
3133+
core-js-compat "^3.25.1"
30983134

30993135
babel-plugin-polyfill-regenerator@^0.3.0:
31003136
version "0.3.0"
@@ -3103,12 +3139,12 @@ babel-plugin-polyfill-regenerator@^0.3.0:
31033139
dependencies:
31043140
"@babel/helper-define-polyfill-provider" "^0.3.0"
31053141

3106-
babel-plugin-polyfill-regenerator@^0.4.0:
3107-
version "0.4.0"
3108-
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.4.0.tgz#8f51809b6d5883e07e71548d75966ff7635527fe"
3109-
integrity sha512-RW1cnryiADFeHmfLS+WW/G431p1PsW5qdRdz0SDRi7TKcUgc7Oh/uXkT7MZ/+tGsT1BkczEAmD5XjUyJ5SWDTw==
3142+
babel-plugin-polyfill-regenerator@^0.4.1:
3143+
version "0.4.1"
3144+
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.4.1.tgz#390f91c38d90473592ed43351e801a9d3e0fd747"
3145+
integrity sha512-NtQGmyQDXjQqQ+IzRkBVwEOz9lQ4zxAQZgoAYEtU9dJjnl1Oc98qnN7jcp+bE7O7aYzVpavXE3/VKXNzUbh7aw==
31103146
dependencies:
3111-
"@babel/helper-define-polyfill-provider" "^0.3.2"
3147+
"@babel/helper-define-polyfill-provider" "^0.3.3"
31123148

31133149
babel-plugin-transform-async-to-promises@^0.8.18:
31143150
version "0.8.18"
@@ -3258,7 +3294,7 @@ browserslist@^4.0.0, browserslist@^4.16.0, browserslist@^4.16.6, browserslist@^4
32583294
node-releases "^2.0.1"
32593295
picocolors "^1.0.0"
32603296

3261-
browserslist@^4.20.2, browserslist@^4.20.3:
3297+
browserslist@^4.20.2:
32623298
version "4.20.3"
32633299
resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.20.3.tgz#eb7572f49ec430e054f56d52ff0ebe9be915f8bf"
32643300
integrity sha512-NBhymBQl1zM0Y5dQT/O+xiLP9/rzOIQdKM/eMJBAq7yBgaB6krIYLGejrwVYnSHZdqjscB1SPuAjHwxjvN6Wdg==
@@ -3269,15 +3305,15 @@ browserslist@^4.20.2, browserslist@^4.20.3:
32693305
node-releases "^2.0.3"
32703306
picocolors "^1.0.0"
32713307

3272-
browserslist@^4.21.0:
3273-
version "4.21.0"
3274-
resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.21.0.tgz#7ab19572361a140ecd1e023e2c1ed95edda0cefe"
3275-
integrity sha512-UQxE0DIhRB5z/zDz9iA03BOfxaN2+GQdBYH/2WrSIWEUrnpzTPJbhqt+umq6r3acaPRTW1FNTkrcp0PXgtFkvA==
3308+
browserslist@^4.21.3:
3309+
version "4.21.4"
3310+
resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.21.4.tgz#e7496bbc67b9e39dd0f98565feccdcb0d4ff6987"
3311+
integrity sha512-CBHJJdDmgjl3daYjN5Cp5kbTf1mUhZoS+beLklHIvkOWscs83YAhLlF3Wsh/lciQYAcbBJgTOD44VtG31ZM4Hw==
32763312
dependencies:
3277-
caniuse-lite "^1.0.30001358"
3278-
electron-to-chromium "^1.4.164"
3279-
node-releases "^2.0.5"
3280-
update-browserslist-db "^1.0.0"
3313+
caniuse-lite "^1.0.30001400"
3314+
electron-to-chromium "^1.4.251"
3315+
node-releases "^2.0.6"
3316+
update-browserslist-db "^1.0.9"
32813317

32823318
buffer-from@^1.0.0:
32833319
version "1.1.2"
@@ -3435,10 +3471,10 @@ caniuse-lite@^1.0.30001332:
34353471
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001334.tgz#892e9965b35285033fc2b8a8eff499fe02f13d8b"
34363472
integrity sha512-kbaCEBRRVSoeNs74sCuq92MJyGrMtjWVfhltoHUCW4t4pXFvGjUBrfo47weBRViHkiV3eBYyIsfl956NtHGazw==
34373473

3438-
caniuse-lite@^1.0.30001358:
3439-
version "1.0.30001359"
3440-
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001359.tgz#a1c1cbe1c2da9e689638813618b4219acbd4925e"
3441-
integrity sha512-Xln/BAsPzEuiVLgJ2/45IaqD9jShtk3Y33anKb4+yLwQzws3+v6odKfpgES/cDEaZMLzSChpIGdbOYtH9MyuHw==
3474+
caniuse-lite@^1.0.30001400:
3475+
version "1.0.30001400"
3476+
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001400.tgz#3038bee70d8b875604cd8833cb0e5e254ee0281a"
3477+
integrity sha512-Mv659Hn65Z4LgZdJ7ge5JTVbE3rqbJaaXgW5LEI9/tOaXclfIZ8DW7D7FCWWWmWiiPS7AC48S8kf3DApSxQdgA==
34423478

34433479
caseless@~0.12.0:
34443480
version "0.12.0"
@@ -3871,21 +3907,12 @@ core-js-compat@^3.18.0, core-js-compat@^3.19.1:
38713907
browserslist "^4.19.1"
38723908
semver "7.0.0"
38733909

3874-
core-js-compat@^3.21.0:
3875-
version "3.23.3"
3876-
resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.23.3.tgz#7d8503185be76bb6d8d592c291a4457a8e440aa9"
3877-
integrity sha512-WSzUs2h2vvmKsacLHNTdpyOC9k43AEhcGoFlVgCY4L7aw98oSBKtPL6vD0/TqZjRWRQYdDSLkzZIni4Crbbiqw==
3910+
core-js-compat@^3.25.1:
3911+
version "3.25.1"
3912+
resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.25.1.tgz#6f13a90de52f89bbe6267e5620a412c7f7ff7e42"
3913+
integrity sha512-pOHS7O0i8Qt4zlPW/eIFjwp+NrTPx+wTL0ctgI2fHn31sZOq89rDsmtc/A2vAX7r6shl+bmVI+678He46jgBlw==
38783914
dependencies:
3879-
browserslist "^4.21.0"
3880-
semver "7.0.0"
3881-
3882-
core-js-compat@^3.22.1:
3883-
version "3.22.3"
3884-
resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.22.3.tgz#9b10d786052d042bc97ee8df9c0d1fb6a49c2005"
3885-
integrity sha512-wliMbvPI2idgFWpFe7UEyHMvu6HWgW8WA+HnDRtgzoSDYvXFMpoGX1H3tPDDXrcfUSyXafCLDd7hOeMQHEZxGw==
3886-
dependencies:
3887-
browserslist "^4.20.3"
3888-
semver "7.0.0"
3915+
browserslist "^4.21.3"
38893916

38903917
core-js@^2.0.0, core-js@^2.4.0:
38913918
version "2.6.12"
@@ -4426,16 +4453,16 @@ electron-to-chromium@^1.4.118:
44264453
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.128.tgz#759dd0bf297183d30b87b0cb46c1b84a7c8f94f1"
44274454
integrity sha512-DT8G+2drgywCWN+74jbYJ7yXbdec9wefs+K8C0Tu2Hbhj7K0nod17Iq8hoS21MpuYYrL6oXu2Kd636KmzXVugQ==
44284455

4429-
electron-to-chromium@^1.4.164:
4430-
version "1.4.171"
4431-
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.171.tgz#2beb4e03744ef24a90580074edb87c06fbc86ed7"
4432-
integrity sha512-DmVNWJlGfCYtdgyxp24Aznd7Ou6a+XBSawxODh4lc39OHdh1a49Sitw8oxwMqzzm8n9m2P93OelvIF09SOTNwA==
4433-
44344456
electron-to-chromium@^1.4.17:
44354457
version "1.4.26"
44364458
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.26.tgz#d71b9da220543cf10614a576c3d5ebbe43d96efb"
44374459
integrity sha512-cA1YwlRzO6TGp7yd3+KAqh9Tt6Z4CuuKqsAJP6uF/H5MQryjAGDhMhnY5cEXo8MaRCczpzSBhMPdqRIodkbZYw==
44384460

4461+
electron-to-chromium@^1.4.251:
4462+
version "1.4.251"
4463+
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.251.tgz#8b62448f3c591f0d32488df09454dda72dec96d5"
4464+
integrity sha512-k4o4cFrWPv4SoJGGAydd07GmlRVzmeDIJ6MaEChTUjk4Dmomn189tCicSzil2oyvbPoGgg2suwPDNWq4gWRhoQ==
4465+
44394466
elegant-spinner@^1.0.1:
44404467
version "1.0.1"
44414468
resolved "https://registry.yarnpkg.com/elegant-spinner/-/elegant-spinner-1.0.1.tgz#db043521c95d7e303fd8f345bedc3349cfb0729e"
@@ -7436,10 +7463,10 @@ node-releases@^2.0.3:
74367463
resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-2.0.4.tgz#f38252370c43854dc48aa431c766c6c398f40476"
74377464
integrity sha512-gbMzqQtTtDz/00jQzZ21PQzdI9PyLYqUSvD0p3naOhX4odFji0ZxYdnVwPTxmSwkmxhcFImpozceidSG+AgoPQ==
74387465

7439-
node-releases@^2.0.5:
7440-
version "2.0.5"
7441-
resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-2.0.5.tgz#280ed5bc3eba0d96ce44897d8aee478bfb3d9666"
7442-
integrity sha512-U9h1NLROZTq9uE1SNffn6WuPDg8icmi3ns4rEl/oTfIle4iLjTliCzgTsbaIFMq/Xn078/lfY/BL0GWZ+psK4Q==
7466+
node-releases@^2.0.6:
7467+
version "2.0.6"
7468+
resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-2.0.6.tgz#8a7088c63a55e493845683ebf3c828d8c51c5503"
7469+
integrity sha512-PiVXnNuFm5+iYkLBNeq5211hvO38y63T0i2KKh2KnUs3RpzJ+JtODFjkD8yjLwnDkTYF1eKXheUwdssR+NRZdg==
74437470

74447471
nofilter@^3.1.0:
74457472
version "3.1.0"
@@ -9955,10 +9982,10 @@ universalify@^2.0.0:
99559982
resolved "https://registry.yarnpkg.com/universalify/-/universalify-2.0.0.tgz#75a4984efedc4b08975c5aeb73f530d02df25717"
99569983
integrity sha512-hAZsKq7Yy11Zu1DE0OzWjw7nnLZmJZYTDZZyEFHZdUhV8FkH5MCfoU1XMaxXovpyW5nq5scPqq0ZDP9Zyl04oQ==
99579984

9958-
update-browserslist-db@^1.0.0:
9959-
version "1.0.4"
9960-
resolved "https://registry.yarnpkg.com/update-browserslist-db/-/update-browserslist-db-1.0.4.tgz#dbfc5a789caa26b1db8990796c2c8ebbce304824"
9961-
integrity sha512-jnmO2BEGUjsMOe/Fg9u0oczOe/ppIDZPebzccl1yDWGLFP16Pa1/RM5wEoKYPG2zstNcDuAStejyxsOuKINdGA==
9985+
update-browserslist-db@^1.0.9:
9986+
version "1.0.9"
9987+
resolved "https://registry.yarnpkg.com/update-browserslist-db/-/update-browserslist-db-1.0.9.tgz#2924d3927367a38d5c555413a7ce138fc95fcb18"
9988+
integrity sha512-/xsqn21EGVdXI3EXSum1Yckj3ZVZugqyOZQ/CxYPBD/R+ko9NSUScf8tFF4dOKY+2pvSSJA/S+5B8s4Zr4kyvg==
99629989
dependencies:
99639990
escalade "^3.1.1"
99649991
picocolors "^1.0.0"

0 commit comments

Comments
 (0)