Skip to content

Commit 4d6d36c

Browse files
chore(deps): bump @babel/plugin-proposal-nullish-coalescing-operator
Bumps [@babel/plugin-proposal-nullish-coalescing-operator](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-proposal-nullish-coalescing-operator) from 7.13.8 to 7.14.2. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.14.2/packages/babel-plugin-proposal-nullish-coalescing-operator) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent 32621e2 commit 4d6d36c

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

src/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"dependencies": {
1919
"@babel/plugin-proposal-class-properties": "^7.13.0",
2020
"@babel/plugin-proposal-decorators": "^7.14.2",
21-
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.13.8",
21+
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.14.2",
2222
"@babel/plugin-proposal-optional-chaining": "^7.14.2",
2323
"@babel/plugin-transform-typescript": "^7.13.0",
2424
"@babel/preset-env": "^7.14.1"

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -500,10 +500,10 @@
500500
"@babel/helper-plugin-utils" "^7.13.0"
501501
"@babel/plugin-syntax-logical-assignment-operators" "^7.10.4"
502502

503-
"@babel/plugin-proposal-nullish-coalescing-operator@^7.13.8":
504-
version "7.13.8"
505-
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.13.8.tgz#3730a31dafd3c10d8ccd10648ed80a2ac5472ef3"
506-
integrity sha512-iePlDPBn//UhxExyS9KyeYU7RM9WScAG+D3Hhno0PLJebAEpDZMocbDe64eqynhNAnwz/vZoL/q/QB2T1OH39A==
503+
"@babel/plugin-proposal-nullish-coalescing-operator@^7.13.8", "@babel/plugin-proposal-nullish-coalescing-operator@^7.14.2":
504+
version "7.14.2"
505+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.14.2.tgz#425b11dc62fc26939a2ab42cbba680bdf5734546"
506+
integrity sha512-ebR0zU9OvI2N4qiAC38KIAK75KItpIPTpAtd2r4OZmMFeKbKJpUFLYP2EuDut82+BmYi8sz42B+TfTptJ9iG5Q==
507507
dependencies:
508508
"@babel/helper-plugin-utils" "^7.13.0"
509509
"@babel/plugin-syntax-nullish-coalescing-operator" "^7.8.3"

0 commit comments

Comments
 (0)