Skip to content

Commit 306369b

Browse files
authored
Merge pull request #220 from daniloab/dependabot/npm_and_yarn/babel/plugin-proposal-optional-chaining-7.14.5
chore(deps): bump @babel/plugin-proposal-optional-chaining from 7.7.5 to 7.14.5
2 parents 3a6e7e9 + 2d62706 commit 306369b

2 files changed

Lines changed: 27 additions & 22 deletions

File tree

packages/babel/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"@babel/plugin-proposal-export-default-from": "7.12.13",
1212
"@babel/plugin-proposal-export-namespace-from": "7.12.13",
1313
"@babel/plugin-proposal-nullish-coalescing-operator": "7.14.5",
14-
"@babel/plugin-proposal-optional-chaining": "7.7.5",
14+
"@babel/plugin-proposal-optional-chaining": "7.14.5",
1515
"@babel/plugin-transform-flow-strip-types": "7.13.0",
1616
"@babel/preset-env": "7.14.1",
1717
"@babel/preset-flow": "7.13.13",

yarn.lock

Lines changed: 26 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -254,12 +254,12 @@
254254
dependencies:
255255
"@babel/types" "^7.13.12"
256256

257-
"@babel/helper-skip-transparent-expression-wrappers@^7.12.1":
258-
version "7.12.1"
259-
resolved "https://registry.yarnpkg.com/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.12.1.tgz#462dc63a7e435ade8468385c63d2b84cce4b3cbf"
260-
integrity sha512-Mf5AUuhG1/OCChOJ/HcADmvcHM42WJockombn8ATJG3OnyiSxBK/Mm5x78BQWvmtXZKHgbjdGL2kin/HOLlZGA==
257+
"@babel/helper-skip-transparent-expression-wrappers@^7.12.1", "@babel/helper-skip-transparent-expression-wrappers@^7.14.5":
258+
version "7.14.5"
259+
resolved "https://registry.yarnpkg.com/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.14.5.tgz#96f486ac050ca9f44b009fbe5b7d394cab3a0ee4"
260+
integrity sha512-dmqZB7mrb94PZSAOYtr+ZN5qt5owZIAgqtoTuqiFbHFtxgEcmQlRJVI+bO++fciBunXtB6MK7HrzrfcAzIz2NQ==
261261
dependencies:
262-
"@babel/types" "^7.12.1"
262+
"@babel/types" "^7.14.5"
263263

264264
"@babel/helper-split-export-declaration@^7.12.13":
265265
version "7.12.13"
@@ -273,6 +273,11 @@
273273
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.0.tgz#d26cad8a47c65286b15df1547319a5d0bcf27288"
274274
integrity sha512-V3ts7zMSu5lfiwWDVWzRDGIN+lnCEUdaXgtVHJgLb1rGaA6jMrtB9EmE7L18foXJIE8Un/A/h6NJfGQp/e1J4A==
275275

276+
"@babel/helper-validator-identifier@^7.14.9":
277+
version "7.14.9"
278+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.9.tgz#6654d171b2024f6d8ee151bf2509699919131d48"
279+
integrity sha512-pQYxPY0UP6IHISRitNe8bsijHex4TWZXi2HwKVsjPiltzlhse2znVcm9Ace510VT1kxIHjGJCZZQBX2gJDbo0g==
280+
276281
"@babel/helper-validator-option@^7.12.17":
277282
version "7.12.17"
278283
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.12.17.tgz#d1fbf012e1a79b7eebbfdc6d270baaf8d9eb9831"
@@ -432,21 +437,13 @@
432437
"@babel/helper-plugin-utils" "^7.13.0"
433438
"@babel/plugin-syntax-optional-catch-binding" "^7.8.3"
434439

435-
"@babel/plugin-proposal-optional-chaining@7.7.5":
436-
version "7.7.5"
437-
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.7.5.tgz#f0835f044cef85b31071a924010a2a390add11d4"
438-
integrity sha512-sOwFqT8JSchtJeDD+CjmWCaiFoLxY4Ps7NjvwHC/U7l4e9i5pTRNt8nDMIFSOUL+ncFbYSwruHM8WknYItWdXw==
439-
dependencies:
440-
"@babel/helper-plugin-utils" "^7.0.0"
441-
"@babel/plugin-syntax-optional-chaining" "^7.7.4"
442-
443-
"@babel/plugin-proposal-optional-chaining@^7.13.12":
444-
version "7.13.12"
445-
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.13.12.tgz#ba9feb601d422e0adea6760c2bd6bbb7bfec4866"
446-
integrity sha512-fcEdKOkIB7Tf4IxrgEVeFC4zeJSTr78no9wTdBuZZbqF64kzllU0ybo2zrzm7gUQfxGhBgq4E39oRs8Zx/RMYQ==
440+
"@babel/plugin-proposal-optional-chaining@7.14.5", "@babel/plugin-proposal-optional-chaining@^7.13.12":
441+
version "7.14.5"
442+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.14.5.tgz#fa83651e60a360e3f13797eef00b8d519695b603"
443+
integrity sha512-ycz+VOzo2UbWNI1rQXxIuMOzrDdHGrI23fRiz/Si2R4kv2XZQ1BK8ccdHwehMKBlcH/joGW/tzrUmo67gbJHlQ==
447444
dependencies:
448-
"@babel/helper-plugin-utils" "^7.13.0"
449-
"@babel/helper-skip-transparent-expression-wrappers" "^7.12.1"
445+
"@babel/helper-plugin-utils" "^7.14.5"
446+
"@babel/helper-skip-transparent-expression-wrappers" "^7.14.5"
450447
"@babel/plugin-syntax-optional-chaining" "^7.8.3"
451448

452449
"@babel/plugin-proposal-private-methods@^7.13.0":
@@ -587,7 +584,7 @@
587584
dependencies:
588585
"@babel/helper-plugin-utils" "^7.8.0"
589586

590-
"@babel/plugin-syntax-optional-chaining@^7.7.4", "@babel/plugin-syntax-optional-chaining@^7.8.3":
587+
"@babel/plugin-syntax-optional-chaining@^7.8.3":
591588
version "7.8.3"
592589
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-optional-chaining/-/plugin-syntax-optional-chaining-7.8.3.tgz#4f69c2ab95167e0180cd5336613f8c5788f7d48a"
593590
integrity sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==
@@ -1089,14 +1086,22 @@
10891086
debug "^4.1.0"
10901087
globals "^11.1.0"
10911088

1092-
"@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.16", "@babel/types@^7.14.0", "@babel/types@^7.14.1", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4":
1089+
"@babel/types@^7.0.0", "@babel/types@^7.12.13", "@babel/types@^7.13.0", "@babel/types@^7.13.12", "@babel/types@^7.13.16", "@babel/types@^7.14.0", "@babel/types@^7.14.1", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4":
10931090
version "7.14.1"
10941091
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.14.1.tgz#095bd12f1c08ab63eff6e8f7745fa7c9cc15a9db"
10951092
integrity sha512-S13Qe85fzLs3gYRUnrpyeIrBJIMYv33qSTg1qoBwiG6nPKwUWAD9odSzWhEedpwOIzSEI6gbdQIWEMiCI42iBA==
10961093
dependencies:
10971094
"@babel/helper-validator-identifier" "^7.14.0"
10981095
to-fast-properties "^2.0.0"
10991096

1097+
"@babel/types@^7.14.5":
1098+
version "7.14.9"
1099+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.14.9.tgz#f2b19c3f2f77c5708d67fe8f6046e9cea2b5036d"
1100+
integrity sha512-u0bLTnv3DFHeaQLYzb7oRJ1JHr1sv/SYDM7JSqHFFLwXG1wTZRughxFI5NCP8qBEo1rVVsn7Yg2Lvw49nne/Ow==
1101+
dependencies:
1102+
"@babel/helper-validator-identifier" "^7.14.9"
1103+
to-fast-properties "^2.0.0"
1104+
11001105
"@bcoe/v8-coverage@^0.2.3":
11011106
version "0.2.3"
11021107
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"

0 commit comments

Comments
 (0)