Skip to content

Commit 31921a2

Browse files
committed
⬆️ deps: Upgrade babel monorepo to v7.19.1
1 parent 356acc8 commit 31921a2

File tree

2 files changed

+115
-88
lines changed

2 files changed

+115
-88
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,8 @@
7171
"@iterable-iterator/slice": "^1.0.1"
7272
},
7373
"devDependencies": {
74-
"@babel/core": "7.19.0",
75-
"@babel/preset-env": "7.19.0",
74+
"@babel/core": "7.19.1",
75+
"@babel/preset-env": "7.19.1",
7676
"@babel/register": "7.18.9",
7777
"@commitlint/cli": "17.1.2",
7878
"@iterable-iterator/list": "1.0.1",

yarn.lock

Lines changed: 113 additions & 86 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.14.5":
189204
version "7.14.8"
190205
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.14.8.tgz#a6f8c3de208b1e5629424a9a63567f56501955fc"
@@ -248,10 +263,10 @@
248263
resolve "^1.14.2"
249264
semver "^6.1.2"
250265

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

691+
"@babel/parser@^7.19.1":
692+
version "7.19.1"
693+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.19.1.tgz#6f6d6c2e621aad19a92544cc217ed13f1aac5b4c"
694+
integrity sha512-h7RCSorm1DdTVGJf3P2Mhj3kdnkmF/EiysUkzS2TdgAYqyjFdMQJbVuXOBej2SBJaXan/lIVtT6KkGbyyq753A==
695+
676696
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.18.6":
677697
version "7.18.6"
678698
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.18.6.tgz#da5b8f9a580acdfbe53494dba45ea389fb09a4d2"
@@ -707,10 +727,10 @@
707727
"@babel/helper-remap-async-to-generator" "^7.14.5"
708728
"@babel/plugin-syntax-async-generators" "^7.8.4"
709729

710-
"@babel/plugin-proposal-async-generator-functions@^7.19.0":
711-
version "7.19.0"
712-
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.19.0.tgz#cf5740194f170467df20581712400487efc79ff1"
713-
integrity sha512-nhEByMUTx3uZueJ/QkJuSlCfN4FGg+xy+vRsfGQGzSauq5ks2Deid2+05Q3KhfaUjvec1IGhw/Zm3cFm8JigTQ==
730+
"@babel/plugin-proposal-async-generator-functions@^7.19.1":
731+
version "7.19.1"
732+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.19.1.tgz#34f6f5174b688529342288cd264f80c9ea9fb4a7"
733+
integrity sha512-0yu8vNATgLy4ivqMNBIwb1HebCelqN7YX8SL3FDXORv/RqT0zEEWUCH4GH44JsSrvCu6GqnAdR5EBFAPeNBB4Q==
714734
dependencies:
715735
"@babel/helper-environment-visitor" "^7.18.9"
716736
"@babel/helper-plugin-utils" "^7.19.0"
@@ -1401,10 +1421,10 @@
14011421
dependencies:
14021422
"@babel/helper-create-regexp-features-plugin" "^7.14.5"
14031423

1404-
"@babel/plugin-transform-named-capturing-groups-regex@^7.19.0":
1405-
version "7.19.0"
1406-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.19.0.tgz#58c52422e4f91a381727faed7d513c89d7f41ada"
1407-
integrity sha512-HDSuqOQzkU//kfGdiHBt71/hkDTApw4U/cMVgKgX7PqfB3LOaK+2GtCEsBu1dL9CkswDm0Gwehht1dCr421ULQ==
1424+
"@babel/plugin-transform-named-capturing-groups-regex@^7.19.1":
1425+
version "7.19.1"
1426+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.19.1.tgz#ec7455bab6cd8fb05c525a94876f435a48128888"
1427+
integrity sha512-oWk9l9WItWBQYS4FgXD4Uyy5kq898lvkXpXQxoJEY1RnvPk4R/Dvu2ebXU9q8lP+rlMwUQTFf2Ok6d78ODa0kw==
14081428
dependencies:
14091429
"@babel/helper-create-regexp-features-plugin" "^7.19.0"
14101430
"@babel/helper-plugin-utils" "^7.19.0"
@@ -1631,18 +1651,18 @@
16311651
"@babel/helper-create-regexp-features-plugin" "^7.18.6"
16321652
"@babel/helper-plugin-utils" "^7.18.6"
16331653

1634-
"@babel/preset-env@7.19.0":
1635-
version "7.19.0"
1636-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.19.0.tgz#fd18caf499a67d6411b9ded68dc70d01ed1e5da7"
1637-
integrity sha512-1YUju1TAFuzjIQqNM9WsF4U6VbD/8t3wEAlw3LFYuuEr+ywqLRcSXxFKz4DCEj+sN94l/XTDiUXYRrsvMpz9WQ==
1654+
"@babel/preset-env@7.19.1":
1655+
version "7.19.1"
1656+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.19.1.tgz#9f04c916f9c0205a48ebe5cc1be7768eb1983f67"
1657+
integrity sha512-c8B2c6D16Lp+Nt6HcD+nHl0VbPKVnNPTpszahuxJJnurfMtKeZ80A+qUv48Y7wqvS+dTFuLuaM9oYxyNHbCLWA==
16381658
dependencies:
1639-
"@babel/compat-data" "^7.19.0"
1640-
"@babel/helper-compilation-targets" "^7.19.0"
1659+
"@babel/compat-data" "^7.19.1"
1660+
"@babel/helper-compilation-targets" "^7.19.1"
16411661
"@babel/helper-plugin-utils" "^7.19.0"
16421662
"@babel/helper-validator-option" "^7.18.6"
16431663
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression" "^7.18.6"
16441664
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.18.9"
1645-
"@babel/plugin-proposal-async-generator-functions" "^7.19.0"
1665+
"@babel/plugin-proposal-async-generator-functions" "^7.19.1"
16461666
"@babel/plugin-proposal-class-properties" "^7.18.6"
16471667
"@babel/plugin-proposal-class-static-block" "^7.18.6"
16481668
"@babel/plugin-proposal-dynamic-import" "^7.18.6"
@@ -1690,7 +1710,7 @@
16901710
"@babel/plugin-transform-modules-commonjs" "^7.18.6"
16911711
"@babel/plugin-transform-modules-systemjs" "^7.19.0"
16921712
"@babel/plugin-transform-modules-umd" "^7.18.6"
1693-
"@babel/plugin-transform-named-capturing-groups-regex" "^7.19.0"
1713+
"@babel/plugin-transform-named-capturing-groups-regex" "^7.19.1"
16941714
"@babel/plugin-transform-new-target" "^7.18.6"
16951715
"@babel/plugin-transform-object-super" "^7.18.6"
16961716
"@babel/plugin-transform-parameters" "^7.18.8"
@@ -1706,10 +1726,10 @@
17061726
"@babel/plugin-transform-unicode-regex" "^7.18.6"
17071727
"@babel/preset-modules" "^0.1.5"
17081728
"@babel/types" "^7.19.0"
1709-
babel-plugin-polyfill-corejs2 "^0.3.2"
1710-
babel-plugin-polyfill-corejs3 "^0.5.3"
1711-
babel-plugin-polyfill-regenerator "^0.4.0"
1712-
core-js-compat "^3.22.1"
1729+
babel-plugin-polyfill-corejs2 "^0.3.3"
1730+
babel-plugin-polyfill-corejs3 "^0.6.0"
1731+
babel-plugin-polyfill-regenerator "^0.4.1"
1732+
core-js-compat "^3.25.1"
17131733
semver "^6.3.0"
17141734

17151735
"@babel/preset-env@^7.12.11":
@@ -1958,6 +1978,22 @@
19581978
debug "^4.1.0"
19591979
globals "^11.1.0"
19601980

1981+
"@babel/traverse@^7.19.1":
1982+
version "7.19.1"
1983+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.19.1.tgz#0fafe100a8c2a603b4718b1d9bf2568d1d193347"
1984+
integrity sha512-0j/ZfZMxKukDaag2PtOPDbwuELqIar6lLskVPPJDjXMXjfLb1Obo/1yjxIGqqAJrmfaTIY3z2wFLAQ7qSkLsuA==
1985+
dependencies:
1986+
"@babel/code-frame" "^7.18.6"
1987+
"@babel/generator" "^7.19.0"
1988+
"@babel/helper-environment-visitor" "^7.18.9"
1989+
"@babel/helper-function-name" "^7.19.0"
1990+
"@babel/helper-hoist-variables" "^7.18.6"
1991+
"@babel/helper-split-export-declaration" "^7.18.6"
1992+
"@babel/parser" "^7.19.1"
1993+
"@babel/types" "^7.19.0"
1994+
debug "^4.1.0"
1995+
globals "^11.1.0"
1996+
19611997
"@babel/types@^7.14.5", "@babel/types@^7.14.8", "@babel/types@^7.14.9", "@babel/types@^7.4.4":
19621998
version "7.14.9"
19631999
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.14.9.tgz#f2b19c3f2f77c5708d67fe8f6046e9cea2b5036d"
@@ -3147,13 +3183,13 @@ babel-plugin-polyfill-corejs2@^0.2.2:
31473183
"@babel/helper-define-polyfill-provider" "^0.2.2"
31483184
semver "^6.1.1"
31493185

3150-
babel-plugin-polyfill-corejs2@^0.3.2:
3151-
version "0.3.2"
3152-
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.3.2.tgz#e4c31d4c89b56f3cf85b92558954c66b54bd972d"
3153-
integrity sha512-LPnodUl3lS0/4wN3Rb+m+UK8s7lj2jcLRrjho4gLw+OJs+I4bvGXshINesY5xx/apM+biTnQ9reDI8yj+0M5+Q==
3186+
babel-plugin-polyfill-corejs2@^0.3.3:
3187+
version "0.3.3"
3188+
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.3.3.tgz#5d1bd3836d0a19e1b84bbf2d9640ccb6f951c122"
3189+
integrity sha512-8hOdmFYFSZhqg2C/JgLUQ+t52o5nirNwaWM2B9LWteozwIvM14VSwdsCAUET10qT+kmySAlseadmfeeSWFCy+Q==
31543190
dependencies:
31553191
"@babel/compat-data" "^7.17.7"
3156-
"@babel/helper-define-polyfill-provider" "^0.3.2"
3192+
"@babel/helper-define-polyfill-provider" "^0.3.3"
31573193
semver "^6.1.1"
31583194

31593195
babel-plugin-polyfill-corejs3@^0.2.2:
@@ -3164,13 +3200,13 @@ babel-plugin-polyfill-corejs3@^0.2.2:
31643200
"@babel/helper-define-polyfill-provider" "^0.2.2"
31653201
core-js-compat "^3.14.0"
31663202

3167-
babel-plugin-polyfill-corejs3@^0.5.3:
3168-
version "0.5.3"
3169-
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.5.3.tgz#d7e09c9a899079d71a8b670c6181af56ec19c5c7"
3170-
integrity sha512-zKsXDh0XjnrUEW0mxIHLfjBfnXSMr5Q/goMe/fxpQnLm07mcOZiIZHBNWCMx60HmdvjxfXcalac0tfFg0wqxyw==
3203+
babel-plugin-polyfill-corejs3@^0.6.0:
3204+
version "0.6.0"
3205+
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.6.0.tgz#56ad88237137eade485a71b52f72dbed57c6230a"
3206+
integrity sha512-+eHqR6OPcBhJOGgsIar7xoAB1GcSwVUA3XjAd7HJNzOXT4wv6/H7KIdA/Nc60cvUlDbKApmqNvD1B1bzOt4nyA==
31713207
dependencies:
3172-
"@babel/helper-define-polyfill-provider" "^0.3.2"
3173-
core-js-compat "^3.21.0"
3208+
"@babel/helper-define-polyfill-provider" "^0.3.3"
3209+
core-js-compat "^3.25.1"
31743210

31753211
babel-plugin-polyfill-regenerator@^0.2.2:
31763212
version "0.2.2"
@@ -3179,12 +3215,12 @@ babel-plugin-polyfill-regenerator@^0.2.2:
31793215
dependencies:
31803216
"@babel/helper-define-polyfill-provider" "^0.2.2"
31813217

3182-
babel-plugin-polyfill-regenerator@^0.4.0:
3183-
version "0.4.0"
3184-
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.4.0.tgz#8f51809b6d5883e07e71548d75966ff7635527fe"
3185-
integrity sha512-RW1cnryiADFeHmfLS+WW/G431p1PsW5qdRdz0SDRi7TKcUgc7Oh/uXkT7MZ/+tGsT1BkczEAmD5XjUyJ5SWDTw==
3218+
babel-plugin-polyfill-regenerator@^0.4.1:
3219+
version "0.4.1"
3220+
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.4.1.tgz#390f91c38d90473592ed43351e801a9d3e0fd747"
3221+
integrity sha512-NtQGmyQDXjQqQ+IzRkBVwEOz9lQ4zxAQZgoAYEtU9dJjnl1Oc98qnN7jcp+bE7O7aYzVpavXE3/VKXNzUbh7aw==
31863222
dependencies:
3187-
"@babel/helper-define-polyfill-provider" "^0.3.2"
3223+
"@babel/helper-define-polyfill-provider" "^0.3.3"
31883224

31893225
babel-plugin-transform-async-to-promises@^0.8.18:
31903226
version "0.8.18"
@@ -3334,7 +3370,7 @@ browserslist@^4.0.0, browserslist@^4.16.6:
33343370
escalade "^3.1.1"
33353371
node-releases "^1.1.73"
33363372

3337-
browserslist@^4.20.2, browserslist@^4.20.3:
3373+
browserslist@^4.20.2:
33383374
version "4.20.3"
33393375
resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.20.3.tgz#eb7572f49ec430e054f56d52ff0ebe9be915f8bf"
33403376
integrity sha512-NBhymBQl1zM0Y5dQT/O+xiLP9/rzOIQdKM/eMJBAq7yBgaB6krIYLGejrwVYnSHZdqjscB1SPuAjHwxjvN6Wdg==
@@ -3345,15 +3381,15 @@ browserslist@^4.20.2, browserslist@^4.20.3:
33453381
node-releases "^2.0.3"
33463382
picocolors "^1.0.0"
33473383

3348-
browserslist@^4.21.0:
3349-
version "4.21.0"
3350-
resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.21.0.tgz#7ab19572361a140ecd1e023e2c1ed95edda0cefe"
3351-
integrity sha512-UQxE0DIhRB5z/zDz9iA03BOfxaN2+GQdBYH/2WrSIWEUrnpzTPJbhqt+umq6r3acaPRTW1FNTkrcp0PXgtFkvA==
3384+
browserslist@^4.21.3:
3385+
version "4.21.4"
3386+
resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.21.4.tgz#e7496bbc67b9e39dd0f98565feccdcb0d4ff6987"
3387+
integrity sha512-CBHJJdDmgjl3daYjN5Cp5kbTf1mUhZoS+beLklHIvkOWscs83YAhLlF3Wsh/lciQYAcbBJgTOD44VtG31ZM4Hw==
33523388
dependencies:
3353-
caniuse-lite "^1.0.30001358"
3354-
electron-to-chromium "^1.4.164"
3355-
node-releases "^2.0.5"
3356-
update-browserslist-db "^1.0.0"
3389+
caniuse-lite "^1.0.30001400"
3390+
electron-to-chromium "^1.4.251"
3391+
node-releases "^2.0.6"
3392+
update-browserslist-db "^1.0.9"
33573393

33583394
buffer-from@^1.0.0:
33593395
version "1.1.2"
@@ -3530,10 +3566,10 @@ caniuse-lite@^1.0.30001332:
35303566
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001334.tgz#892e9965b35285033fc2b8a8eff499fe02f13d8b"
35313567
integrity sha512-kbaCEBRRVSoeNs74sCuq92MJyGrMtjWVfhltoHUCW4t4pXFvGjUBrfo47weBRViHkiV3eBYyIsfl956NtHGazw==
35323568

3533-
caniuse-lite@^1.0.30001358:
3534-
version "1.0.30001359"
3535-
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001359.tgz#a1c1cbe1c2da9e689638813618b4219acbd4925e"
3536-
integrity sha512-Xln/BAsPzEuiVLgJ2/45IaqD9jShtk3Y33anKb4+yLwQzws3+v6odKfpgES/cDEaZMLzSChpIGdbOYtH9MyuHw==
3569+
caniuse-lite@^1.0.30001400:
3570+
version "1.0.30001400"
3571+
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001400.tgz#3038bee70d8b875604cd8833cb0e5e254ee0281a"
3572+
integrity sha512-Mv659Hn65Z4LgZdJ7ge5JTVbE3rqbJaaXgW5LEI9/tOaXclfIZ8DW7D7FCWWWmWiiPS7AC48S8kf3DApSxQdgA==
35373573

35383574
caseless@~0.12.0:
35393575
version "0.12.0"
@@ -3986,21 +4022,12 @@ core-js-compat@^3.14.0, core-js-compat@^3.16.0:
39864022
browserslist "^4.16.6"
39874023
semver "7.0.0"
39884024

3989-
core-js-compat@^3.21.0:
3990-
version "3.23.3"
3991-
resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.23.3.tgz#7d8503185be76bb6d8d592c291a4457a8e440aa9"
3992-
integrity sha512-WSzUs2h2vvmKsacLHNTdpyOC9k43AEhcGoFlVgCY4L7aw98oSBKtPL6vD0/TqZjRWRQYdDSLkzZIni4Crbbiqw==
4025+
core-js-compat@^3.25.1:
4026+
version "3.25.1"
4027+
resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.25.1.tgz#6f13a90de52f89bbe6267e5620a412c7f7ff7e42"
4028+
integrity sha512-pOHS7O0i8Qt4zlPW/eIFjwp+NrTPx+wTL0ctgI2fHn31sZOq89rDsmtc/A2vAX7r6shl+bmVI+678He46jgBlw==
39934029
dependencies:
3994-
browserslist "^4.21.0"
3995-
semver "7.0.0"
3996-
3997-
core-js-compat@^3.22.1:
3998-
version "3.22.3"
3999-
resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.22.3.tgz#9b10d786052d042bc97ee8df9c0d1fb6a49c2005"
4000-
integrity sha512-wliMbvPI2idgFWpFe7UEyHMvu6HWgW8WA+HnDRtgzoSDYvXFMpoGX1H3tPDDXrcfUSyXafCLDd7hOeMQHEZxGw==
4001-
dependencies:
4002-
browserslist "^4.20.3"
4003-
semver "7.0.0"
4030+
browserslist "^4.21.3"
40044031

40054032
core-js@^2.0.0, core-js@^2.4.0:
40064033
version "2.6.12"
@@ -4574,10 +4601,10 @@ electron-to-chromium@^1.4.118:
45744601
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.128.tgz#759dd0bf297183d30b87b0cb46c1b84a7c8f94f1"
45754602
integrity sha512-DT8G+2drgywCWN+74jbYJ7yXbdec9wefs+K8C0Tu2Hbhj7K0nod17Iq8hoS21MpuYYrL6oXu2Kd636KmzXVugQ==
45764603

4577-
electron-to-chromium@^1.4.164:
4578-
version "1.4.171"
4579-
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.171.tgz#2beb4e03744ef24a90580074edb87c06fbc86ed7"
4580-
integrity sha512-DmVNWJlGfCYtdgyxp24Aznd7Ou6a+XBSawxODh4lc39OHdh1a49Sitw8oxwMqzzm8n9m2P93OelvIF09SOTNwA==
4604+
electron-to-chromium@^1.4.251:
4605+
version "1.4.251"
4606+
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.251.tgz#8b62448f3c591f0d32488df09454dda72dec96d5"
4607+
integrity sha512-k4o4cFrWPv4SoJGGAydd07GmlRVzmeDIJ6MaEChTUjk4Dmomn189tCicSzil2oyvbPoGgg2suwPDNWq4gWRhoQ==
45814608

45824609
elegant-spinner@^1.0.1:
45834610
version "1.0.1"
@@ -7738,10 +7765,10 @@ node-releases@^2.0.3:
77387765
resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-2.0.4.tgz#f38252370c43854dc48aa431c766c6c398f40476"
77397766
integrity sha512-gbMzqQtTtDz/00jQzZ21PQzdI9PyLYqUSvD0p3naOhX4odFji0ZxYdnVwPTxmSwkmxhcFImpozceidSG+AgoPQ==
77407767

7741-
node-releases@^2.0.5:
7742-
version "2.0.5"
7743-
resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-2.0.5.tgz#280ed5bc3eba0d96ce44897d8aee478bfb3d9666"
7744-
integrity sha512-U9h1NLROZTq9uE1SNffn6WuPDg8icmi3ns4rEl/oTfIle4iLjTliCzgTsbaIFMq/Xn078/lfY/BL0GWZ+psK4Q==
7768+
node-releases@^2.0.6:
7769+
version "2.0.6"
7770+
resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-2.0.6.tgz#8a7088c63a55e493845683ebf3c828d8c51c5503"
7771+
integrity sha512-PiVXnNuFm5+iYkLBNeq5211hvO38y63T0i2KKh2KnUs3RpzJ+JtODFjkD8yjLwnDkTYF1eKXheUwdssR+NRZdg==
77457772

77467773
nofilter@^3.1.0:
77477774
version "3.1.0"
@@ -10455,10 +10482,10 @@ unquote@~1.1.1:
1045510482
resolved "https://registry.yarnpkg.com/unquote/-/unquote-1.1.1.tgz#8fded7324ec6e88a0ff8b905e7c098cdc086d544"
1045610483
integrity sha1-j97XMk7G6IoP+LkF58CYzcCG1UQ=
1045710484

10458-
update-browserslist-db@^1.0.0:
10459-
version "1.0.4"
10460-
resolved "https://registry.yarnpkg.com/update-browserslist-db/-/update-browserslist-db-1.0.4.tgz#dbfc5a789caa26b1db8990796c2c8ebbce304824"
10461-
integrity sha512-jnmO2BEGUjsMOe/Fg9u0oczOe/ppIDZPebzccl1yDWGLFP16Pa1/RM5wEoKYPG2zstNcDuAStejyxsOuKINdGA==
10485+
update-browserslist-db@^1.0.9:
10486+
version "1.0.9"
10487+
resolved "https://registry.yarnpkg.com/update-browserslist-db/-/update-browserslist-db-1.0.9.tgz#2924d3927367a38d5c555413a7ce138fc95fcb18"
10488+
integrity sha512-/xsqn21EGVdXI3EXSum1Yckj3ZVZugqyOZQ/CxYPBD/R+ko9NSUScf8tFF4dOKY+2pvSSJA/S+5B8s4Zr4kyvg==
1046210489
dependencies:
1046310490
escalade "^3.1.1"
1046410491
picocolors "^1.0.0"

0 commit comments

Comments
 (0)