From 1973ab34f0fc5f5e17ac4b31916e8b5b55670806 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 May 2021 07:10:41 +0000 Subject: [PATCH] chore(deps-dev): 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[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index cabe8add..110cf672 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2190,9 +2190,9 @@ } }, "@babel/plugin-proposal-nullish-coalescing-operator": { - "version": "7.13.8", - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.13.8.tgz", - "integrity": "sha512-iePlDPBn//UhxExyS9KyeYU7RM9WScAG+D3Hhno0PLJebAEpDZMocbDe64eqynhNAnwz/vZoL/q/QB2T1OH39A==", + "version": "7.14.2", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.14.2.tgz", + "integrity": "sha512-ebR0zU9OvI2N4qiAC38KIAK75KItpIPTpAtd2r4OZmMFeKbKJpUFLYP2EuDut82+BmYi8sz42B+TfTptJ9iG5Q==", "dev": true, "requires": { "@babel/helper-plugin-utils": "^7.13.0", diff --git a/package.json b/package.json index 0c49efe6..f92098b8 100644 --- a/package.json +++ b/package.json @@ -101,7 +101,7 @@ "@babel/core": "=7.14.2", "@babel/eslint-parser": "=7.14.3", "@babel/plugin-proposal-class-properties": "=7.13.0", - "@babel/plugin-proposal-nullish-coalescing-operator": "=7.13.8", + "@babel/plugin-proposal-nullish-coalescing-operator": "=7.14.2", "@babel/plugin-proposal-optional-chaining": "=7.13.12", "@babel/plugin-transform-runtime": "=7.14.3", "@babel/preset-env": "=7.14.1",