chore(deps-dev): bump @babel/plugin-proposal-nullish-coalescing-operator from 7.13.0 to 7.13.8

This commit is contained in:
dependabot[bot]
2021-03-02 02:24:36 -05:00
committed by GitHub
parent d7fddf47c3
commit 2d6e0cee82
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@@ -2154,13 +2154,13 @@
}
},
"@babel/plugin-proposal-nullish-coalescing-operator": {
"version": "7.13.0",
"resolved": "https://registry.npmjs.org/@babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.13.0.tgz",
"integrity": "sha512-UkAvFA/9+lBBL015gjA68NvKiCReNxqFLm3SdNKaM3XXoDisA7tMAIX4PmIwatFoFqMxxT3WyG9sK3MO0Kting==",
"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==",
"dev": true,
"requires": {
"@babel/helper-plugin-utils": "^7.13.0",
"@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.0"
"@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3"
},
"dependencies": {
"@babel/helper-plugin-utils": {

View File

@@ -100,7 +100,7 @@
"@babel/cli": "=7.13.0",
"@babel/core": "=7.13.8",
"@babel/plugin-proposal-class-properties": "=7.13.0",
"@babel/plugin-proposal-nullish-coalescing-operator": "=7.13.0",
"@babel/plugin-proposal-nullish-coalescing-operator": "=7.13.8",
"@babel/plugin-proposal-optional-chaining": "=7.13.8",
"@babel/plugin-transform-runtime": "=7.13.7",
"@babel/preset-env": "=7.13.9",