Skip to content

Commit 990f733

Browse files
committed
chore(deps): update dependency @babel/core to v7.17.0
1 parent 697b3b8 commit 990f733

File tree

2 files changed

+102
-12
lines changed

2 files changed

+102
-12
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.0",
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: 101 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,15 @@
2323
tslib "^2.0.1"
2424
xlsx "^0.17.0"
2525

26+
"@ampproject/remapping@^2.0.0":
27+
version "2.0.1"
28+
resolved "https://registry.yarnpkg.com/@ampproject/remapping/-/remapping-2.0.1.tgz#9a04a4aba7b8323b65498d9554a1bdd15d960296"
29+
integrity sha512-EldHF4Ufj3NL9yCAmYrPzY+3/Yqrzxu24F4Mu4nRjK3w70AKYRmhuLwGZdA9JeoDsbIwkgGkbqUK2INuF582Og==
30+
dependencies:
31+
"@jridgewell/resolve-uri" "^3.0.3"
32+
"@jridgewell/trace-mapping" "^0.2.2"
33+
sourcemap-codec "1.4.8"
34+
2635
"@ant-design/colors@^6.0.0":
2736
version "6.0.0"
2837
resolved "https://registry.yarnpkg.com/@ant-design/colors/-/colors-6.0.0.tgz#9b9366257cffcc47db42b9d0203bb592c13c0298"
@@ -162,26 +171,26 @@
162171
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.16.4.tgz#081d6bbc336ec5c2435c6346b2ae1fb98b5ac68e"
163172
integrity sha512-1o/jo7D+kC9ZjHX5v+EHrdjl3PhxMrLSOTGsOdHJ+KL8HCaEK6ehrVL2RS6oHDZp+L7xLirLrPmQtEng769J/Q==
164173

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==
174+
"@babel/core@7.17.0":
175+
version "7.17.0"
176+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.17.0.tgz#16b8772b0a567f215839f689c5ded6bb20e864d5"
177+
integrity sha512-x/5Ea+RO5MvF9ize5DeVICJoVrNv0Mi2RnIABrZEKYvPEpldXwauPkgvYA17cKa6WpU3LoYvYbuEMFtSNFsarA==
169178
dependencies:
179+
"@ampproject/remapping" "^2.0.0"
170180
"@babel/code-frame" "^7.16.7"
171-
"@babel/generator" "^7.16.7"
181+
"@babel/generator" "^7.17.0"
172182
"@babel/helper-compilation-targets" "^7.16.7"
173183
"@babel/helper-module-transforms" "^7.16.7"
174-
"@babel/helpers" "^7.16.7"
175-
"@babel/parser" "^7.16.7"
184+
"@babel/helpers" "^7.17.0"
185+
"@babel/parser" "^7.17.0"
176186
"@babel/template" "^7.16.7"
177-
"@babel/traverse" "^7.16.7"
178-
"@babel/types" "^7.16.7"
187+
"@babel/traverse" "^7.17.0"
188+
"@babel/types" "^7.17.0"
179189
convert-source-map "^1.7.0"
180190
debug "^4.1.0"
181191
gensync "^1.0.0-beta.2"
182192
json5 "^2.1.2"
183193
semver "^6.3.0"
184-
source-map "^0.5.0"
185194

186195
"@babel/core@^7.0.0", "@babel/core@^7.1.0", "@babel/core@^7.8.4":
187196
version "7.12.3"
@@ -205,6 +214,27 @@
205214
semver "^5.4.1"
206215
source-map "^0.5.0"
207216

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

352+
"@babel/generator@^7.17.0":
353+
version "7.17.0"
354+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.17.0.tgz#7bd890ba706cd86d3e2f727322346ffdbf98f65e"
355+
integrity sha512-I3Omiv6FGOC29dtlZhkfXO6pgkmukJSlT26QjVvS1DGZe/NzSVCPG41X0tS21oZkJYlovfj9qDWgKP+Cn4bXxw==
356+
dependencies:
357+
"@babel/types" "^7.17.0"
358+
jsesc "^2.5.1"
359+
source-map "^0.5.0"
360+
322361
"@babel/helper-annotate-as-pure@^7.0.0", "@babel/helper-annotate-as-pure@^7.10.4":
323362
version "7.10.4"
324363
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.10.4.tgz#5bf0d495a3f757ac3bda48b5bf3b3ba309c72ba3"
@@ -1019,6 +1058,15 @@
10191058
"@babel/traverse" "^7.16.7"
10201059
"@babel/types" "^7.16.7"
10211060

1061+
"@babel/helpers@^7.17.0":
1062+
version "7.17.0"
1063+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.17.0.tgz#79cdf6c66a579f3a7b5e739371bc63ca0306886b"
1064+
integrity sha512-Xe/9NFxjPwELUvW2dsukcMZIp6XwPSbI4ojFBJuX5ramHuVE22SVcZIwqzdWo5uCgeTXW8qV97lMvSOjq+1+nQ==
1065+
dependencies:
1066+
"@babel/template" "^7.16.7"
1067+
"@babel/traverse" "^7.17.0"
1068+
"@babel/types" "^7.17.0"
1069+
10221070
"@babel/highlight@^7.10.4":
10231071
version "7.10.4"
10241072
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.10.4.tgz#7d1bdfd65753538fabe6c38596cdb76d9ac60143"
@@ -1124,6 +1172,11 @@
11241172
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.16.0.tgz#cf147d7ada0a3655e79bf4b08ee846f00a00a295"
11251173
integrity sha512-TEHWXf0xxpi9wKVyBCmRcSSDjbJ/cl6LUdlbYUHEaNQUJGhreJbZrXT6sR4+fZLxVUJqNRB4KyOvjuy/D9009A==
11261174

1175+
"@babel/parser@^7.17.0":
1176+
version "7.17.0"
1177+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.17.0.tgz#f0ac33eddbe214e4105363bb17c3341c5ffcc43c"
1178+
integrity sha512-VKXSCQx5D8S04ej+Dqsr1CzYvvWgf20jIw2D+YhQCrIlr2UZGaDds23Y0xg75/skOxpLCRpUZvk/1EAVkGoDOw==
1179+
11271180
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.16.2":
11281181
version "7.16.2"
11291182
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 +2578,22 @@
25252578
debug "^4.1.0"
25262579
globals "^11.1.0"
25272580

2581+
"@babel/traverse@^7.17.0":
2582+
version "7.17.0"
2583+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.17.0.tgz#3143e5066796408ccc880a33ecd3184f3e75cd30"
2584+
integrity sha512-fpFIXvqD6kC7c7PUNnZ0Z8cQXlarCLtCUpt2S1Dx7PjoRtCFffvOkHHSom+m5HIxMZn5bIBVb71lhabcmjEsqg==
2585+
dependencies:
2586+
"@babel/code-frame" "^7.16.7"
2587+
"@babel/generator" "^7.17.0"
2588+
"@babel/helper-environment-visitor" "^7.16.7"
2589+
"@babel/helper-function-name" "^7.16.7"
2590+
"@babel/helper-hoist-variables" "^7.16.7"
2591+
"@babel/helper-split-export-declaration" "^7.16.7"
2592+
"@babel/parser" "^7.17.0"
2593+
"@babel/types" "^7.17.0"
2594+
debug "^4.1.0"
2595+
globals "^11.1.0"
2596+
25282597
"@babel/[email protected]", "@babel/types@^7.15.0":
25292598
version "7.15.0"
25302599
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.15.0.tgz#61af11f2286c4e9c69ca8deb5f4375a73c72dcbd"
@@ -2618,6 +2687,14 @@
26182687
"@babel/helper-validator-identifier" "^7.16.7"
26192688
to-fast-properties "^2.0.0"
26202689

2690+
"@babel/types@^7.17.0":
2691+
version "7.17.0"
2692+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.17.0.tgz#a826e368bccb6b3d84acd76acad5c0d87342390b"
2693+
integrity sha512-TmKSNO4D5rzhL5bjWFcVHHLETzfQ/AmbKpKPOSjlP0WoHZ6L911fgoOKY4Alp/emzG4cHJdyN49zpgkbXFEHHw==
2694+
dependencies:
2695+
"@babel/helper-validator-identifier" "^7.16.7"
2696+
to-fast-properties "^2.0.0"
2697+
26212698
"@bcoe/v8-coverage@^0.2.3":
26222699
version "0.2.3"
26232700
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
@@ -5184,6 +5261,19 @@
51845261
"@types/yargs" "^16.0.0"
51855262
chalk "^4.0.0"
51865263

5264+
"@jridgewell/resolve-uri@^3.0.3":
5265+
version "3.0.3"
5266+
resolved "https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.0.3.tgz#b80093f4edbb5490c49746231513669c8f518acb"
5267+
integrity sha512-fuIOnc81C5iRNevb/XPiM8Khp9bVjreydRQ37rt0C/dY0PAW1DRvEM3WrKX/5rStS5lbgwS0FCgqSndh9tvK5w==
5268+
5269+
"@jridgewell/trace-mapping@^0.2.2":
5270+
version "0.2.2"
5271+
resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.2.2.tgz#77510cc2f6f3b92e78c78de216d42de631b1d7fb"
5272+
integrity sha512-I9AGQzMPEzQNJgib2YSqciYWazGsXSyu1rEEeaPeM1764ZtnfNTxA5bofzG/POMI3QcvpBUxwecOPZM6ZhkEpg==
5273+
dependencies:
5274+
"@jridgewell/resolve-uri" "^3.0.3"
5275+
sourcemap-codec "1.4.8"
5276+
51875277
51885278
version "4.0.0"
51895279
resolved "https://registry.yarnpkg.com/@lerna/add/-/add-4.0.0.tgz#c36f57d132502a57b9e7058d1548b7a565ef183f"
@@ -22961,7 +23051,7 @@ source-map@~0.1.30:
2296123051
dependencies:
2296223052
amdefine ">=0.0.4"
2296323053

22964-
sourcemap-codec@^1.4.1, sourcemap-codec@^1.4.4:
23054+
sourcemap-codec@1.4.8, sourcemap-codec@^1.4.1, sourcemap-codec@^1.4.4:
2296523055
version "1.4.8"
2296623056
resolved "https://registry.yarnpkg.com/sourcemap-codec/-/sourcemap-codec-1.4.8.tgz#ea804bd94857402e6992d05a38ef1ae35a9ab4c4"
2296723057
integrity sha512-9NykojV5Uih4lgo5So5dtw+f0JgJX30KCNI8gwhz2J9A15wD0Ml6tjHKwf6fTSa6fAdVBdZeNOs9eJ71qCk8vA==

0 commit comments

Comments
 (0)