Skip to content

Commit 99cec87

Browse files
committed
⬆️ deps: Upgrade babel monorepo to v7.19.1
1 parent 04e3256 commit 99cec87

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
@@ -65,8 +65,8 @@
6565
},
6666
"dependencies": {},
6767
"devDependencies": {
68-
"@babel/core": "7.19.0",
69-
"@babel/preset-env": "7.19.0",
68+
"@babel/core": "7.19.1",
69+
"@babel/preset-env": "7.19.1",
7070
"@babel/register": "7.18.9",
7171
"@commitlint/cli": "17.1.2",
7272
"@js-library/commitlint-config": "0.0.4",

yarn.lock

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

41-
"@babel/core@7.19.0":
42-
version "7.19.0"
43-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.19.0.tgz#d2f5f4f2033c00de8096be3c9f45772563e150c3"
44-
integrity sha512-reM4+U7B9ss148rh2n1Qs9ASS+w94irYXga7c2jaQv9RVzpS7Mv1a9rnYYwuDa45G+DkORt9g6An2k/V4d9LbQ==
41+
"@babel/compat-data@^7.19.1":
42+
version "7.19.1"
43+
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.19.1.tgz#72d647b4ff6a4f82878d184613353af1dd0290f9"
44+
integrity sha512-72a9ghR0gnESIa7jBN53U32FOVCEoztyIlKaNoU05zRhEecduGK9L9c3ww7Mp06JiR+0ls0GBPFJQwwtjn9ksg==
45+
46+
"@babel/core@7.19.1":
47+
version "7.19.1"
48+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.19.1.tgz#c8fa615c5e88e272564ace3d42fbc8b17bfeb22b"
49+
integrity sha512-1H8VgqXme4UXCRv7/Wa1bq7RVymKOzC7znjyFM8KiEzwFqcKUKYNoQef4GhdklgNvoBXyW4gYhuBNCM5o1zImw==
4550
dependencies:
4651
"@ampproject/remapping" "^2.1.0"
4752
"@babel/code-frame" "^7.18.6"
4853
"@babel/generator" "^7.19.0"
49-
"@babel/helper-compilation-targets" "^7.19.0"
54+
"@babel/helper-compilation-targets" "^7.19.1"
5055
"@babel/helper-module-transforms" "^7.19.0"
5156
"@babel/helpers" "^7.19.0"
52-
"@babel/parser" "^7.19.0"
57+
"@babel/parser" "^7.19.1"
5358
"@babel/template" "^7.18.10"
54-
"@babel/traverse" "^7.19.0"
59+
"@babel/traverse" "^7.19.1"
5560
"@babel/types" "^7.19.0"
5661
convert-source-map "^1.7.0"
5762
debug "^4.1.0"
@@ -185,6 +190,16 @@
185190
browserslist "^4.20.2"
186191
semver "^6.3.0"
187192

193+
"@babel/helper-compilation-targets@^7.19.1":
194+
version "7.19.1"
195+
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.19.1.tgz#7f630911d83b408b76fe584831c98e5395d7a17c"
196+
integrity sha512-LlLkkqhCMyz2lkQPvJNdIYU7O5YjWRgC2R4omjCTpZd8u8KMQzZvX4qce+/BluN1rcQiV7BoGUpmQ0LeHerbhg==
197+
dependencies:
198+
"@babel/compat-data" "^7.19.1"
199+
"@babel/helper-validator-option" "^7.18.6"
200+
browserslist "^4.21.3"
201+
semver "^6.3.0"
202+
188203
"@babel/helper-create-class-features-plugin@^7.12.1", "@babel/helper-create-class-features-plugin@^7.16.5":
189204
version "7.16.5"
190205
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.16.5.tgz#5d1bcd096792c1ebec6249eebc6358eec55d0cad"
@@ -249,10 +264,10 @@
249264
resolve "^1.14.2"
250265
semver "^6.1.2"
251266

252-
"@babel/helper-define-polyfill-provider@^0.3.2":
253-
version "0.3.2"
254-
resolved "https://registry.yarnpkg.com/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.3.2.tgz#bd10d0aca18e8ce012755395b05a79f45eca5073"
255-
integrity sha512-r9QJJ+uDWrd+94BSPcP6/de67ygLtvVy6cK4luE6MOuDsZIdoaPBnfSpbO/+LTifjPckbKXRuI9BB/Z2/y3iTg==
267+
"@babel/helper-define-polyfill-provider@^0.3.3":
268+
version "0.3.3"
269+
resolved "https://registry.yarnpkg.com/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.3.3.tgz#8612e55be5d51f0cd1f36b4a5a83924e89884b7a"
270+
integrity sha512-z5aQKU4IzbqCC1XH0nAqfsFLMVSo22SBKUc0BxGrLkolTdPTructy0ToNnlO2zA4j9Q/7pjMZf0DSY+DSTYzww==
256271
dependencies:
257272
"@babel/helper-compilation-targets" "^7.17.7"
258273
"@babel/helper-plugin-utils" "^7.16.7"
@@ -677,6 +692,11 @@
677692
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.19.0.tgz#497fcafb1d5b61376959c1c338745ef0577aa02c"
678693
integrity sha512-74bEXKX2h+8rrfQUfsBfuZZHzsEs6Eql4pqy/T4Nn6Y9wNPggQOqD6z6pn5Bl8ZfysKouFZT/UXEH94ummEeQw==
679694

695+
"@babel/parser@^7.19.1":
696+
version "7.19.1"
697+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.19.1.tgz#6f6d6c2e621aad19a92544cc217ed13f1aac5b4c"
698+
integrity sha512-h7RCSorm1DdTVGJf3P2Mhj3kdnkmF/EiysUkzS2TdgAYqyjFdMQJbVuXOBej2SBJaXan/lIVtT6KkGbyyq753A==
699+
680700
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.16.2":
681701
version "7.16.2"
682702
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"
@@ -718,10 +738,10 @@
718738
"@babel/helper-remap-async-to-generator" "^7.16.5"
719739
"@babel/plugin-syntax-async-generators" "^7.8.4"
720740

721-
"@babel/plugin-proposal-async-generator-functions@^7.19.0":
722-
version "7.19.0"
723-
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.19.0.tgz#cf5740194f170467df20581712400487efc79ff1"
724-
integrity sha512-nhEByMUTx3uZueJ/QkJuSlCfN4FGg+xy+vRsfGQGzSauq5ks2Deid2+05Q3KhfaUjvec1IGhw/Zm3cFm8JigTQ==
741+
"@babel/plugin-proposal-async-generator-functions@^7.19.1":
742+
version "7.19.1"
743+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.19.1.tgz#34f6f5174b688529342288cd264f80c9ea9fb4a7"
744+
integrity sha512-0yu8vNATgLy4ivqMNBIwb1HebCelqN7YX8SL3FDXORv/RqT0zEEWUCH4GH44JsSrvCu6GqnAdR5EBFAPeNBB4Q==
725745
dependencies:
726746
"@babel/helper-environment-visitor" "^7.18.9"
727747
"@babel/helper-plugin-utils" "^7.19.0"
@@ -1413,10 +1433,10 @@
14131433
dependencies:
14141434
"@babel/helper-create-regexp-features-plugin" "^7.16.0"
14151435

1416-
"@babel/plugin-transform-named-capturing-groups-regex@^7.19.0":
1417-
version "7.19.0"
1418-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.19.0.tgz#58c52422e4f91a381727faed7d513c89d7f41ada"
1419-
integrity sha512-HDSuqOQzkU//kfGdiHBt71/hkDTApw4U/cMVgKgX7PqfB3LOaK+2GtCEsBu1dL9CkswDm0Gwehht1dCr421ULQ==
1436+
"@babel/plugin-transform-named-capturing-groups-regex@^7.19.1":
1437+
version "7.19.1"
1438+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.19.1.tgz#ec7455bab6cd8fb05c525a94876f435a48128888"
1439+
integrity sha512-oWk9l9WItWBQYS4FgXD4Uyy5kq898lvkXpXQxoJEY1RnvPk4R/Dvu2ebXU9q8lP+rlMwUQTFf2Ok6d78ODa0kw==
14201440
dependencies:
14211441
"@babel/helper-create-regexp-features-plugin" "^7.19.0"
14221442
"@babel/helper-plugin-utils" "^7.19.0"
@@ -1643,18 +1663,18 @@
16431663
"@babel/helper-create-regexp-features-plugin" "^7.18.6"
16441664
"@babel/helper-plugin-utils" "^7.18.6"
16451665

1646-
"@babel/preset-env@7.19.0":
1647-
version "7.19.0"
1648-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.19.0.tgz#fd18caf499a67d6411b9ded68dc70d01ed1e5da7"
1649-
integrity sha512-1YUju1TAFuzjIQqNM9WsF4U6VbD/8t3wEAlw3LFYuuEr+ywqLRcSXxFKz4DCEj+sN94l/XTDiUXYRrsvMpz9WQ==
1666+
"@babel/preset-env@7.19.1":
1667+
version "7.19.1"
1668+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.19.1.tgz#9f04c916f9c0205a48ebe5cc1be7768eb1983f67"
1669+
integrity sha512-c8B2c6D16Lp+Nt6HcD+nHl0VbPKVnNPTpszahuxJJnurfMtKeZ80A+qUv48Y7wqvS+dTFuLuaM9oYxyNHbCLWA==
16501670
dependencies:
1651-
"@babel/compat-data" "^7.19.0"
1652-
"@babel/helper-compilation-targets" "^7.19.0"
1671+
"@babel/compat-data" "^7.19.1"
1672+
"@babel/helper-compilation-targets" "^7.19.1"
16531673
"@babel/helper-plugin-utils" "^7.19.0"
16541674
"@babel/helper-validator-option" "^7.18.6"
16551675
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression" "^7.18.6"
16561676
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.18.9"
1657-
"@babel/plugin-proposal-async-generator-functions" "^7.19.0"
1677+
"@babel/plugin-proposal-async-generator-functions" "^7.19.1"
16581678
"@babel/plugin-proposal-class-properties" "^7.18.6"
16591679
"@babel/plugin-proposal-class-static-block" "^7.18.6"
16601680
"@babel/plugin-proposal-dynamic-import" "^7.18.6"
@@ -1702,7 +1722,7 @@
17021722
"@babel/plugin-transform-modules-commonjs" "^7.18.6"
17031723
"@babel/plugin-transform-modules-systemjs" "^7.19.0"
17041724
"@babel/plugin-transform-modules-umd" "^7.18.6"
1705-
"@babel/plugin-transform-named-capturing-groups-regex" "^7.19.0"
1725+
"@babel/plugin-transform-named-capturing-groups-regex" "^7.19.1"
17061726
"@babel/plugin-transform-new-target" "^7.18.6"
17071727
"@babel/plugin-transform-object-super" "^7.18.6"
17081728
"@babel/plugin-transform-parameters" "^7.18.8"
@@ -1718,10 +1738,10 @@
17181738
"@babel/plugin-transform-unicode-regex" "^7.18.6"
17191739
"@babel/preset-modules" "^0.1.5"
17201740
"@babel/types" "^7.19.0"
1721-
babel-plugin-polyfill-corejs2 "^0.3.2"
1722-
babel-plugin-polyfill-corejs3 "^0.5.3"
1723-
babel-plugin-polyfill-regenerator "^0.4.0"
1724-
core-js-compat "^3.22.1"
1741+
babel-plugin-polyfill-corejs2 "^0.3.3"
1742+
babel-plugin-polyfill-corejs3 "^0.6.0"
1743+
babel-plugin-polyfill-regenerator "^0.4.1"
1744+
core-js-compat "^3.25.1"
17251745
semver "^6.3.0"
17261746

17271747
"@babel/preset-env@^7.12.11":
@@ -1961,6 +1981,22 @@
19611981
debug "^4.1.0"
19621982
globals "^11.1.0"
19631983

1984+
"@babel/traverse@^7.19.1":
1985+
version "7.19.1"
1986+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.19.1.tgz#0fafe100a8c2a603b4718b1d9bf2568d1d193347"
1987+
integrity sha512-0j/ZfZMxKukDaag2PtOPDbwuELqIar6lLskVPPJDjXMXjfLb1Obo/1yjxIGqqAJrmfaTIY3z2wFLAQ7qSkLsuA==
1988+
dependencies:
1989+
"@babel/code-frame" "^7.18.6"
1990+
"@babel/generator" "^7.19.0"
1991+
"@babel/helper-environment-visitor" "^7.18.9"
1992+
"@babel/helper-function-name" "^7.19.0"
1993+
"@babel/helper-hoist-variables" "^7.18.6"
1994+
"@babel/helper-split-export-declaration" "^7.18.6"
1995+
"@babel/parser" "^7.19.1"
1996+
"@babel/types" "^7.19.0"
1997+
debug "^4.1.0"
1998+
globals "^11.1.0"
1999+
19642000
"@babel/types@^7.16.0", "@babel/types@^7.4.4":
19652001
version "7.16.0"
19662002
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.16.0.tgz#db3b313804f96aadd0b776c4823e127ad67289ba"
@@ -3066,13 +3102,13 @@ babel-plugin-polyfill-corejs2@^0.3.0:
30663102
"@babel/helper-define-polyfill-provider" "^0.3.0"
30673103
semver "^6.1.1"
30683104

3069-
babel-plugin-polyfill-corejs2@^0.3.2:
3070-
version "0.3.2"
3071-
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.3.2.tgz#e4c31d4c89b56f3cf85b92558954c66b54bd972d"
3072-
integrity sha512-LPnodUl3lS0/4wN3Rb+m+UK8s7lj2jcLRrjho4gLw+OJs+I4bvGXshINesY5xx/apM+biTnQ9reDI8yj+0M5+Q==
3105+
babel-plugin-polyfill-corejs2@^0.3.3:
3106+
version "0.3.3"
3107+
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.3.3.tgz#5d1bd3836d0a19e1b84bbf2d9640ccb6f951c122"
3108+
integrity sha512-8hOdmFYFSZhqg2C/JgLUQ+t52o5nirNwaWM2B9LWteozwIvM14VSwdsCAUET10qT+kmySAlseadmfeeSWFCy+Q==
30733109
dependencies:
30743110
"@babel/compat-data" "^7.17.7"
3075-
"@babel/helper-define-polyfill-provider" "^0.3.2"
3111+
"@babel/helper-define-polyfill-provider" "^0.3.3"
30763112
semver "^6.1.1"
30773113

30783114
babel-plugin-polyfill-corejs3@^0.4.0:
@@ -3083,13 +3119,13 @@ babel-plugin-polyfill-corejs3@^0.4.0:
30833119
"@babel/helper-define-polyfill-provider" "^0.3.0"
30843120
core-js-compat "^3.18.0"
30853121

3086-
babel-plugin-polyfill-corejs3@^0.5.3:
3087-
version "0.5.3"
3088-
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.5.3.tgz#d7e09c9a899079d71a8b670c6181af56ec19c5c7"
3089-
integrity sha512-zKsXDh0XjnrUEW0mxIHLfjBfnXSMr5Q/goMe/fxpQnLm07mcOZiIZHBNWCMx60HmdvjxfXcalac0tfFg0wqxyw==
3122+
babel-plugin-polyfill-corejs3@^0.6.0:
3123+
version "0.6.0"
3124+
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.6.0.tgz#56ad88237137eade485a71b52f72dbed57c6230a"
3125+
integrity sha512-+eHqR6OPcBhJOGgsIar7xoAB1GcSwVUA3XjAd7HJNzOXT4wv6/H7KIdA/Nc60cvUlDbKApmqNvD1B1bzOt4nyA==
30903126
dependencies:
3091-
"@babel/helper-define-polyfill-provider" "^0.3.2"
3092-
core-js-compat "^3.21.0"
3127+
"@babel/helper-define-polyfill-provider" "^0.3.3"
3128+
core-js-compat "^3.25.1"
30933129

30943130
babel-plugin-polyfill-regenerator@^0.3.0:
30953131
version "0.3.0"
@@ -3098,12 +3134,12 @@ babel-plugin-polyfill-regenerator@^0.3.0:
30983134
dependencies:
30993135
"@babel/helper-define-polyfill-provider" "^0.3.0"
31003136

3101-
babel-plugin-polyfill-regenerator@^0.4.0:
3102-
version "0.4.0"
3103-
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.4.0.tgz#8f51809b6d5883e07e71548d75966ff7635527fe"
3104-
integrity sha512-RW1cnryiADFeHmfLS+WW/G431p1PsW5qdRdz0SDRi7TKcUgc7Oh/uXkT7MZ/+tGsT1BkczEAmD5XjUyJ5SWDTw==
3137+
babel-plugin-polyfill-regenerator@^0.4.1:
3138+
version "0.4.1"
3139+
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.4.1.tgz#390f91c38d90473592ed43351e801a9d3e0fd747"
3140+
integrity sha512-NtQGmyQDXjQqQ+IzRkBVwEOz9lQ4zxAQZgoAYEtU9dJjnl1Oc98qnN7jcp+bE7O7aYzVpavXE3/VKXNzUbh7aw==
31053141
dependencies:
3106-
"@babel/helper-define-polyfill-provider" "^0.3.2"
3142+
"@babel/helper-define-polyfill-provider" "^0.3.3"
31073143

31083144
babel-plugin-transform-async-to-promises@^0.8.18:
31093145
version "0.8.18"
@@ -3253,7 +3289,7 @@ browserslist@^4.0.0, browserslist@^4.16.0, browserslist@^4.16.6, browserslist@^4
32533289
node-releases "^2.0.1"
32543290
picocolors "^1.0.0"
32553291

3256-
browserslist@^4.20.2, browserslist@^4.20.3:
3292+
browserslist@^4.20.2:
32573293
version "4.20.3"
32583294
resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.20.3.tgz#eb7572f49ec430e054f56d52ff0ebe9be915f8bf"
32593295
integrity sha512-NBhymBQl1zM0Y5dQT/O+xiLP9/rzOIQdKM/eMJBAq7yBgaB6krIYLGejrwVYnSHZdqjscB1SPuAjHwxjvN6Wdg==
@@ -3264,15 +3300,15 @@ browserslist@^4.20.2, browserslist@^4.20.3:
32643300
node-releases "^2.0.3"
32653301
picocolors "^1.0.0"
32663302

3267-
browserslist@^4.21.0:
3268-
version "4.21.0"
3269-
resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.21.0.tgz#7ab19572361a140ecd1e023e2c1ed95edda0cefe"
3270-
integrity sha512-UQxE0DIhRB5z/zDz9iA03BOfxaN2+GQdBYH/2WrSIWEUrnpzTPJbhqt+umq6r3acaPRTW1FNTkrcp0PXgtFkvA==
3303+
browserslist@^4.21.3:
3304+
version "4.21.4"
3305+
resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.21.4.tgz#e7496bbc67b9e39dd0f98565feccdcb0d4ff6987"
3306+
integrity sha512-CBHJJdDmgjl3daYjN5Cp5kbTf1mUhZoS+beLklHIvkOWscs83YAhLlF3Wsh/lciQYAcbBJgTOD44VtG31ZM4Hw==
32713307
dependencies:
3272-
caniuse-lite "^1.0.30001358"
3273-
electron-to-chromium "^1.4.164"
3274-
node-releases "^2.0.5"
3275-
update-browserslist-db "^1.0.0"
3308+
caniuse-lite "^1.0.30001400"
3309+
electron-to-chromium "^1.4.251"
3310+
node-releases "^2.0.6"
3311+
update-browserslist-db "^1.0.9"
32763312

32773313
buffer-from@^1.0.0:
32783314
version "1.1.2"
@@ -3430,10 +3466,10 @@ caniuse-lite@^1.0.30001332:
34303466
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001334.tgz#892e9965b35285033fc2b8a8eff499fe02f13d8b"
34313467
integrity sha512-kbaCEBRRVSoeNs74sCuq92MJyGrMtjWVfhltoHUCW4t4pXFvGjUBrfo47weBRViHkiV3eBYyIsfl956NtHGazw==
34323468

3433-
caniuse-lite@^1.0.30001358:
3434-
version "1.0.30001359"
3435-
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001359.tgz#a1c1cbe1c2da9e689638813618b4219acbd4925e"
3436-
integrity sha512-Xln/BAsPzEuiVLgJ2/45IaqD9jShtk3Y33anKb4+yLwQzws3+v6odKfpgES/cDEaZMLzSChpIGdbOYtH9MyuHw==
3469+
caniuse-lite@^1.0.30001400:
3470+
version "1.0.30001400"
3471+
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001400.tgz#3038bee70d8b875604cd8833cb0e5e254ee0281a"
3472+
integrity sha512-Mv659Hn65Z4LgZdJ7ge5JTVbE3rqbJaaXgW5LEI9/tOaXclfIZ8DW7D7FCWWWmWiiPS7AC48S8kf3DApSxQdgA==
34373473

34383474
caseless@~0.12.0:
34393475
version "0.12.0"
@@ -3866,21 +3902,12 @@ core-js-compat@^3.18.0, core-js-compat@^3.19.1:
38663902
browserslist "^4.19.1"
38673903
semver "7.0.0"
38683904

3869-
core-js-compat@^3.21.0:
3870-
version "3.23.3"
3871-
resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.23.3.tgz#7d8503185be76bb6d8d592c291a4457a8e440aa9"
3872-
integrity sha512-WSzUs2h2vvmKsacLHNTdpyOC9k43AEhcGoFlVgCY4L7aw98oSBKtPL6vD0/TqZjRWRQYdDSLkzZIni4Crbbiqw==
3905+
core-js-compat@^3.25.1:
3906+
version "3.25.1"
3907+
resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.25.1.tgz#6f13a90de52f89bbe6267e5620a412c7f7ff7e42"
3908+
integrity sha512-pOHS7O0i8Qt4zlPW/eIFjwp+NrTPx+wTL0ctgI2fHn31sZOq89rDsmtc/A2vAX7r6shl+bmVI+678He46jgBlw==
38733909
dependencies:
3874-
browserslist "^4.21.0"
3875-
semver "7.0.0"
3876-
3877-
core-js-compat@^3.22.1:
3878-
version "3.22.3"
3879-
resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.22.3.tgz#9b10d786052d042bc97ee8df9c0d1fb6a49c2005"
3880-
integrity sha512-wliMbvPI2idgFWpFe7UEyHMvu6HWgW8WA+HnDRtgzoSDYvXFMpoGX1H3tPDDXrcfUSyXafCLDd7hOeMQHEZxGw==
3881-
dependencies:
3882-
browserslist "^4.20.3"
3883-
semver "7.0.0"
3910+
browserslist "^4.21.3"
38843911

38853912
core-js@^2.0.0, core-js@^2.4.0:
38863913
version "2.6.12"
@@ -4421,16 +4448,16 @@ electron-to-chromium@^1.4.118:
44214448
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.128.tgz#759dd0bf297183d30b87b0cb46c1b84a7c8f94f1"
44224449
integrity sha512-DT8G+2drgywCWN+74jbYJ7yXbdec9wefs+K8C0Tu2Hbhj7K0nod17Iq8hoS21MpuYYrL6oXu2Kd636KmzXVugQ==
44234450

4424-
electron-to-chromium@^1.4.164:
4425-
version "1.4.171"
4426-
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.171.tgz#2beb4e03744ef24a90580074edb87c06fbc86ed7"
4427-
integrity sha512-DmVNWJlGfCYtdgyxp24Aznd7Ou6a+XBSawxODh4lc39OHdh1a49Sitw8oxwMqzzm8n9m2P93OelvIF09SOTNwA==
4428-
44294451
electron-to-chromium@^1.4.17:
44304452
version "1.4.26"
44314453
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.26.tgz#d71b9da220543cf10614a576c3d5ebbe43d96efb"
44324454
integrity sha512-cA1YwlRzO6TGp7yd3+KAqh9Tt6Z4CuuKqsAJP6uF/H5MQryjAGDhMhnY5cEXo8MaRCczpzSBhMPdqRIodkbZYw==
44334455

4456+
electron-to-chromium@^1.4.251:
4457+
version "1.4.251"
4458+
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.251.tgz#8b62448f3c591f0d32488df09454dda72dec96d5"
4459+
integrity sha512-k4o4cFrWPv4SoJGGAydd07GmlRVzmeDIJ6MaEChTUjk4Dmomn189tCicSzil2oyvbPoGgg2suwPDNWq4gWRhoQ==
4460+
44344461
elegant-spinner@^1.0.1:
44354462
version "1.0.1"
44364463
resolved "https://registry.yarnpkg.com/elegant-spinner/-/elegant-spinner-1.0.1.tgz#db043521c95d7e303fd8f345bedc3349cfb0729e"
@@ -7431,10 +7458,10 @@ node-releases@^2.0.3:
74317458
resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-2.0.4.tgz#f38252370c43854dc48aa431c766c6c398f40476"
74327459
integrity sha512-gbMzqQtTtDz/00jQzZ21PQzdI9PyLYqUSvD0p3naOhX4odFji0ZxYdnVwPTxmSwkmxhcFImpozceidSG+AgoPQ==
74337460

7434-
node-releases@^2.0.5:
7435-
version "2.0.5"
7436-
resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-2.0.5.tgz#280ed5bc3eba0d96ce44897d8aee478bfb3d9666"
7437-
integrity sha512-U9h1NLROZTq9uE1SNffn6WuPDg8icmi3ns4rEl/oTfIle4iLjTliCzgTsbaIFMq/Xn078/lfY/BL0GWZ+psK4Q==
7461+
node-releases@^2.0.6:
7462+
version "2.0.6"
7463+
resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-2.0.6.tgz#8a7088c63a55e493845683ebf3c828d8c51c5503"
7464+
integrity sha512-PiVXnNuFm5+iYkLBNeq5211hvO38y63T0i2KKh2KnUs3RpzJ+JtODFjkD8yjLwnDkTYF1eKXheUwdssR+NRZdg==
74387465

74397466
nofilter@^3.1.0:
74407467
version "3.1.0"
@@ -9950,10 +9977,10 @@ universalify@^2.0.0:
99509977
resolved "https://registry.yarnpkg.com/universalify/-/universalify-2.0.0.tgz#75a4984efedc4b08975c5aeb73f530d02df25717"
99519978
integrity sha512-hAZsKq7Yy11Zu1DE0OzWjw7nnLZmJZYTDZZyEFHZdUhV8FkH5MCfoU1XMaxXovpyW5nq5scPqq0ZDP9Zyl04oQ==
99529979

9953-
update-browserslist-db@^1.0.0:
9954-
version "1.0.4"
9955-
resolved "https://registry.yarnpkg.com/update-browserslist-db/-/update-browserslist-db-1.0.4.tgz#dbfc5a789caa26b1db8990796c2c8ebbce304824"
9956-
integrity sha512-jnmO2BEGUjsMOe/Fg9u0oczOe/ppIDZPebzccl1yDWGLFP16Pa1/RM5wEoKYPG2zstNcDuAStejyxsOuKINdGA==
9980+
update-browserslist-db@^1.0.9:
9981+
version "1.0.9"
9982+
resolved "https://registry.yarnpkg.com/update-browserslist-db/-/update-browserslist-db-1.0.9.tgz#2924d3927367a38d5c555413a7ce138fc95fcb18"
9983+
integrity sha512-/xsqn21EGVdXI3EXSum1Yckj3ZVZugqyOZQ/CxYPBD/R+ko9NSUScf8tFF4dOKY+2pvSSJA/S+5B8s4Zr4kyvg==
99579984
dependencies:
99589985
escalade "^3.1.1"
99599986
picocolors "^1.0.0"

0 commit comments

Comments
 (0)