Skip to content

Commit b3080ea

Browse files
committed
chore(deps): update babel monorepo to v7.19.3
1 parent 1d336c6 commit b3080ea

File tree

2 files changed

+49
-49
lines changed

2 files changed

+49
-49
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
"warning": "^4.0.3"
1616
},
1717
"devDependencies": {
18-
"@babel/cli": "7.18.10",
19-
"@babel/core": "7.19.1",
18+
"@babel/cli": "7.19.3",
19+
"@babel/core": "7.19.3",
2020
"@researchgate/babel-preset": "2.0.14",
2121
"@researchgate/spire-config": "7.0.0",
2222
"@storybook/addon-options": "5.3.21",

yarn.lock

Lines changed: 47 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
dependencies:
1010
"@jridgewell/trace-mapping" "^0.3.0"
1111

12-
"@babel/cli@7.18.10":
13-
version "7.18.10"
14-
resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.18.10.tgz#4211adfc45ffa7d4f3cee6b60bb92e9fe68fe56a"
15-
integrity sha512-dLvWH+ZDFAkd2jPBSghrsFBuXrREvFwjpDycXbmUoeochqKYe4zNSLEJYErpLg8dvxvZYe79/MkN461XCwpnGw==
12+
"@babel/cli@7.19.3":
13+
version "7.19.3"
14+
resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.19.3.tgz#55914ed388e658e0b924b3a95da1296267e278e2"
15+
integrity sha512-643/TybmaCAe101m2tSVHi9UKpETXP9c/Ff4mD2tAwkdP6esKIfaauZFc67vGEM6r9fekbEGid+sZhbEnSe3dg==
1616
dependencies:
1717
"@jridgewell/trace-mapping" "^0.3.8"
1818
commander "^4.0.1"
@@ -39,10 +39,10 @@
3939
dependencies:
4040
"@babel/highlight" "^7.18.6"
4141

42-
"@babel/compat-data@^7.13.11", "@babel/compat-data@^7.13.8", "@babel/compat-data@^7.14.0", "@babel/compat-data@^7.19.1":
43-
version "7.19.1"
44-
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.19.1.tgz#72d647b4ff6a4f82878d184613353af1dd0290f9"
45-
integrity sha512-72a9ghR0gnESIa7jBN53U32FOVCEoztyIlKaNoU05zRhEecduGK9L9c3ww7Mp06JiR+0ls0GBPFJQwwtjn9ksg==
42+
"@babel/compat-data@^7.13.11", "@babel/compat-data@^7.13.8", "@babel/compat-data@^7.14.0", "@babel/compat-data@^7.19.3":
43+
version "7.19.3"
44+
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.19.3.tgz#707b939793f867f5a73b2666e6d9a3396eb03151"
45+
integrity sha512-prBHMK4JYYK+wDjJF1q99KK4JLL+egWS4nmNqdlMUgCExMZ+iZW0hGhyC3VEbsPjvaN0TBhW//VIFwBrk8sEiw==
4646

4747
4848
version "7.12.9"
@@ -66,21 +66,21 @@
6666
semver "^5.4.1"
6767
source-map "^0.5.0"
6868

69-
"@babel/[email protected].1", "@babel/core@^7.1.0", "@babel/core@^7.11.1", "@babel/core@^7.12.10", "@babel/core@^7.7.5":
70-
version "7.19.1"
71-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.19.1.tgz#c8fa615c5e88e272564ace3d42fbc8b17bfeb22b"
72-
integrity sha512-1H8VgqXme4UXCRv7/Wa1bq7RVymKOzC7znjyFM8KiEzwFqcKUKYNoQef4GhdklgNvoBXyW4gYhuBNCM5o1zImw==
69+
"@babel/[email protected].3", "@babel/core@^7.1.0", "@babel/core@^7.11.1", "@babel/core@^7.12.10", "@babel/core@^7.7.5":
70+
version "7.19.3"
71+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.19.3.tgz#2519f62a51458f43b682d61583c3810e7dcee64c"
72+
integrity sha512-WneDJxdsjEvyKtXKsaBGbDeiyOjR5vYq4HcShxnIbG0qixpoHjI3MqeZM9NDvsojNCEBItQE4juOo/bU6e72gQ==
7373
dependencies:
7474
"@ampproject/remapping" "^2.1.0"
7575
"@babel/code-frame" "^7.18.6"
76-
"@babel/generator" "^7.19.0"
77-
"@babel/helper-compilation-targets" "^7.19.1"
76+
"@babel/generator" "^7.19.3"
77+
"@babel/helper-compilation-targets" "^7.19.3"
7878
"@babel/helper-module-transforms" "^7.19.0"
7979
"@babel/helpers" "^7.19.0"
80-
"@babel/parser" "^7.19.1"
80+
"@babel/parser" "^7.19.3"
8181
"@babel/template" "^7.18.10"
82-
"@babel/traverse" "^7.19.1"
83-
"@babel/types" "^7.19.0"
82+
"@babel/traverse" "^7.19.3"
83+
"@babel/types" "^7.19.3"
8484
convert-source-map "^1.7.0"
8585
debug "^4.1.0"
8686
gensync "^1.0.0-beta.2"
@@ -96,12 +96,12 @@
9696
eslint-visitor-keys "^2.1.0"
9797
semver "^6.3.0"
9898

99-
"@babel/generator@^7.12.11", "@babel/generator@^7.12.5", "@babel/generator@^7.19.0", "@babel/generator@^7.4.0":
100-
version "7.19.0"
101-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.19.0.tgz#785596c06425e59334df2ccee63ab166b738419a"
102-
integrity sha512-S1ahxf1gZ2dpoiFgA+ohK9DIpz50bJ0CWs7Zlzb54Z4sG8qmdIrGrVqmy1sAtTVRb+9CU6U8VqT9L0Zj7hxHVg==
99+
"@babel/generator@^7.12.11", "@babel/generator@^7.12.5", "@babel/generator@^7.19.3", "@babel/generator@^7.4.0":
100+
version "7.19.3"
101+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.19.3.tgz#d7f4d1300485b4547cb6f94b27d10d237b42bf59"
102+
integrity sha512-fqVZnmp1ncvZU757UzDheKZpfPgatqY59XtW2/j/18H7u76akb8xqvjw82f+i2UKd/ksYsSick/BCLQUUtJ/qQ==
103103
dependencies:
104-
"@babel/types" "^7.19.0"
104+
"@babel/types" "^7.19.3"
105105
"@jridgewell/gen-mapping" "^0.3.2"
106106
jsesc "^2.5.1"
107107

@@ -120,12 +120,12 @@
120120
"@babel/helper-explode-assignable-expression" "^7.12.13"
121121
"@babel/types" "^7.12.13"
122122

123-
"@babel/helper-compilation-targets@^7.13.0", "@babel/helper-compilation-targets@^7.13.16", "@babel/helper-compilation-targets@^7.13.8", "@babel/helper-compilation-targets@^7.19.1":
124-
version "7.19.1"
125-
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.19.1.tgz#7f630911d83b408b76fe584831c98e5395d7a17c"
126-
integrity sha512-LlLkkqhCMyz2lkQPvJNdIYU7O5YjWRgC2R4omjCTpZd8u8KMQzZvX4qce+/BluN1rcQiV7BoGUpmQ0LeHerbhg==
123+
"@babel/helper-compilation-targets@^7.13.0", "@babel/helper-compilation-targets@^7.13.16", "@babel/helper-compilation-targets@^7.13.8", "@babel/helper-compilation-targets@^7.19.3":
124+
version "7.19.3"
125+
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.19.3.tgz#a10a04588125675d7c7ae299af86fa1b2ee038ca"
126+
integrity sha512-65ESqLGyGmLvgR0mst5AdW1FkNlj9rQsCKduzEoEPhBCDFGXvz2jW6bXFG6i0/MrV2s7hhXjjb2yAzcPuQlLwg==
127127
dependencies:
128-
"@babel/compat-data" "^7.19.1"
128+
"@babel/compat-data" "^7.19.3"
129129
"@babel/helper-validator-option" "^7.18.6"
130130
browserslist "^4.21.3"
131131
semver "^6.3.0"
@@ -295,10 +295,10 @@
295295
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.18.10.tgz#181f22d28ebe1b3857fa575f5c290b1aaf659b56"
296296
integrity sha512-XtIfWmeNY3i4t7t4D2t02q50HvqHybPqW2ki1kosnvWCwuCMeo81Jf0gwr85jy/neUdg5XDdeFE/80DXiO+njw==
297297

298-
"@babel/helper-validator-identifier@^7.12.11", "@babel/helper-validator-identifier@^7.18.6":
299-
version "7.18.6"
300-
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.18.6.tgz#9c97e30d31b2b8c72a1d08984f2ca9b574d7a076"
301-
integrity sha512-MmetCkz9ej86nJQV+sFCxoGGrUbU3q02kgLciwkrt9QqEB7cP39oKEY0PakknEO0Gu20SskMRi+AYZ3b1TpN9g==
298+
"@babel/helper-validator-identifier@^7.12.11", "@babel/helper-validator-identifier@^7.18.6", "@babel/helper-validator-identifier@^7.19.1":
299+
version "7.19.1"
300+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.19.1.tgz#7eea834cf32901ffdc1a7ee555e2f9c27e249ca2"
301+
integrity sha512-awrNfaMtnHUr653GgGEs++LlAvW6w+DcPrOliSMXWCKo597CwL5Acf/wWdNkf/tfEQE3mjkeD1YOVZOUV/od1w==
302302

303303
"@babel/helper-validator-option@^7.12.17", "@babel/helper-validator-option@^7.18.6":
304304
version "7.18.6"
@@ -333,10 +333,10 @@
333333
chalk "^2.0.0"
334334
js-tokens "^4.0.0"
335335

336-
"@babel/parser@^7.1.0", "@babel/parser@^7.12.11", "@babel/parser@^7.12.7", "@babel/parser@^7.18.10", "@babel/parser@^7.19.1", "@babel/parser@^7.4.3":
337-
version "7.19.1"
338-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.19.1.tgz#6f6d6c2e621aad19a92544cc217ed13f1aac5b4c"
339-
integrity sha512-h7RCSorm1DdTVGJf3P2Mhj3kdnkmF/EiysUkzS2TdgAYqyjFdMQJbVuXOBej2SBJaXan/lIVtT6KkGbyyq753A==
336+
"@babel/parser@^7.1.0", "@babel/parser@^7.12.11", "@babel/parser@^7.12.7", "@babel/parser@^7.18.10", "@babel/parser@^7.19.3", "@babel/parser@^7.4.3":
337+
version "7.19.3"
338+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.19.3.tgz#8dd36d17c53ff347f9e55c328710321b49479a9a"
339+
integrity sha512-pJ9xOlNWHiy9+FuFP09DEAFbAn4JskgRsVcc169w2xRBC3FRGuQEwjeIMMND9L2zc0iEhO/tGv4Zq+km+hxNpQ==
340340

341341
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@^7.13.12":
342342
version "7.13.12"
@@ -1107,29 +1107,29 @@
11071107
"@babel/parser" "^7.18.10"
11081108
"@babel/types" "^7.18.10"
11091109

1110-
"@babel/traverse@^7.1.0", "@babel/traverse@^7.12.11", "@babel/traverse@^7.12.9", "@babel/traverse@^7.13.0", "@babel/traverse@^7.16.0", "@babel/traverse@^7.19.0", "@babel/traverse@^7.19.1", "@babel/traverse@^7.4.3":
1111-
version "7.19.1"
1112-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.19.1.tgz#0fafe100a8c2a603b4718b1d9bf2568d1d193347"
1113-
integrity sha512-0j/ZfZMxKukDaag2PtOPDbwuELqIar6lLskVPPJDjXMXjfLb1Obo/1yjxIGqqAJrmfaTIY3z2wFLAQ7qSkLsuA==
1110+
"@babel/traverse@^7.1.0", "@babel/traverse@^7.12.11", "@babel/traverse@^7.12.9", "@babel/traverse@^7.13.0", "@babel/traverse@^7.16.0", "@babel/traverse@^7.19.0", "@babel/traverse@^7.19.3", "@babel/traverse@^7.4.3":
1111+
version "7.19.3"
1112+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.19.3.tgz#3a3c5348d4988ba60884e8494b0592b2f15a04b4"
1113+
integrity sha512-qh5yf6149zhq2sgIXmwjnsvmnNQC2iw70UFjp4olxucKrWd/dvlUsBI88VSLUsnMNF7/vnOiA+nk1+yLoCqROQ==
11141114
dependencies:
11151115
"@babel/code-frame" "^7.18.6"
1116-
"@babel/generator" "^7.19.0"
1116+
"@babel/generator" "^7.19.3"
11171117
"@babel/helper-environment-visitor" "^7.18.9"
11181118
"@babel/helper-function-name" "^7.19.0"
11191119
"@babel/helper-hoist-variables" "^7.18.6"
11201120
"@babel/helper-split-export-declaration" "^7.18.6"
1121-
"@babel/parser" "^7.19.1"
1122-
"@babel/types" "^7.19.0"
1121+
"@babel/parser" "^7.19.3"
1122+
"@babel/types" "^7.19.3"
11231123
debug "^4.1.0"
11241124
globals "^11.1.0"
11251125

1126-
"@babel/types@^7.0.0", "@babel/types@^7.0.0-beta.49", "@babel/types@^7.12.1", "@babel/types@^7.12.11", "@babel/types@^7.12.13", "@babel/types@^7.12.7", "@babel/types@^7.13.0", "@babel/types@^7.14.1", "@babel/types@^7.14.5", "@babel/types@^7.16.0", "@babel/types@^7.18.10", "@babel/types@^7.18.6", "@babel/types@^7.19.0", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.0", "@babel/types@^7.4.4":
1127-
version "7.19.0"
1128-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.19.0.tgz#75f21d73d73dc0351f3368d28db73465f4814600"
1129-
integrity sha512-YuGopBq3ke25BVSiS6fgF49Ul9gH1x70Bcr6bqRLjWCkcX8Hre1/5+z+IiWOIerRMSSEfGZVB9z9kyq7wVs9YA==
1126+
"@babel/types@^7.0.0", "@babel/types@^7.0.0-beta.49", "@babel/types@^7.12.1", "@babel/types@^7.12.11", "@babel/types@^7.12.13", "@babel/types@^7.12.7", "@babel/types@^7.13.0", "@babel/types@^7.14.1", "@babel/types@^7.14.5", "@babel/types@^7.16.0", "@babel/types@^7.18.10", "@babel/types@^7.18.6", "@babel/types@^7.19.0", "@babel/types@^7.19.3", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.0", "@babel/types@^7.4.4":
1127+
version "7.19.3"
1128+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.19.3.tgz#fc420e6bbe54880bce6779ffaf315f5e43ec9624"
1129+
integrity sha512-hGCaQzIY22DJlDh9CH7NOxgKkFjBk0Cw9xDO1Xmh2151ti7wiGfQ3LauXzL4HP1fmFlTX6XjpRETTpUcv7wQLw==
11301130
dependencies:
11311131
"@babel/helper-string-parser" "^7.18.10"
1132-
"@babel/helper-validator-identifier" "^7.18.6"
1132+
"@babel/helper-validator-identifier" "^7.19.1"
11331133
to-fast-properties "^2.0.0"
11341134

11351135
"@bcoe/v8-coverage@^0.2.3":

0 commit comments

Comments
 (0)