Skip to content

Commit 56d360d

Browse files
build(deps-dev): bump @babel/plugin-proposal-nullish-coalescing-operator
Bumps [@babel/plugin-proposal-nullish-coalescing-operator](https://github.com/babel/babel) from 7.7.4 to 7.8.3. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md) - [Commits](babel/babel@v7.7.4...v7.8.3) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent 0a8b11f commit 56d360d

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"@babel/plugin-proposal-decorators": "7.7.4",
77
"@babel/plugin-proposal-export-default-from": "7.7.4",
88
"@babel/plugin-proposal-export-namespace-from": "7.7.4",
9-
"@babel/plugin-proposal-nullish-coalescing-operator": "7.7.4",
9+
"@babel/plugin-proposal-nullish-coalescing-operator": "7.8.3",
1010
"@babel/plugin-proposal-optional-chaining": "7.7.4",
1111
"@babel/plugin-syntax-dynamic-import": "7.7.4",
1212
"@babel/plugin-transform-runtime": "7.7.4",

yarn.lock

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -752,13 +752,13 @@
752752
"@babel/helper-plugin-utils" "^7.0.0"
753753
"@babel/plugin-syntax-json-strings" "^7.7.4"
754754

755-
"@babel/plugin-proposal-nullish-coalescing-operator@7.7.4":
756-
version "7.7.4"
757-
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.7.4.tgz#7db302c83bc30caa89e38fee935635ef6bd11c28"
758-
integrity sha512-TbYHmr1Gl1UC7Vo2HVuj/Naci5BEGNZ0AJhzqD2Vpr6QPFWpUmBRLrIDjedzx7/CShq0bRDS2gI4FIs77VHLVQ==
755+
"@babel/plugin-proposal-nullish-coalescing-operator@7.8.3":
756+
version "7.8.3"
757+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.8.3.tgz#e4572253fdeed65cddeecfdab3f928afeb2fd5d2"
758+
integrity sha512-TS9MlfzXpXKt6YYomudb/KU7nQI6/xnapG6in1uZxoxDghuSMZsPb6D2fyUwNYSAp4l1iR7QtFOjkqcRYcUsfw==
759759
dependencies:
760-
"@babel/helper-plugin-utils" "^7.0.0"
761-
"@babel/plugin-syntax-nullish-coalescing-operator" "^7.7.4"
760+
"@babel/helper-plugin-utils" "^7.8.3"
761+
"@babel/plugin-syntax-nullish-coalescing-operator" "^7.8.0"
762762

763763
"@babel/[email protected]", "@babel/plugin-proposal-object-rest-spread@^7.5.5":
764764
version "7.5.5"
@@ -922,12 +922,12 @@
922922
dependencies:
923923
"@babel/helper-plugin-utils" "^7.0.0"
924924

925-
"@babel/plugin-syntax-nullish-coalescing-operator@^7.7.4":
926-
version "7.7.4"
927-
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-nullish-coalescing-operator/-/plugin-syntax-nullish-coalescing-operator-7.7.4.tgz#e53b751d0c3061b1ba3089242524b65a7a9da12b"
928-
integrity sha512-XKh/yIRPiQTOeBg0QJjEus5qiSKucKAiApNtO1psqG7D17xmE+X2i5ZqBEuSvo0HRuyPaKaSN/Gy+Ha9KFQolw==
925+
"@babel/plugin-syntax-nullish-coalescing-operator@^7.8.0":
926+
version "7.8.3"
927+
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-nullish-coalescing-operator/-/plugin-syntax-nullish-coalescing-operator-7.8.3.tgz#167ed70368886081f74b5c36c65a88c03b66d1a9"
928+
integrity sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==
929929
dependencies:
930-
"@babel/helper-plugin-utils" "^7.0.0"
930+
"@babel/helper-plugin-utils" "^7.8.0"
931931

932932
"@babel/plugin-syntax-object-rest-spread@^7.0.0", "@babel/plugin-syntax-object-rest-spread@^7.2.0":
933933
version "7.2.0"

0 commit comments

Comments
 (0)