Skip to content

Commit e84e9c3

Browse files
chore(deps): update babel monorepo to v7.13.15 (#266)
Co-authored-by: Renovate Bot <[email protected]>
1 parent b248ec4 commit e84e9c3

File tree

2 files changed

+113
-27
lines changed

2 files changed

+113
-27
lines changed

frontend/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
"@algolia/autocomplete-preset-algolia": "1.0.0-alpha.44",
2323
"@algolia/autocomplete-theme-classic": "1.0.0-alpha.44",
2424
"@algolia/transporter": "4.8.6",
25-
"@babel/core": "7.13.10",
26-
"@babel/preset-env": "7.13.10",
25+
"@babel/core": "7.13.15",
26+
"@babel/preset-env": "7.13.15",
2727
"@types/react": "17.0.3",
2828
"algoliasearch": "4.8.6",
2929
"babel-loader": "8.2.2",

yarn.lock

Lines changed: 111 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -159,25 +159,29 @@
159159
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.13.12.tgz#a8a5ccac19c200f9dd49624cac6e19d7be1236a1"
160160
integrity sha512-3eJJ841uKxeV8dcN/2yGEUy+RfgQspPEgQat85umsE1rotuquQ2AbIub4S6j7c50a2d+4myc+zSlnXeIHrOnhQ==
161161

162-
163-
version "7.13.10"
164-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.13.10.tgz#07de050bbd8193fcd8a3c27918c0890613a94559"
165-
integrity sha512-bfIYcT0BdKeAZrovpMqX2Mx5NrgAckGbwT982AkdS5GNfn3KMGiprlBAtmBcFZRUmpaufS6WZFP8trvx8ptFDw==
162+
"@babel/compat-data@^7.13.11", "@babel/compat-data@^7.13.15":
163+
version "7.13.15"
164+
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.13.15.tgz#7e8eea42d0b64fda2b375b22d06c605222e848f4"
165+
integrity sha512-ltnibHKR1VnrU4ymHyQ/CXtNXI6yZC0oJThyW78Hft8XndANwi+9H+UIklBDraIjFEJzw8wmcM427oDd9KS5wA==
166+
167+
168+
version "7.13.15"
169+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.13.15.tgz#a6d40917df027487b54312202a06812c4f7792d0"
170+
integrity sha512-6GXmNYeNjS2Uz+uls5jalOemgIhnTMeaXo+yBUA72kC2uX/8VW6XyhVIo2L8/q0goKQA3EVKx0KOQpVKSeWadQ==
166171
dependencies:
167172
"@babel/code-frame" "^7.12.13"
168173
"@babel/generator" "^7.13.9"
169-
"@babel/helper-compilation-targets" "^7.13.10"
170-
"@babel/helper-module-transforms" "^7.13.0"
174+
"@babel/helper-compilation-targets" "^7.13.13"
175+
"@babel/helper-module-transforms" "^7.13.14"
171176
"@babel/helpers" "^7.13.10"
172-
"@babel/parser" "^7.13.10"
177+
"@babel/parser" "^7.13.15"
173178
"@babel/template" "^7.12.13"
174-
"@babel/traverse" "^7.13.0"
175-
"@babel/types" "^7.13.0"
179+
"@babel/traverse" "^7.13.15"
180+
"@babel/types" "^7.13.14"
176181
convert-source-map "^1.7.0"
177182
debug "^4.1.0"
178183
gensync "^1.0.0-beta.2"
179184
json5 "^2.1.2"
180-
lodash "^4.17.19"
181185
semver "^6.3.0"
182186
source-map "^0.5.0"
183187

@@ -269,6 +273,20 @@
269273
resolve "^1.14.2"
270274
semver "^6.1.2"
271275

276+
"@babel/helper-define-polyfill-provider@^0.2.0":
277+
version "0.2.0"
278+
resolved "https://registry.yarnpkg.com/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.2.0.tgz#a640051772045fedaaecc6f0c6c69f02bdd34bf1"
279+
integrity sha512-JT8tHuFjKBo8NnaUbblz7mIu1nnvUDiHVjXXkulZULyidvo/7P6TY7+YqpV37IfF+KUFxmlK04elKtGKXaiVgw==
280+
dependencies:
281+
"@babel/helper-compilation-targets" "^7.13.0"
282+
"@babel/helper-module-imports" "^7.12.13"
283+
"@babel/helper-plugin-utils" "^7.13.0"
284+
"@babel/traverse" "^7.13.0"
285+
debug "^4.1.1"
286+
lodash.debounce "^4.0.8"
287+
resolve "^1.14.2"
288+
semver "^6.1.2"
289+
272290
"@babel/helper-explode-assignable-expression@^7.12.13":
273291
version "7.13.0"
274292
resolved "https://registry.yarnpkg.com/@babel/helper-explode-assignable-expression/-/helper-explode-assignable-expression-7.13.0.tgz#17b5c59ff473d9f956f40ef570cf3a76ca12657f"
@@ -418,11 +436,16 @@
418436
chalk "^2.0.0"
419437
js-tokens "^4.0.0"
420438

421-
"@babel/parser@^7.0.0", "@babel/parser@^7.1.0", "@babel/parser@^7.12.13", "@babel/parser@^7.13.10", "@babel/parser@^7.13.13":
439+
"@babel/parser@^7.0.0", "@babel/parser@^7.1.0", "@babel/parser@^7.12.13", "@babel/parser@^7.13.13":
422440
version "7.13.13"
423441
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.13.13.tgz#42f03862f4aed50461e543270916b47dd501f0df"
424442
integrity sha512-OhsyMrqygfk5v8HmWwOzlYjJrtLaFhF34MrfG/Z73DgYCI6ojNUTUp2TYbtnjo8PegeJp12eamsNettCQjKjVw==
425443

444+
"@babel/parser@^7.13.15":
445+
version "7.13.15"
446+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.13.15.tgz#8e66775fb523599acb6a289e12929fa5ab0954d8"
447+
integrity sha512-b9COtcAlVEQljy/9fbcMHpG+UIW9ReF+gpaxDHTlZd0c6/UU9ng8zdySAW9sRTzpvcdCHn6bUcbuYUgGzLAWVQ==
448+
426449
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@^7.13.12":
427450
version "7.13.12"
428451
resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.13.12.tgz#a3484d84d0b549f3fc916b99ee4783f26fabad2a"
@@ -432,6 +455,15 @@
432455
"@babel/helper-skip-transparent-expression-wrappers" "^7.12.1"
433456
"@babel/plugin-proposal-optional-chaining" "^7.13.12"
434457

458+
"@babel/plugin-proposal-async-generator-functions@^7.13.15":
459+
version "7.13.15"
460+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.13.15.tgz#80e549df273a3b3050431b148c892491df1bcc5b"
461+
integrity sha512-VapibkWzFeoa6ubXy/NgV5U2U4MVnUlvnx6wo1XhlsaTrLYWE0UFpDQsVrmn22q5CzeloqJ8gEMHSKxuee6ZdA==
462+
dependencies:
463+
"@babel/helper-plugin-utils" "^7.13.0"
464+
"@babel/helper-remap-async-to-generator" "^7.13.0"
465+
"@babel/plugin-syntax-async-generators" "^7.8.4"
466+
435467
"@babel/plugin-proposal-async-generator-functions@^7.13.8":
436468
version "7.13.8"
437469
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.13.8.tgz#87aacb574b3bc4b5603f6fe41458d72a5a2ec4b1"
@@ -516,7 +548,7 @@
516548
"@babel/helper-plugin-utils" "^7.13.0"
517549
"@babel/plugin-syntax-optional-catch-binding" "^7.8.3"
518550

519-
"@babel/plugin-proposal-optional-chaining@^7.13.12", "@babel/plugin-proposal-optional-chaining@^7.13.8":
551+
"@babel/plugin-proposal-optional-chaining@^7.13.12":
520552
version "7.13.12"
521553
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.13.12.tgz#ba9feb601d422e0adea6760c2bd6bbb7bfec4866"
522554
integrity sha512-fcEdKOkIB7Tf4IxrgEVeFC4zeJSTr78no9wTdBuZZbqF64kzllU0ybo2zrzm7gUQfxGhBgq4E39oRs8Zx/RMYQ==
@@ -829,6 +861,13 @@
829861
dependencies:
830862
regenerator-transform "^0.14.2"
831863

864+
"@babel/plugin-transform-regenerator@^7.13.15":
865+
version "7.13.15"
866+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.13.15.tgz#e5eb28945bf8b6563e7f818945f966a8d2997f39"
867+
integrity sha512-Bk9cOLSz8DiurcMETZ8E2YtIVJbFCPGW28DJWUakmyVWtQSm6Wsf0p4B4BfEr/eL2Nkhe/CICiUiMOCi1TPhuQ==
868+
dependencies:
869+
regenerator-transform "^0.14.2"
870+
832871
"@babel/plugin-transform-reserved-words@^7.12.13":
833872
version "7.12.13"
834873
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.12.13.tgz#7d9988d4f06e0fe697ea1d9803188aa18b472695"
@@ -887,16 +926,17 @@
887926
"@babel/helper-create-regexp-features-plugin" "^7.12.13"
888927
"@babel/helper-plugin-utils" "^7.12.13"
889928

890-
"@babel/[email protected].10":
891-
version "7.13.10"
892-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.13.10.tgz#b5cde31d5fe77ab2a6ab3d453b59041a1b3a5252"
893-
integrity sha512-nOsTScuoRghRtUsRr/c69d042ysfPHcu+KOB4A9aAO9eJYqrkat+LF8G1yp1HD18QiwixT2CisZTr/0b3YZPXQ==
929+
"@babel/[email protected].15":
930+
version "7.13.15"
931+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.13.15.tgz#c8a6eb584f96ecba183d3d414a83553a599f478f"
932+
integrity sha512-D4JAPMXcxk69PKe81jRJ21/fP/uYdcTZ3hJDF5QX2HSI9bBxxYw/dumdR6dGumhjxlprHPE4XWoPaqzZUVy2MA==
894933
dependencies:
895-
"@babel/compat-data" "^7.13.8"
896-
"@babel/helper-compilation-targets" "^7.13.10"
934+
"@babel/compat-data" "^7.13.15"
935+
"@babel/helper-compilation-targets" "^7.13.13"
897936
"@babel/helper-plugin-utils" "^7.13.0"
898937
"@babel/helper-validator-option" "^7.12.17"
899-
"@babel/plugin-proposal-async-generator-functions" "^7.13.8"
938+
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.13.12"
939+
"@babel/plugin-proposal-async-generator-functions" "^7.13.15"
900940
"@babel/plugin-proposal-class-properties" "^7.13.0"
901941
"@babel/plugin-proposal-dynamic-import" "^7.13.8"
902942
"@babel/plugin-proposal-export-namespace-from" "^7.12.13"
@@ -906,7 +946,7 @@
906946
"@babel/plugin-proposal-numeric-separator" "^7.12.13"
907947
"@babel/plugin-proposal-object-rest-spread" "^7.13.8"
908948
"@babel/plugin-proposal-optional-catch-binding" "^7.13.8"
909-
"@babel/plugin-proposal-optional-chaining" "^7.13.8"
949+
"@babel/plugin-proposal-optional-chaining" "^7.13.12"
910950
"@babel/plugin-proposal-private-methods" "^7.13.0"
911951
"@babel/plugin-proposal-unicode-property-regex" "^7.12.13"
912952
"@babel/plugin-syntax-async-generators" "^7.8.4"
@@ -944,7 +984,7 @@
944984
"@babel/plugin-transform-object-super" "^7.12.13"
945985
"@babel/plugin-transform-parameters" "^7.13.0"
946986
"@babel/plugin-transform-property-literals" "^7.12.13"
947-
"@babel/plugin-transform-regenerator" "^7.12.13"
987+
"@babel/plugin-transform-regenerator" "^7.13.15"
948988
"@babel/plugin-transform-reserved-words" "^7.12.13"
949989
"@babel/plugin-transform-shorthand-properties" "^7.12.13"
950990
"@babel/plugin-transform-spread" "^7.13.0"
@@ -954,10 +994,10 @@
954994
"@babel/plugin-transform-unicode-escapes" "^7.12.13"
955995
"@babel/plugin-transform-unicode-regex" "^7.12.13"
956996
"@babel/preset-modules" "^0.1.4"
957-
"@babel/types" "^7.13.0"
958-
babel-plugin-polyfill-corejs2 "^0.1.4"
959-
babel-plugin-polyfill-corejs3 "^0.1.3"
960-
babel-plugin-polyfill-regenerator "^0.1.2"
997+
"@babel/types" "^7.13.14"
998+
babel-plugin-polyfill-corejs2 "^0.2.0"
999+
babel-plugin-polyfill-corejs3 "^0.2.0"
1000+
babel-plugin-polyfill-regenerator "^0.2.0"
9611001
core-js-compat "^3.9.0"
9621002
semver "^6.3.0"
9631003

@@ -1077,6 +1117,20 @@
10771117
debug "^4.1.0"
10781118
globals "^11.1.0"
10791119

1120+
"@babel/traverse@^7.13.15":
1121+
version "7.13.15"
1122+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.13.15.tgz#c38bf7679334ddd4028e8e1f7b3aa5019f0dada7"
1123+
integrity sha512-/mpZMNvj6bce59Qzl09fHEs8Bt8NnpEDQYleHUPZQ3wXUMvXi+HJPLars68oAbmp839fGoOkv2pSL2z9ajCIaQ==
1124+
dependencies:
1125+
"@babel/code-frame" "^7.12.13"
1126+
"@babel/generator" "^7.13.9"
1127+
"@babel/helper-function-name" "^7.12.13"
1128+
"@babel/helper-split-export-declaration" "^7.12.13"
1129+
"@babel/parser" "^7.13.15"
1130+
"@babel/types" "^7.13.14"
1131+
debug "^4.1.0"
1132+
globals "^11.1.0"
1133+
10801134
"@babel/types@^7.0.0", "@babel/types@^7.12.1", "@babel/types@^7.12.13", "@babel/types@^7.13.0", "@babel/types@^7.13.12", "@babel/types@^7.13.13", "@babel/types@^7.13.14", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4":
10811135
version "7.13.14"
10821136
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.13.14.tgz#c35a4abb15c7cd45a2746d78ab328e362cbace0d"
@@ -3280,6 +3334,15 @@ babel-plugin-polyfill-corejs2@^0.1.4:
32803334
"@babel/helper-define-polyfill-provider" "^0.1.5"
32813335
semver "^6.1.1"
32823336

3337+
babel-plugin-polyfill-corejs2@^0.2.0:
3338+
version "0.2.0"
3339+
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.2.0.tgz#686775bf9a5aa757e10520903675e3889caeedc4"
3340+
integrity sha512-9bNwiR0dS881c5SHnzCmmGlMkJLl0OUZvxrxHo9w/iNoRuqaPjqlvBf4HrovXtQs/au5yKkpcdgfT1cC5PAZwg==
3341+
dependencies:
3342+
"@babel/compat-data" "^7.13.11"
3343+
"@babel/helper-define-polyfill-provider" "^0.2.0"
3344+
semver "^6.1.1"
3345+
32833346
babel-plugin-polyfill-corejs3@^0.1.3:
32843347
version "0.1.7"
32853348
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.1.7.tgz#80449d9d6f2274912e05d9e182b54816904befd0"
@@ -3288,13 +3351,28 @@ babel-plugin-polyfill-corejs3@^0.1.3:
32883351
"@babel/helper-define-polyfill-provider" "^0.1.5"
32893352
core-js-compat "^3.8.1"
32903353

3354+
babel-plugin-polyfill-corejs3@^0.2.0:
3355+
version "0.2.0"
3356+
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.2.0.tgz#f4b4bb7b19329827df36ff56f6e6d367026cb7a2"
3357+
integrity sha512-zZyi7p3BCUyzNxLx8KV61zTINkkV65zVkDAFNZmrTCRVhjo1jAS+YLvDJ9Jgd/w2tsAviCwFHReYfxO3Iql8Yg==
3358+
dependencies:
3359+
"@babel/helper-define-polyfill-provider" "^0.2.0"
3360+
core-js-compat "^3.9.1"
3361+
32913362
babel-plugin-polyfill-regenerator@^0.1.2:
32923363
version "0.1.6"
32933364
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.1.6.tgz#0fe06a026fe0faa628ccc8ba3302da0a6ce02f3f"
32943365
integrity sha512-OUrYG9iKPKz8NxswXbRAdSwF0GhRdIEMTloQATJi4bDuFqrXaXcCUT/VGNrr8pBcjMh1RxZ7Xt9cytVJTJfvMg==
32953366
dependencies:
32963367
"@babel/helper-define-polyfill-provider" "^0.1.5"
32973368

3369+
babel-plugin-polyfill-regenerator@^0.2.0:
3370+
version "0.2.0"
3371+
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.2.0.tgz#853f5f5716f4691d98c84f8069c7636ea8da7ab8"
3372+
integrity sha512-J7vKbCuD2Xi/eEHxquHN14bXAW9CXtecwuLrOIDJtcZzTaPzV1VdEfoUf9AzcRBMolKUQKM9/GVojeh0hFiqMg==
3373+
dependencies:
3374+
"@babel/helper-define-polyfill-provider" "^0.2.0"
3375+
32983376
babel-preset-current-node-syntax@^1.0.0:
32993377
version "1.0.1"
33003378
resolved "https://registry.yarnpkg.com/babel-preset-current-node-syntax/-/babel-preset-current-node-syntax-1.0.1.tgz#b4399239b89b2a011f9ddbe3e4f401fc40cff73b"
@@ -4690,6 +4768,14 @@ core-js-compat@^3.8.1, core-js-compat@^3.9.0:
46904768
browserslist "^4.16.3"
46914769
semver "7.0.0"
46924770

4771+
core-js-compat@^3.9.1:
4772+
version "3.10.1"
4773+
resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.10.1.tgz#62183a3a77ceeffcc420d907a3e6fc67d9b27f1c"
4774+
integrity sha512-ZHQTdTPkqvw2CeHiZC970NNJcnwzT6YIueDMASKt+p3WbZsLXOcoD392SkcWhkC0wBBHhlfhqGKKsNCQUozYtg==
4775+
dependencies:
4776+
browserslist "^4.16.3"
4777+
semver "7.0.0"
4778+
46934779
46944780
version "3.9.1"
46954781
resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.9.1.tgz#cec8de593db8eb2a85ffb0dbdeb312cb6e5460ae"

0 commit comments

Comments
 (0)