Skip to content

Commit 0ff48b3

Browse files
committed
⬆️ deps: Upgrade babel monorepo
1 parent ac8f469 commit 0ff48b3

File tree

2 files changed

+76
-104
lines changed

2 files changed

+76
-104
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.22.6",
69-
"@babel/preset-env": "7.22.6",
68+
"@babel/core": "7.22.8",
69+
"@babel/preset-env": "7.22.7",
7070
"@babel/register": "7.22.5",
7171
"@commitlint/cli": "17.6.6",
7272
"@js-library/commitlint-config": "0.0.4",

yarn.lock

Lines changed: 74 additions & 102 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,6 @@
2929
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.16.4.tgz#081d6bbc336ec5c2435c6346b2ae1fb98b5ac68e"
3030
integrity sha512-1o/jo7D+kC9ZjHX5v+EHrdjl3PhxMrLSOTGsOdHJ+KL8HCaEK6ehrVL2RS6oHDZp+L7xLirLrPmQtEng769J/Q==
3131

32-
"@babel/compat-data@^7.17.7", "@babel/compat-data@^7.18.8":
33-
version "7.18.8"
34-
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.18.8.tgz#2483f565faca607b8535590e84e7de323f27764d"
35-
integrity sha512-HSmX4WZPPK3FUxYp7g2T6EyO8j96HlZJlxmKPSh6KAcqwyDrfx7hKjXpAW/0FhFfTJsR0Yt4lAjLI2coMptIHQ==
36-
3732
"@babel/compat-data@^7.22.5":
3833
version "7.22.5"
3934
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.22.5.tgz#b1f6c86a02d85d2dd3368a2b67c09add8cd0c255"
@@ -44,20 +39,20 @@
4439
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.22.6.tgz#15606a20341de59ba02cd2fcc5086fcbe73bf544"
4540
integrity sha512-29tfsWTq2Ftu7MXmimyC0C5FDZv5DYxOZkh3XD3+QW4V/BYuv/LyEsjj3c0hqedEaDt6DBfDvexMKU8YevdqFg==
4641

47-
"@babel/core@7.22.6":
48-
version "7.22.6"
49-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.22.6.tgz#aafafbe86e9a1679d876b99dc46382964ef72494"
50-
integrity sha512-HPIyDa6n+HKw5dEuway3vVAhBboYCtREBMp+IWeseZy6TFtzn6MHkCH2KKYUOC/vKKwgSMHQW4htBOrmuRPXfw==
42+
"@babel/core@7.22.8":
43+
version "7.22.8"
44+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.22.8.tgz#386470abe884302db9c82e8e5e87be9e46c86785"
45+
integrity sha512-75+KxFB4CZqYRXjx4NlR4J7yGvKumBuZTmV4NV6v09dVXXkuYVYLT68N6HCzLvfJ+fWCxQsntNzKwwIXL4bHnw==
5146
dependencies:
5247
"@ampproject/remapping" "^2.2.0"
5348
"@babel/code-frame" "^7.22.5"
54-
"@babel/generator" "^7.22.5"
49+
"@babel/generator" "^7.22.7"
5550
"@babel/helper-compilation-targets" "^7.22.6"
5651
"@babel/helper-module-transforms" "^7.22.5"
5752
"@babel/helpers" "^7.22.6"
58-
"@babel/parser" "^7.22.6"
53+
"@babel/parser" "^7.22.7"
5954
"@babel/template" "^7.22.5"
60-
"@babel/traverse" "^7.22.6"
55+
"@babel/traverse" "^7.22.8"
6156
"@babel/types" "^7.22.5"
6257
"@nicolo-ribaudo/semver-v6" "^6.3.3"
6358
convert-source-map "^1.7.0"
@@ -105,6 +100,16 @@
105100
"@jridgewell/trace-mapping" "^0.3.17"
106101
jsesc "^2.5.1"
107102

103+
"@babel/generator@^7.22.7":
104+
version "7.22.7"
105+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.22.7.tgz#a6b8152d5a621893f2c9dacf9a4e286d520633d5"
106+
integrity sha512-p+jPjMG+SI8yvIaxGgeW24u7q9+5+TGpZh8/CuB7RhBKd7RCy8FayNEFNNKrNK/eUcY/4ExQqLmyrvBXKsIcwQ==
107+
dependencies:
108+
"@babel/types" "^7.22.5"
109+
"@jridgewell/gen-mapping" "^0.3.2"
110+
"@jridgewell/trace-mapping" "^0.3.17"
111+
jsesc "^2.5.1"
112+
108113
"@babel/helper-annotate-as-pure@^7.16.0":
109114
version "7.16.0"
110115
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.16.0.tgz#9a1f0ebcda53d9a2d00108c4ceace6a5d5f1f08d"
@@ -151,16 +156,6 @@
151156
browserslist "^4.17.5"
152157
semver "^6.3.0"
153158

154-
"@babel/helper-compilation-targets@^7.17.7":
155-
version "7.18.9"
156-
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.18.9.tgz#69e64f57b524cde3e5ff6cc5a9f4a387ee5563bf"
157-
integrity sha512-tzLCyVmqUiFlcFoAPLA/gL9TeYrF61VLNtb+hvkuVaB5SUjW7jcfrglBIX1vUIoT7CLP3bBlIMeyEsIl2eFQNg==
158-
dependencies:
159-
"@babel/compat-data" "^7.18.8"
160-
"@babel/helper-validator-option" "^7.18.6"
161-
browserslist "^4.20.2"
162-
semver "^6.3.0"
163-
164159
"@babel/helper-compilation-targets@^7.22.5":
165160
version "7.22.5"
166161
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.22.5.tgz#fc7319fc54c5e2fa14b2909cf3c5fd3046813e02"
@@ -250,17 +245,16 @@
250245
resolve "^1.14.2"
251246
semver "^6.1.2"
252247

253-
"@babel/helper-define-polyfill-provider@^0.4.0":
254-
version "0.4.0"
255-
resolved "https://registry.yarnpkg.com/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.4.0.tgz#487053f103110f25b9755c5980e031e93ced24d8"
256-
integrity sha512-RnanLx5ETe6aybRi1cO/edaRH+bNYWaryCEmjDDYyNr4wnSzyOp8T0dWipmqVHKEY3AbVKUom50AKSlj1zmKbg==
248+
"@babel/helper-define-polyfill-provider@^0.4.1":
249+
version "0.4.1"
250+
resolved "https://registry.yarnpkg.com/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.4.1.tgz#af1429c4a83ac316a6a8c2cc8ff45cb5d2998d3a"
251+
integrity sha512-kX4oXixDxG197yhX+J3Wp+NpL2wuCFjWQAr6yX2jtCnflK9ulMI51ULFGIrWiX1jGfvAxdHp+XQCcP2bZGPs9A==
257252
dependencies:
258-
"@babel/helper-compilation-targets" "^7.17.7"
259-
"@babel/helper-plugin-utils" "^7.16.7"
253+
"@babel/helper-compilation-targets" "^7.22.6"
254+
"@babel/helper-plugin-utils" "^7.22.5"
260255
debug "^4.1.1"
261256
lodash.debounce "^4.0.8"
262257
resolve "^1.14.2"
263-
semver "^6.1.2"
264258

265259
"@babel/helper-environment-visitor@^7.16.5":
266260
version "7.16.5"
@@ -394,11 +388,6 @@
394388
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.16.5.tgz#afe37a45f39fce44a3d50a7958129ea5b1a5c074"
395389
integrity sha512-59KHWHXxVA9K4HNF4sbHCf+eJeFe0Te/ZFGqBT4OjXhrwvA04sGfaEGsVTdsjoszq0YTP49RC9UKe5g8uN2RwQ==
396390

397-
"@babel/helper-plugin-utils@^7.16.7":
398-
version "7.18.9"
399-
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.18.9.tgz#4b8aea3b069d8cb8a72cdfe28ddf5ceca695ef2f"
400-
integrity sha512-aBXPT3bmtLryXaoJLyYPXPlSD4p1ld9aYeR+sJNOZjJJGiOpb+fKfh3NkcCu7J54nUJwCERPBExCCpyCOHnu/w==
401-
402391
"@babel/helper-plugin-utils@^7.18.6":
403392
version "7.18.6"
404393
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.18.6.tgz#9448974dd4fb1d80fefe72e8a0af37809cd30d6d"
@@ -530,11 +519,6 @@
530519
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.14.5.tgz#6e72a1fff18d5dfcb878e1e62f1a021c4b72d5a3"
531520
integrity sha512-OX8D5eeX4XwcroVW45NMvoYaIuFI+GQpA2a8Gi+X/U/cDUIRsV37qQfF905F0htTRCREQIB4KqPeaveRJUl3Ow==
532521

533-
"@babel/helper-validator-option@^7.18.6":
534-
version "7.18.6"
535-
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.18.6.tgz#bf0d2b5a509b1f336099e4ff36e1a63aa5db4db8"
536-
integrity sha512-XO7gESt5ouv/LRJdrVjkShckw6STTaB7l9BrpBaAHDeF5YZT+01PCwmR0SJHnkW6i8OwW/EVWRShfi4j2x+KQw==
537-
538522
"@babel/helper-validator-option@^7.22.5":
539523
version "7.22.5"
540524
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.22.5.tgz#de52000a15a177413c8234fa3a8af4ee8102d0ac"
@@ -611,6 +595,11 @@
611595
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.22.6.tgz#201f8b47be20c76c7c5743b9c16129760bf9a975"
612596
integrity sha512-EIQu22vNkceq3LbjAq7knDf/UmtI2qbcNI8GRBlijez6TpQLvSodJPYfydQmNA5buwkxxxa/PVI44jjYZ+/cLw==
613597

598+
"@babel/parser@^7.22.7":
599+
version "7.22.7"
600+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.22.7.tgz#df8cf085ce92ddbdbf668a7f186ce848c9036cae"
601+
integrity sha512-7NF8pOkHP5o2vpmGgNGcfAeCvOYhGLyA3Z4eBQkT1RJlWu47n63bCs93QfJ2hIAFCil7L5P2IWhs1oToVgrL0Q==
602+
614603
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.16.2":
615604
version "7.16.2"
616605
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"
@@ -939,10 +928,10 @@
939928
dependencies:
940929
"@babel/helper-plugin-utils" "^7.22.5"
941930

942-
"@babel/plugin-transform-async-generator-functions@^7.22.5":
943-
version "7.22.5"
944-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.22.5.tgz#7336356d23380eda9a56314974f053a020dab0c3"
945-
integrity sha512-gGOEvFzm3fWoyD5uZq7vVTD57pPJ3PczPUD/xCFGjzBpUosnklmXyKnGQbbbGs1NPNPskFex0j93yKbHt0cHyg==
931+
"@babel/plugin-transform-async-generator-functions@^7.22.7":
932+
version "7.22.7"
933+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.22.7.tgz#053e76c0a903b72b573cb1ab7d6882174d460a1b"
934+
integrity sha512-7HmE7pk/Fmke45TODvxvkxRMV9RazV+ZZzhOL9AG8G29TLrr3jkjwF7uJfxZ30EoXpO+LJkq4oA8NjO2DTnEDg==
946935
dependencies:
947936
"@babel/helper-environment-visitor" "^7.22.5"
948937
"@babel/helper-plugin-utils" "^7.22.5"
@@ -1612,10 +1601,10 @@
16121601
"@babel/helper-create-regexp-features-plugin" "^7.22.5"
16131602
"@babel/helper-plugin-utils" "^7.22.5"
16141603

1615-
"@babel/preset-env@7.22.6":
1616-
version "7.22.6"
1617-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.22.6.tgz#41bade05f2f8782d693b52d707ede7cef9da3b38"
1618-
integrity sha512-IHr0AXHGk8oh8HYSs45Mxuv6iySUBwDTIzJSnXN7PURqHdxJVQlCoXmKJgyvSS9bcNf9NVRVE35z+LkCvGmi6w==
1604+
"@babel/preset-env@7.22.7":
1605+
version "7.22.7"
1606+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.22.7.tgz#a1ef34b64a80653c22ce4d9c25603cfa76fc168a"
1607+
integrity sha512-1whfDtW+CzhETuzYXfcgZAh8/GFMeEbz0V5dVgya8YeJyCU6Y/P2Gnx4Qb3MylK68Zu9UiwUvbPMPTpFAOJ+sQ==
16191608
dependencies:
16201609
"@babel/compat-data" "^7.22.6"
16211610
"@babel/helper-compilation-targets" "^7.22.6"
@@ -1643,7 +1632,7 @@
16431632
"@babel/plugin-syntax-top-level-await" "^7.14.5"
16441633
"@babel/plugin-syntax-unicode-sets-regex" "^7.18.6"
16451634
"@babel/plugin-transform-arrow-functions" "^7.22.5"
1646-
"@babel/plugin-transform-async-generator-functions" "^7.22.5"
1635+
"@babel/plugin-transform-async-generator-functions" "^7.22.7"
16471636
"@babel/plugin-transform-async-to-generator" "^7.22.5"
16481637
"@babel/plugin-transform-block-scoped-functions" "^7.22.5"
16491638
"@babel/plugin-transform-block-scoping" "^7.22.5"
@@ -1693,9 +1682,9 @@
16931682
"@babel/preset-modules" "^0.1.5"
16941683
"@babel/types" "^7.22.5"
16951684
"@nicolo-ribaudo/semver-v6" "^6.3.3"
1696-
babel-plugin-polyfill-corejs2 "^0.4.3"
1697-
babel-plugin-polyfill-corejs3 "^0.8.1"
1698-
babel-plugin-polyfill-regenerator "^0.5.0"
1685+
babel-plugin-polyfill-corejs2 "^0.4.4"
1686+
babel-plugin-polyfill-corejs3 "^0.8.2"
1687+
babel-plugin-polyfill-regenerator "^0.5.1"
16991688
core-js-compat "^3.31.0"
17001689

17011690
"@babel/preset-env@^7.12.11":
@@ -1899,6 +1888,22 @@
18991888
debug "^4.1.0"
19001889
globals "^11.1.0"
19011890

1891+
"@babel/traverse@^7.22.8":
1892+
version "7.22.8"
1893+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.22.8.tgz#4d4451d31bc34efeae01eac222b514a77aa4000e"
1894+
integrity sha512-y6LPR+wpM2I3qJrsheCTwhIinzkETbplIgPBbwvqPKc+uljeA5gP+3nP8irdYt1mjQaDnlIcG+dw8OjAco4GXw==
1895+
dependencies:
1896+
"@babel/code-frame" "^7.22.5"
1897+
"@babel/generator" "^7.22.7"
1898+
"@babel/helper-environment-visitor" "^7.22.5"
1899+
"@babel/helper-function-name" "^7.22.5"
1900+
"@babel/helper-hoist-variables" "^7.22.5"
1901+
"@babel/helper-split-export-declaration" "^7.22.6"
1902+
"@babel/parser" "^7.22.7"
1903+
"@babel/types" "^7.22.5"
1904+
debug "^4.1.0"
1905+
globals "^11.1.0"
1906+
19021907
"@babel/types@^7.16.0", "@babel/types@^7.4.4":
19031908
version "7.16.0"
19041909
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.16.0.tgz#db3b313804f96aadd0b776c4823e127ad67289ba"
@@ -3048,14 +3053,14 @@ babel-plugin-polyfill-corejs2@^0.3.0:
30483053
"@babel/helper-define-polyfill-provider" "^0.3.0"
30493054
semver "^6.1.1"
30503055

3051-
babel-plugin-polyfill-corejs2@^0.4.3:
3052-
version "0.4.3"
3053-
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.4.3.tgz#75044d90ba5043a5fb559ac98496f62f3eb668fd"
3054-
integrity sha512-bM3gHc337Dta490gg+/AseNB9L4YLHxq1nGKZZSHbhXv4aTYU2MD2cjza1Ru4S6975YLTaL1K8uJf6ukJhhmtw==
3056+
babel-plugin-polyfill-corejs2@^0.4.4:
3057+
version "0.4.4"
3058+
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.4.4.tgz#9f9a0e1cd9d645cc246a5e094db5c3aa913ccd2b"
3059+
integrity sha512-9WeK9snM1BfxB38goUEv2FLnA6ja07UMfazFHzCXUb3NyDZAwfXvQiURQ6guTTMeHcOsdknULm1PDhs4uWtKyA==
30553060
dependencies:
3056-
"@babel/compat-data" "^7.17.7"
3057-
"@babel/helper-define-polyfill-provider" "^0.4.0"
3058-
semver "^6.1.1"
3061+
"@babel/compat-data" "^7.22.6"
3062+
"@babel/helper-define-polyfill-provider" "^0.4.1"
3063+
"@nicolo-ribaudo/semver-v6" "^6.3.3"
30593064

30603065
babel-plugin-polyfill-corejs3@^0.4.0:
30613066
version "0.4.0"
@@ -3065,13 +3070,13 @@ babel-plugin-polyfill-corejs3@^0.4.0:
30653070
"@babel/helper-define-polyfill-provider" "^0.3.0"
30663071
core-js-compat "^3.18.0"
30673072

3068-
babel-plugin-polyfill-corejs3@^0.8.1:
3069-
version "0.8.1"
3070-
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.8.1.tgz#39248263c38191f0d226f928d666e6db1b4b3a8a"
3071-
integrity sha512-ikFrZITKg1xH6pLND8zT14UPgjKHiGLqex7rGEZCH2EvhsneJaJPemmpQaIZV5AL03II+lXylw3UmddDK8RU5Q==
3073+
babel-plugin-polyfill-corejs3@^0.8.2:
3074+
version "0.8.2"
3075+
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.8.2.tgz#d406c5738d298cd9c66f64a94cf8d5904ce4cc5e"
3076+
integrity sha512-Cid+Jv1BrY9ReW9lIfNlNpsI53N+FN7gE+f73zLAUbr9C52W4gKLWSByx47pfDJsEysojKArqOtOKZSVIIUTuQ==
30723077
dependencies:
3073-
"@babel/helper-define-polyfill-provider" "^0.4.0"
3074-
core-js-compat "^3.30.1"
3078+
"@babel/helper-define-polyfill-provider" "^0.4.1"
3079+
core-js-compat "^3.31.0"
30753080

30763081
babel-plugin-polyfill-regenerator@^0.3.0:
30773082
version "0.3.0"
@@ -3080,12 +3085,12 @@ babel-plugin-polyfill-regenerator@^0.3.0:
30803085
dependencies:
30813086
"@babel/helper-define-polyfill-provider" "^0.3.0"
30823087

3083-
babel-plugin-polyfill-regenerator@^0.5.0:
3084-
version "0.5.0"
3085-
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.5.0.tgz#e7344d88d9ef18a3c47ded99362ae4a757609380"
3086-
integrity sha512-hDJtKjMLVa7Z+LwnTCxoDLQj6wdc+B8dun7ayF2fYieI6OzfuvcLMB32ihJZ4UhCBwNYGl5bg/x/P9cMdnkc2g==
3088+
babel-plugin-polyfill-regenerator@^0.5.1:
3089+
version "0.5.1"
3090+
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.5.1.tgz#ace7a5eced6dff7d5060c335c52064778216afd3"
3091+
integrity sha512-L8OyySuI6OSQ5hFy9O+7zFjyr4WhAfRjLIOkhQGYl+emwJkd/S4XXT1JpfrgR1jrQ1NcGiOh+yAdGlF8pnC3Jw==
30873092
dependencies:
3088-
"@babel/helper-define-polyfill-provider" "^0.4.0"
3093+
"@babel/helper-define-polyfill-provider" "^0.4.1"
30893094

30903095
babel-plugin-transform-async-to-promises@^0.8.18:
30913096
version "0.8.18"
@@ -3268,17 +3273,6 @@ browserslist@^4.0.0, browserslist@^4.16.0, browserslist@^4.16.6, browserslist@^4
32683273
node-releases "^2.0.1"
32693274
picocolors "^1.0.0"
32703275

3271-
browserslist@^4.20.2:
3272-
version "4.20.3"
3273-
resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.20.3.tgz#eb7572f49ec430e054f56d52ff0ebe9be915f8bf"
3274-
integrity sha512-NBhymBQl1zM0Y5dQT/O+xiLP9/rzOIQdKM/eMJBAq7yBgaB6krIYLGejrwVYnSHZdqjscB1SPuAjHwxjvN6Wdg==
3275-
dependencies:
3276-
caniuse-lite "^1.0.30001332"
3277-
electron-to-chromium "^1.4.118"
3278-
escalade "^3.1.1"
3279-
node-releases "^2.0.3"
3280-
picocolors "^1.0.0"
3281-
32823276
browserslist@^4.21.3:
32833277
version "4.21.4"
32843278
resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.21.4.tgz#e7496bbc67b9e39dd0f98565feccdcb0d4ff6987"
@@ -3492,11 +3486,6 @@ caniuse-lite@^1.0.0, caniuse-lite@^1.0.30001272, caniuse-lite@^1.0.30001286:
34923486
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001292.tgz#4a55f61c06abc9595965cfd77897dc7bc1cdc456"
34933487
integrity sha512-jnT4Tq0Q4ma+6nncYQVe7d73kmDmE9C3OGTx3MvW7lBM/eY1S1DZTMBON7dqV481RhNiS5OxD7k9JQvmDOTirw==
34943488

3495-
caniuse-lite@^1.0.30001332:
3496-
version "1.0.30001334"
3497-
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001334.tgz#892e9965b35285033fc2b8a8eff499fe02f13d8b"
3498-
integrity sha512-kbaCEBRRVSoeNs74sCuq92MJyGrMtjWVfhltoHUCW4t4pXFvGjUBrfo47weBRViHkiV3eBYyIsfl956NtHGazw==
3499-
35003489
caniuse-lite@^1.0.30001400:
35013490
version "1.0.30001400"
35023491
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001400.tgz#3038bee70d8b875604cd8833cb0e5e254ee0281a"
@@ -3982,13 +3971,6 @@ core-js-compat@^3.18.0, core-js-compat@^3.19.1:
39823971
browserslist "^4.19.1"
39833972
semver "7.0.0"
39843973

3985-
core-js-compat@^3.30.1:
3986-
version "3.30.2"
3987-
resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.30.2.tgz#83f136e375babdb8c80ad3c22d67c69098c1dd8b"
3988-
integrity sha512-nriW1nuJjUgvkEjIot1Spwakz52V9YkYHZAQG6A1eCgC8AA1p0zngrQEP9R0+V6hji5XilWKG1Bd0YRppmGimA==
3989-
dependencies:
3990-
browserslist "^4.21.5"
3991-
39923974
core-js-compat@^3.31.0:
39933975
version "3.31.0"
39943976
resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.31.0.tgz#4030847c0766cc0e803dcdfb30055d7ef2064bf1"
@@ -4574,11 +4556,6 @@ ejs@^3.1.6:
45744556
dependencies:
45754557
jake "^10.6.1"
45764558

4577-
electron-to-chromium@^1.4.118:
4578-
version "1.4.128"
4579-
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.128.tgz#759dd0bf297183d30b87b0cb46c1b84a7c8f94f1"
4580-
integrity sha512-DT8G+2drgywCWN+74jbYJ7yXbdec9wefs+K8C0Tu2Hbhj7K0nod17Iq8hoS21MpuYYrL6oXu2Kd636KmzXVugQ==
4581-
45824559
electron-to-chromium@^1.4.17:
45834560
version "1.4.26"
45844561
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.26.tgz#d71b9da220543cf10614a576c3d5ebbe43d96efb"
@@ -7791,11 +7768,6 @@ node-releases@^2.0.12, node-releases@^2.0.8:
77917768
resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-2.0.12.tgz#35627cc224a23bfb06fb3380f2b3afaaa7eb1039"
77927769
integrity sha512-QzsYKWhXTWx8h1kIvqfnC++o0pEmpRQA/aenALsL2F4pqNVr7YzcdMlDij5WBnwftRbJCNJL/O7zdKaxKPHqgQ==
77937770

7794-
node-releases@^2.0.3:
7795-
version "2.0.4"
7796-
resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-2.0.4.tgz#f38252370c43854dc48aa431c766c6c398f40476"
7797-
integrity sha512-gbMzqQtTtDz/00jQzZ21PQzdI9PyLYqUSvD0p3naOhX4odFji0ZxYdnVwPTxmSwkmxhcFImpozceidSG+AgoPQ==
7798-
77997771
node-releases@^2.0.6:
78007772
version "2.0.6"
78017773
resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-2.0.6.tgz#8a7088c63a55e493845683ebf3c828d8c51c5503"

0 commit comments

Comments
 (0)