Skip to content

Commit 2c39678

Browse files
committed
chore(deps): update dependency @babel/core to v7.17.4
1 parent 697b3b8 commit 2c39678

File tree

2 files changed

+104
-11
lines changed

2 files changed

+104
-11
lines changed

packages/web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
"webpack": "4.46.0"
7474
},
7575
"devDependencies": {
76-
"@babel/core": "7.16.7",
76+
"@babel/core": "7.17.4",
7777
"@testing-library/react": "12.1.2",
7878
"@testing-library/react-hooks": "7.0.2",
7979
"@testing-library/user-event": "13.5.0",

yarn.lock

Lines changed: 103 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,13 @@
2323
tslib "^2.0.1"
2424
xlsx "^0.17.0"
2525

26+
"@ampproject/remapping@^2.1.0":
27+
version "2.1.1"
28+
resolved "https://registry.yarnpkg.com/@ampproject/remapping/-/remapping-2.1.1.tgz#7922fb0817bf3166d8d9e258c57477e3fd1c3610"
29+
integrity sha512-Aolwjd7HSC2PyY0fDj/wA/EimQT4HfEnFYNp5s9CQlrdhyvWTtvZ5YzrUPu6R6/1jKiUlxu8bUhkdSnKHNAHMA==
30+
dependencies:
31+
"@jridgewell/trace-mapping" "^0.3.0"
32+
2633
"@ant-design/colors@^6.0.0":
2734
version "6.0.0"
2835
resolved "https://registry.yarnpkg.com/@ant-design/colors/-/colors-6.0.0.tgz#9b9366257cffcc47db42b9d0203bb592c13c0298"
@@ -162,26 +169,26 @@
162169
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.16.4.tgz#081d6bbc336ec5c2435c6346b2ae1fb98b5ac68e"
163170
integrity sha512-1o/jo7D+kC9ZjHX5v+EHrdjl3PhxMrLSOTGsOdHJ+KL8HCaEK6ehrVL2RS6oHDZp+L7xLirLrPmQtEng769J/Q==
164171

165-
"@babel/core@7.16.7", "@babel/core@^7.12.3", "@babel/core@^7.8.0":
166-
version "7.16.7"
167-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.16.7.tgz#db990f931f6d40cb9b87a0dc7d2adc749f1dcbcf"
168-
integrity sha512-aeLaqcqThRNZYmbMqtulsetOQZ/5gbR/dWruUCJcpas4Qoyy+QeagfDsPdMrqwsPRDNxJvBlRiZxxX7THO7qtA==
172+
"@babel/core@7.17.4":
173+
version "7.17.4"
174+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.17.4.tgz#a22f1ae8999122873b3d18865e98c7a3936b8c8b"
175+
integrity sha512-R9x5r4t4+hBqZTmioSnkrW+I6NmbojwjGT8p4G2Gw1thWbXIHGDnmGdLdFw0/7ljucdIrNRp7Npgb4CyBYzzJg==
169176
dependencies:
177+
"@ampproject/remapping" "^2.1.0"
170178
"@babel/code-frame" "^7.16.7"
171-
"@babel/generator" "^7.16.7"
179+
"@babel/generator" "^7.17.3"
172180
"@babel/helper-compilation-targets" "^7.16.7"
173181
"@babel/helper-module-transforms" "^7.16.7"
174-
"@babel/helpers" "^7.16.7"
175-
"@babel/parser" "^7.16.7"
182+
"@babel/helpers" "^7.17.2"
183+
"@babel/parser" "^7.17.3"
176184
"@babel/template" "^7.16.7"
177-
"@babel/traverse" "^7.16.7"
178-
"@babel/types" "^7.16.7"
185+
"@babel/traverse" "^7.17.3"
186+
"@babel/types" "^7.17.0"
179187
convert-source-map "^1.7.0"
180188
debug "^4.1.0"
181189
gensync "^1.0.0-beta.2"
182190
json5 "^2.1.2"
183191
semver "^6.3.0"
184-
source-map "^0.5.0"
185192

186193
"@babel/core@^7.0.0", "@babel/core@^7.1.0", "@babel/core@^7.8.4":
187194
version "7.12.3"
@@ -205,6 +212,27 @@
205212
semver "^5.4.1"
206213
source-map "^0.5.0"
207214

215+
"@babel/core@^7.12.3", "@babel/core@^7.8.0":
216+
version "7.16.7"
217+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.16.7.tgz#db990f931f6d40cb9b87a0dc7d2adc749f1dcbcf"
218+
integrity sha512-aeLaqcqThRNZYmbMqtulsetOQZ/5gbR/dWruUCJcpas4Qoyy+QeagfDsPdMrqwsPRDNxJvBlRiZxxX7THO7qtA==
219+
dependencies:
220+
"@babel/code-frame" "^7.16.7"
221+
"@babel/generator" "^7.16.7"
222+
"@babel/helper-compilation-targets" "^7.16.7"
223+
"@babel/helper-module-transforms" "^7.16.7"
224+
"@babel/helpers" "^7.16.7"
225+
"@babel/parser" "^7.16.7"
226+
"@babel/template" "^7.16.7"
227+
"@babel/traverse" "^7.16.7"
228+
"@babel/types" "^7.16.7"
229+
convert-source-map "^1.7.0"
230+
debug "^4.1.0"
231+
gensync "^1.0.0-beta.2"
232+
json5 "^2.1.2"
233+
semver "^6.3.0"
234+
source-map "^0.5.0"
235+
208236
"@babel/core@^7.15.5":
209237
version "7.16.0"
210238
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.16.0.tgz#c4ff44046f5fe310525cc9eb4ef5147f0c5374d4"
@@ -319,6 +347,15 @@
319347
jsesc "^2.5.1"
320348
source-map "^0.5.0"
321349

350+
"@babel/generator@^7.17.3":
351+
version "7.17.3"
352+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.17.3.tgz#a2c30b0c4f89858cb87050c3ffdfd36bdf443200"
353+
integrity sha512-+R6Dctil/MgUsZsZAkYgK+ADNSZzJRRy0TvY65T71z/CR854xHQ1EweBYXdfT+HNeN7w0cSJJEzgxZMv40pxsg==
354+
dependencies:
355+
"@babel/types" "^7.17.0"
356+
jsesc "^2.5.1"
357+
source-map "^0.5.0"
358+
322359
"@babel/helper-annotate-as-pure@^7.0.0", "@babel/helper-annotate-as-pure@^7.10.4":
323360
version "7.10.4"
324361
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.10.4.tgz#5bf0d495a3f757ac3bda48b5bf3b3ba309c72ba3"
@@ -1019,6 +1056,15 @@
10191056
"@babel/traverse" "^7.16.7"
10201057
"@babel/types" "^7.16.7"
10211058

1059+
"@babel/helpers@^7.17.2":
1060+
version "7.17.2"
1061+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.17.2.tgz#23f0a0746c8e287773ccd27c14be428891f63417"
1062+
integrity sha512-0Qu7RLR1dILozr/6M0xgj+DFPmi6Bnulgm9M8BVa9ZCWxDqlSnqt3cf8IDPB5m45sVXUZ0kuQAgUrdSFFH79fQ==
1063+
dependencies:
1064+
"@babel/template" "^7.16.7"
1065+
"@babel/traverse" "^7.17.0"
1066+
"@babel/types" "^7.17.0"
1067+
10221068
"@babel/highlight@^7.10.4":
10231069
version "7.10.4"
10241070
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.10.4.tgz#7d1bdfd65753538fabe6c38596cdb76d9ac60143"
@@ -1124,6 +1170,11 @@
11241170
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.16.0.tgz#cf147d7ada0a3655e79bf4b08ee846f00a00a295"
11251171
integrity sha512-TEHWXf0xxpi9wKVyBCmRcSSDjbJ/cl6LUdlbYUHEaNQUJGhreJbZrXT6sR4+fZLxVUJqNRB4KyOvjuy/D9009A==
11261172

1173+
"@babel/parser@^7.17.3":
1174+
version "7.17.3"
1175+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.17.3.tgz#b07702b982990bf6fdc1da5049a23fece4c5c3d0"
1176+
integrity sha512-7yJPvPV+ESz2IUTPbOL+YkIGyCqOyNIzdguKQuJGnH7bg1WTIifuM21YqokFt/THWh1AkCRn9IgoykTRCBVpzA==
1177+
11271178
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.16.2":
11281179
version "7.16.2"
11291180
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"
@@ -2525,6 +2576,22 @@
25252576
debug "^4.1.0"
25262577
globals "^11.1.0"
25272578

2579+
"@babel/traverse@^7.17.0", "@babel/traverse@^7.17.3":
2580+
version "7.17.3"
2581+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.17.3.tgz#0ae0f15b27d9a92ba1f2263358ea7c4e7db47b57"
2582+
integrity sha512-5irClVky7TxRWIRtxlh2WPUUOLhcPN06AGgaQSB8AEwuyEBgJVuJ5imdHm5zxk8w0QS5T+tDfnDxAlhWjpb7cw==
2583+
dependencies:
2584+
"@babel/code-frame" "^7.16.7"
2585+
"@babel/generator" "^7.17.3"
2586+
"@babel/helper-environment-visitor" "^7.16.7"
2587+
"@babel/helper-function-name" "^7.16.7"
2588+
"@babel/helper-hoist-variables" "^7.16.7"
2589+
"@babel/helper-split-export-declaration" "^7.16.7"
2590+
"@babel/parser" "^7.17.3"
2591+
"@babel/types" "^7.17.0"
2592+
debug "^4.1.0"
2593+
globals "^11.1.0"
2594+
25282595
"@babel/[email protected]", "@babel/types@^7.15.0":
25292596
version "7.15.0"
25302597
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.15.0.tgz#61af11f2286c4e9c69ca8deb5f4375a73c72dcbd"
@@ -2618,6 +2685,14 @@
26182685
"@babel/helper-validator-identifier" "^7.16.7"
26192686
to-fast-properties "^2.0.0"
26202687

2688+
"@babel/types@^7.17.0":
2689+
version "7.17.0"
2690+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.17.0.tgz#a826e368bccb6b3d84acd76acad5c0d87342390b"
2691+
integrity sha512-TmKSNO4D5rzhL5bjWFcVHHLETzfQ/AmbKpKPOSjlP0WoHZ6L911fgoOKY4Alp/emzG4cHJdyN49zpgkbXFEHHw==
2692+
dependencies:
2693+
"@babel/helper-validator-identifier" "^7.16.7"
2694+
to-fast-properties "^2.0.0"
2695+
26212696
"@bcoe/v8-coverage@^0.2.3":
26222697
version "0.2.3"
26232698
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
@@ -5184,6 +5259,24 @@
51845259
"@types/yargs" "^16.0.0"
51855260
chalk "^4.0.0"
51865261

5262+
"@jridgewell/resolve-uri@^3.0.3":
5263+
version "3.0.5"
5264+
resolved "https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.0.5.tgz#68eb521368db76d040a6315cdb24bf2483037b9c"
5265+
integrity sha512-VPeQ7+wH0itvQxnG+lIzWgkysKIr3L9sslimFW55rHMdGu/qCQ5z5h9zq4gI8uBtqkpHhsF4Z/OwExufUCThew==
5266+
5267+
"@jridgewell/sourcemap-codec@^1.4.10":
5268+
version "1.4.11"
5269+
resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.11.tgz#771a1d8d744eeb71b6adb35808e1a6c7b9b8c8ec"
5270+
integrity sha512-Fg32GrJo61m+VqYSdRSjRXMjQ06j8YIYfcTqndLYVAaHmroZHLJZCydsWBOTDqXS2v+mjxohBWEMfg97GXmYQg==
5271+
5272+
"@jridgewell/trace-mapping@^0.3.0":
5273+
version "0.3.4"
5274+
resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.4.tgz#f6a0832dffd5b8a6aaa633b7d9f8e8e94c83a0c3"
5275+
integrity sha512-vFv9ttIedivx0ux3QSjhgtCVjPZd5l46ZOMDSCwnH1yUO2e964gO8LZGyv2QkqcgR6TnBU1v+1IFqmeoG+0UJQ==
5276+
dependencies:
5277+
"@jridgewell/resolve-uri" "^3.0.3"
5278+
"@jridgewell/sourcemap-codec" "^1.4.10"
5279+
51875280
51885281
version "4.0.0"
51895282
resolved "https://registry.yarnpkg.com/@lerna/add/-/add-4.0.0.tgz#c36f57d132502a57b9e7058d1548b7a565ef183f"

0 commit comments

Comments
 (0)