Skip to content

Commit 04e302a

Browse files
chore(deps): update dependency @babel/core to v7.22.7
1 parent 506c666 commit 04e302a

File tree

2 files changed

+103
-27
lines changed

2 files changed

+103
-27
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"uuid": "9.0.0"
2929
},
3030
"devDependencies": {
31-
"@babel/core": "7.22.5",
31+
"@babel/core": "7.22.7",
3232
"@storybook/addon-actions": "7.0.24",
3333
"@storybook/addon-essentials": "7.0.24",
3434
"@storybook/addon-interactions": "7.0.24",

yarn.lock

Lines changed: 102 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -84,31 +84,31 @@
8484
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.21.4.tgz#457ffe647c480dff59c2be092fc3acf71195c87f"
8585
integrity sha512-/DYyDpeCfaVinT40FPGdkkb+lYSKvsVuMjDAG7jPOWWiM1ibOaB9CXJAlc4d1QpP/U2q2P9jbrSlClKSErd55g==
8686

87-
"@babel/compat-data@^7.22.5":
88-
version "7.22.5"
89-
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.22.5.tgz#b1f6c86a02d85d2dd3368a2b67c09add8cd0c255"
90-
integrity sha512-4Jc/YuIaYqKnDDz892kPIledykKg12Aw1PYX5i/TY28anJtacvM1Rrr8wbieB9GfEJwlzqT0hUEao0CxEebiDA==
87+
"@babel/compat-data@^7.22.6":
88+
version "7.22.6"
89+
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.22.6.tgz#15606a20341de59ba02cd2fcc5086fcbe73bf544"
90+
integrity sha512-29tfsWTq2Ftu7MXmimyC0C5FDZv5DYxOZkh3XD3+QW4V/BYuv/LyEsjj3c0hqedEaDt6DBfDvexMKU8YevdqFg==
9191

92-
"@babel/[email protected].5":
93-
version "7.22.5"
94-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.22.5.tgz#d67d9747ecf26ee7ecd3ebae1ee22225fe902a89"
95-
integrity sha512-SBuTAjg91A3eKOvD+bPEz3LlhHZRNu1nFOVts9lzDJTXshHTjII0BAtDS3Y2DAkdZdDKWVZGVwkDfc4Clxn1dg==
92+
"@babel/[email protected].7":
93+
version "7.22.7"
94+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.22.7.tgz#b0a766ebdb776d83981a221d90b2db887b870659"
95+
integrity sha512-exABdCVjEk8+IFJW0gOK6+cou8VKMXfbkLGeK5Xdsa5MsuQmem1SsnnZ+6avm2gRhZ4M7UgAnE6YoAzVg9P/pw==
9696
dependencies:
9797
"@ampproject/remapping" "^2.2.0"
9898
"@babel/code-frame" "^7.22.5"
99-
"@babel/generator" "^7.22.5"
100-
"@babel/helper-compilation-targets" "^7.22.5"
99+
"@babel/generator" "^7.22.7"
100+
"@babel/helper-compilation-targets" "^7.22.6"
101101
"@babel/helper-module-transforms" "^7.22.5"
102-
"@babel/helpers" "^7.22.5"
103-
"@babel/parser" "^7.22.5"
102+
"@babel/helpers" "^7.22.6"
103+
"@babel/parser" "^7.22.7"
104104
"@babel/template" "^7.22.5"
105-
"@babel/traverse" "^7.22.5"
105+
"@babel/traverse" "^7.22.7"
106106
"@babel/types" "^7.22.5"
107+
"@nicolo-ribaudo/semver-v6" "^6.3.3"
107108
convert-source-map "^1.7.0"
108109
debug "^4.1.0"
109110
gensync "^1.0.0-beta.2"
110111
json5 "^2.2.2"
111-
semver "^6.3.0"
112112

113113
"@babel/core@^7.11.1":
114114
version "7.16.5"
@@ -261,6 +261,16 @@
261261
"@jridgewell/trace-mapping" "^0.3.17"
262262
jsesc "^2.5.1"
263263

264+
"@babel/generator@^7.22.7":
265+
version "7.22.7"
266+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.22.7.tgz#a6b8152d5a621893f2c9dacf9a4e286d520633d5"
267+
integrity sha512-p+jPjMG+SI8yvIaxGgeW24u7q9+5+TGpZh8/CuB7RhBKd7RCy8FayNEFNNKrNK/eUcY/4ExQqLmyrvBXKsIcwQ==
268+
dependencies:
269+
"@babel/types" "^7.22.5"
270+
"@jridgewell/gen-mapping" "^0.3.2"
271+
"@jridgewell/trace-mapping" "^0.3.17"
272+
jsesc "^2.5.1"
273+
264274
"@babel/generator@^7.7.2":
265275
version "7.20.14"
266276
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.20.14.tgz#9fa772c9f86a46c6ac9b321039400712b96f64ce"
@@ -342,16 +352,16 @@
342352
lru-cache "^5.1.1"
343353
semver "^6.3.0"
344354

345-
"@babel/helper-compilation-targets@^7.22.5":
346-
version "7.22.5"
347-
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.22.5.tgz#fc7319fc54c5e2fa14b2909cf3c5fd3046813e02"
348-
integrity sha512-Ji+ywpHeuqxB8WDxraCiqR0xfhYjiDE/e6k7FuIaANnoOFxAHskHChz4vA1mJC9Lbm01s1PVAGhQY4FUKSkGZw==
355+
"@babel/helper-compilation-targets@^7.22.6":
356+
version "7.22.6"
357+
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.22.6.tgz#e30d61abe9480aa5a83232eb31c111be922d2e52"
358+
integrity sha512-534sYEqWD9VfUm3IPn2SLcH4Q3P86XL+QvqdC7ZsFrzyyPF3T4XGiVghF6PTYNdWg6pXuoqXxNQAhbYeEInTzA==
349359
dependencies:
350-
"@babel/compat-data" "^7.22.5"
360+
"@babel/compat-data" "^7.22.6"
351361
"@babel/helper-validator-option" "^7.22.5"
352-
browserslist "^4.21.3"
362+
"@nicolo-ribaudo/semver-v6" "^6.3.3"
363+
browserslist "^4.21.9"
353364
lru-cache "^5.1.1"
354-
semver "^6.3.0"
355365

356366
"@babel/helper-create-class-features-plugin@^7.16.5":
357367
version "7.16.5"
@@ -818,6 +828,13 @@
818828
dependencies:
819829
"@babel/types" "^7.22.5"
820830

831+
"@babel/helper-split-export-declaration@^7.22.6":
832+
version "7.22.6"
833+
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.22.6.tgz#322c61b7310c0997fe4c323955667f18fcefb91c"
834+
integrity sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g==
835+
dependencies:
836+
"@babel/types" "^7.22.5"
837+
821838
"@babel/helper-string-parser@^7.18.10":
822839
version "7.18.10"
823840
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.18.10.tgz#181f22d28ebe1b3857fa575f5c290b1aaf659b56"
@@ -924,13 +941,13 @@
924941
"@babel/traverse" "^7.21.0"
925942
"@babel/types" "^7.21.0"
926943

927-
"@babel/helpers@^7.22.5":
928-
version "7.22.5"
929-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.22.5.tgz#74bb4373eb390d1ceed74a15ef97767e63120820"
930-
integrity sha512-pSXRmfE1vzcUIDFQcSGA5Mr+GxBV9oiRKDuDxXvWQQBCh8HoIjs/2DlDB7H8smac1IVrB9/xdXj2N3Wol9Cr+Q==
944+
"@babel/helpers@^7.22.6":
945+
version "7.22.6"
946+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.22.6.tgz#8e61d3395a4f0c5a8060f309fb008200969b5ecd"
947+
integrity sha512-YjDs6y/fVOYFV8hAf1rxd1QvR9wJe1pDBZ2AREKq/SDayfPzgk0PBnVuTCE5X1acEpMMNOVUqoe+OwiZGJ+OaA==
931948
dependencies:
932949
"@babel/template" "^7.22.5"
933-
"@babel/traverse" "^7.22.5"
950+
"@babel/traverse" "^7.22.6"
934951
"@babel/types" "^7.22.5"
935952

936953
"@babel/highlight@^7.16.0":
@@ -1000,6 +1017,11 @@
10001017
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.22.5.tgz#721fd042f3ce1896238cf1b341c77eb7dee7dbea"
10011018
integrity sha512-DFZMC9LJUG9PLOclRC32G63UXwzqS2koQC8dkx+PLdmt1xSePYpbT/NbsrJy8Q/muXz7o/h/d4A7Fuyixm559Q==
10021019

1020+
"@babel/parser@^7.22.7":
1021+
version "7.22.7"
1022+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.22.7.tgz#df8cf085ce92ddbdbf668a7f186ce848c9036cae"
1023+
integrity sha512-7NF8pOkHP5o2vpmGgNGcfAeCvOYhGLyA3Z4eBQkT1RJlWu47n63bCs93QfJ2hIAFCil7L5P2IWhs1oToVgrL0Q==
1024+
10031025
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.16.2":
10041026
version "7.16.2"
10051027
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"
@@ -2722,6 +2744,22 @@
27222744
debug "^4.1.0"
27232745
globals "^11.1.0"
27242746

2747+
"@babel/traverse@^7.22.6", "@babel/traverse@^7.22.7":
2748+
version "7.22.7"
2749+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.22.7.tgz#68a5513f3c6b88c7b5f5825d0720fb43e8a31826"
2750+
integrity sha512-vQn61YQzktf1wFNzCka2dynnnbmBpUDeUCds3Y+FBHZpcVxpBq0XscQGDDVN7sV2Vf1pZDY1HmPR3U/5t7VfMQ==
2751+
dependencies:
2752+
"@babel/code-frame" "^7.22.5"
2753+
"@babel/generator" "^7.22.7"
2754+
"@babel/helper-environment-visitor" "^7.22.5"
2755+
"@babel/helper-function-name" "^7.22.5"
2756+
"@babel/helper-hoist-variables" "^7.22.5"
2757+
"@babel/helper-split-export-declaration" "^7.22.6"
2758+
"@babel/parser" "^7.22.7"
2759+
"@babel/types" "^7.22.5"
2760+
debug "^4.1.0"
2761+
globals "^11.1.0"
2762+
27252763
"@babel/types@^7.0.0", "@babel/types@^7.20.7", "@babel/types@^7.3.0", "@babel/types@^7.3.3":
27262764
version "7.20.7"
27272765
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.20.7.tgz#54ec75e252318423fc07fb644dc6a58a64c09b7f"
@@ -3421,6 +3459,11 @@
34213459
resolved "https://registry.yarnpkg.com/@next/swc-win32-x64-msvc/-/swc-win32-x64-msvc-13.4.7.tgz#5137780f58d7f0230adc293a0429821bfa7d8c21"
34223460
integrity sha512-sW9Yt36Db1nXJL+mTr2Wo0y+VkPWeYhygvcHj1FF0srVtV+VoDjxleKtny21QHaG05zdeZnw2fCtf2+dEqgwqA==
34233461

3462+
"@nicolo-ribaudo/semver-v6@^6.3.3":
3463+
version "6.3.3"
3464+
resolved "https://registry.yarnpkg.com/@nicolo-ribaudo/semver-v6/-/semver-v6-6.3.3.tgz#ea6d23ade78a325f7a52750aab1526b02b628c29"
3465+
integrity sha512-3Yc1fUTs69MG/uZbJlLSI3JISMn2UV2rg+1D/vROUqZyh3l6iYHCs7GMp+M40ZD7yOdDbYjJcU1oTJhrc+dGKg==
3466+
34243467
"@nodelib/[email protected]":
34253468
version "2.1.5"
34263469
resolved "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz"
@@ -6472,6 +6515,16 @@ browserslist@^4.21.5:
64726515
node-releases "^2.0.8"
64736516
update-browserslist-db "^1.0.10"
64746517

6518+
browserslist@^4.21.9:
6519+
version "4.21.9"
6520+
resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.21.9.tgz#e11bdd3c313d7e2a9e87e8b4b0c7872b13897635"
6521+
integrity sha512-M0MFoZzbUrRU4KNfCrDLnvyE7gub+peetoTid3TBIqtunaDJyXlwhakT+/VkvSXcfIzFfK/nkCs4nmyTmxdNSg==
6522+
dependencies:
6523+
caniuse-lite "^1.0.30001503"
6524+
electron-to-chromium "^1.4.431"
6525+
node-releases "^2.0.12"
6526+
update-browserslist-db "^1.0.11"
6527+
64756528
64766529
version "0.2.6"
64776530
resolved "https://registry.yarnpkg.com/bs-logger/-/bs-logger-0.2.6.tgz#eb7d365307a72cf974cc6cda76b68354ad336bd8"
@@ -6627,6 +6680,11 @@ caniuse-lite@^1.0.30001280, caniuse-lite@^1.0.30001286, caniuse-lite@^1.0.300014
66276680
resolved "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001492.tgz"
66286681
integrity sha512-2efF8SAZwgAX1FJr87KWhvuJxnGJKOnctQa8xLOskAXNXq8oiuqgl6u1kk3fFpsp3GgvzlRjiK1sl63hNtFADw==
66296682

6683+
caniuse-lite@^1.0.30001503:
6684+
version "1.0.30001512"
6685+
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001512.tgz#7450843fb581c39f290305a83523c7a9ef0d4cb4"
6686+
integrity sha512-2S9nK0G/mE+jasCUsMPlARhRCts1ebcp2Ji8Y8PWi4NDE1iRdLCnEPHkEfeBrGC45L4isBx5ur3IQ6yTE2mRZw==
6687+
66306688
case-sensitive-paths-webpack-plugin@^2.3.0, case-sensitive-paths-webpack-plugin@^2.4.0:
66316689
version "2.4.0"
66326690
resolved "https://registry.yarnpkg.com/case-sensitive-paths-webpack-plugin/-/case-sensitive-paths-webpack-plugin-2.4.0.tgz#db64066c6422eed2e08cc14b986ca43796dbc6d4"
@@ -7745,6 +7803,11 @@ electron-to-chromium@^1.4.284:
77457803
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.327.tgz#288b106518cfed0a60f7de8a0480432a9be45477"
77467804
integrity sha512-DIk2H4g/3ZhjgiABJjVdQvUdMlSABOsjeCm6gmUzIdKxAuFrGiJ8QXMm3i09grZdDBMC/d8MELMrdwYRC0+YHg==
77477805

7806+
electron-to-chromium@^1.4.431:
7807+
version "1.4.451"
7808+
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.451.tgz#12b63ee5c82cbbc7b4ddd91e90f5a0dfc10de26e"
7809+
integrity sha512-YYbXHIBxAHe3KWvGOJOuWa6f3tgow44rBW+QAuwVp2DvGqNZeE//K2MowNdWS7XE8li5cgQDrX1LdBr41LufkA==
7810+
77487811
elliptic@^6.5.3:
77497812
version "6.5.4"
77507813
resolved "https://registry.yarnpkg.com/elliptic/-/elliptic-6.5.4.tgz#da37cebd31e79a1367e941b592ed1fbebd58abbb"
@@ -11708,6 +11771,11 @@ node-releases@^2.0.1:
1170811771
resolved "https://registry.npmjs.org/node-releases/-/node-releases-2.0.1.tgz"
1170911772
integrity sha512-CqyzN6z7Q6aMeF/ktcMVTzhAHCEpf8SOarwpzpf8pNBY2k5/oM34UHldUwp8VKI7uxct2HxSRdJjBaZeESzcxA==
1171011773

11774+
node-releases@^2.0.12:
11775+
version "2.0.12"
11776+
resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-2.0.12.tgz#35627cc224a23bfb06fb3380f2b3afaaa7eb1039"
11777+
integrity sha512-QzsYKWhXTWx8h1kIvqfnC++o0pEmpRQA/aenALsL2F4pqNVr7YzcdMlDij5WBnwftRbJCNJL/O7zdKaxKPHqgQ==
11778+
1171111779
node-releases@^2.0.6:
1171211780
version "2.0.6"
1171311781
resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-2.0.6.tgz#8a7088c63a55e493845683ebf3c828d8c51c5503"
@@ -14920,6 +14988,14 @@ update-browserslist-db@^1.0.10:
1492014988
escalade "^3.1.1"
1492114989
picocolors "^1.0.0"
1492214990

14991+
update-browserslist-db@^1.0.11:
14992+
version "1.0.11"
14993+
resolved "https://registry.yarnpkg.com/update-browserslist-db/-/update-browserslist-db-1.0.11.tgz#9a2a641ad2907ae7b3616506f4b977851db5b940"
14994+
integrity sha512-dCwEFf0/oT85M1fHBg4F0jtLwJrutGoHSQXCh7u4o2t1drG+c0a9Flnqww6XUKSfQMPpJBRjU8d4RXB09qtvaA==
14995+
dependencies:
14996+
escalade "^3.1.1"
14997+
picocolors "^1.0.0"
14998+
1492314999
update-browserslist-db@^1.0.9:
1492415000
version "1.0.9"
1492515001
resolved "https://registry.yarnpkg.com/update-browserslist-db/-/update-browserslist-db-1.0.9.tgz#2924d3927367a38d5c555413a7ce138fc95fcb18"

0 commit comments

Comments
 (0)