chore(deps-dev): bump @babel/plugin-proposal-nullish-coalescing-operator (#7656)

This commit is contained in:
dependabot[bot]
2021-11-17 11:22:33 +00:00
committed by GitHub
parent 18d4fb33e5
commit a82433c460
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@@ -50,7 +50,7 @@
"@babel/core": "=7.14.6",
"@babel/eslint-parser": "=7.14.3",
"@babel/plugin-proposal-class-properties": "=7.16.0",
"@babel/plugin-proposal-nullish-coalescing-operator": "=7.14.5",
"@babel/plugin-proposal-nullish-coalescing-operator": "=7.16.0",
"@babel/plugin-proposal-optional-chaining": "=7.14.5",
"@babel/plugin-transform-runtime": "=7.14.5",
"@babel/preset-env": "=7.14.7",
@@ -740,9 +740,9 @@
}
},
"node_modules/@babel/plugin-proposal-nullish-coalescing-operator": {
"version": "7.14.5",
"resolved": "https://registry.npmjs.org/@babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.14.5.tgz",
"integrity": "sha512-gun/SOnMqjSb98Nkaq2rTKMwervfdAoz6NphdY0vTfuzMfryj+tDGb2n6UkDKwez+Y8PZDhE3D143v6Gepp4Hg==",
"version": "7.16.0",
"resolved": "https://registry.npmjs.org/@babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.16.0.tgz",
"integrity": "sha512-3bnHA8CAFm7cG93v8loghDYyQ8r97Qydf63BeYiGgYbjKKB/XP53W15wfRC7dvKfoiJ34f6Rbyyx2btExc8XsQ==",
"dev": true,
"dependencies": {
"@babel/helper-plugin-utils": "^7.14.5",
@@ -30678,9 +30678,9 @@
}
},
"@babel/plugin-proposal-nullish-coalescing-operator": {
"version": "7.14.5",
"resolved": "https://registry.npmjs.org/@babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.14.5.tgz",
"integrity": "sha512-gun/SOnMqjSb98Nkaq2rTKMwervfdAoz6NphdY0vTfuzMfryj+tDGb2n6UkDKwez+Y8PZDhE3D143v6Gepp4Hg==",
"version": "7.16.0",
"resolved": "https://registry.npmjs.org/@babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.16.0.tgz",
"integrity": "sha512-3bnHA8CAFm7cG93v8loghDYyQ8r97Qydf63BeYiGgYbjKKB/XP53W15wfRC7dvKfoiJ34f6Rbyyx2btExc8XsQ==",
"dev": true,
"requires": {
"@babel/helper-plugin-utils": "^7.14.5",

View File

@@ -93,7 +93,7 @@
"@babel/core": "=7.14.6",
"@babel/eslint-parser": "=7.14.3",
"@babel/plugin-proposal-class-properties": "=7.16.0",
"@babel/plugin-proposal-nullish-coalescing-operator": "=7.14.5",
"@babel/plugin-proposal-nullish-coalescing-operator": "=7.16.0",
"@babel/plugin-proposal-optional-chaining": "=7.14.5",
"@babel/plugin-transform-runtime": "=7.14.5",
"@babel/preset-env": "=7.14.7",