chore(deps-dev): bump @babel/plugin-proposal-nullish-coalescing-operator (#7656)
This commit is contained in:
14
package-lock.json
generated
14
package-lock.json
generated
@@ -50,7 +50,7 @@
|
|||||||
"@babel/core": "=7.14.6",
|
"@babel/core": "=7.14.6",
|
||||||
"@babel/eslint-parser": "=7.14.3",
|
"@babel/eslint-parser": "=7.14.3",
|
||||||
"@babel/plugin-proposal-class-properties": "=7.16.0",
|
"@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-proposal-optional-chaining": "=7.14.5",
|
||||||
"@babel/plugin-transform-runtime": "=7.14.5",
|
"@babel/plugin-transform-runtime": "=7.14.5",
|
||||||
"@babel/preset-env": "=7.14.7",
|
"@babel/preset-env": "=7.14.7",
|
||||||
@@ -740,9 +740,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@babel/plugin-proposal-nullish-coalescing-operator": {
|
"node_modules/@babel/plugin-proposal-nullish-coalescing-operator": {
|
||||||
"version": "7.14.5",
|
"version": "7.16.0",
|
||||||
"resolved": "https://registry.npmjs.org/@babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.14.5.tgz",
|
"resolved": "https://registry.npmjs.org/@babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.16.0.tgz",
|
||||||
"integrity": "sha512-gun/SOnMqjSb98Nkaq2rTKMwervfdAoz6NphdY0vTfuzMfryj+tDGb2n6UkDKwez+Y8PZDhE3D143v6Gepp4Hg==",
|
"integrity": "sha512-3bnHA8CAFm7cG93v8loghDYyQ8r97Qydf63BeYiGgYbjKKB/XP53W15wfRC7dvKfoiJ34f6Rbyyx2btExc8XsQ==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/helper-plugin-utils": "^7.14.5",
|
"@babel/helper-plugin-utils": "^7.14.5",
|
||||||
@@ -30678,9 +30678,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@babel/plugin-proposal-nullish-coalescing-operator": {
|
"@babel/plugin-proposal-nullish-coalescing-operator": {
|
||||||
"version": "7.14.5",
|
"version": "7.16.0",
|
||||||
"resolved": "https://registry.npmjs.org/@babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.14.5.tgz",
|
"resolved": "https://registry.npmjs.org/@babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.16.0.tgz",
|
||||||
"integrity": "sha512-gun/SOnMqjSb98Nkaq2rTKMwervfdAoz6NphdY0vTfuzMfryj+tDGb2n6UkDKwez+Y8PZDhE3D143v6Gepp4Hg==",
|
"integrity": "sha512-3bnHA8CAFm7cG93v8loghDYyQ8r97Qydf63BeYiGgYbjKKB/XP53W15wfRC7dvKfoiJ34f6Rbyyx2btExc8XsQ==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"requires": {
|
"requires": {
|
||||||
"@babel/helper-plugin-utils": "^7.14.5",
|
"@babel/helper-plugin-utils": "^7.14.5",
|
||||||
|
|||||||
@@ -93,7 +93,7 @@
|
|||||||
"@babel/core": "=7.14.6",
|
"@babel/core": "=7.14.6",
|
||||||
"@babel/eslint-parser": "=7.14.3",
|
"@babel/eslint-parser": "=7.14.3",
|
||||||
"@babel/plugin-proposal-class-properties": "=7.16.0",
|
"@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-proposal-optional-chaining": "=7.14.5",
|
||||||
"@babel/plugin-transform-runtime": "=7.14.5",
|
"@babel/plugin-transform-runtime": "=7.14.5",
|
||||||
"@babel/preset-env": "=7.14.7",
|
"@babel/preset-env": "=7.14.7",
|
||||||
|
|||||||
Reference in New Issue
Block a user