diff --git a/package-lock.json b/package-lock.json index 96d8f9df..0a68b92e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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", diff --git a/package.json b/package.json index d2857fc0..2deebb73 100644 --- a/package.json +++ b/package.json @@ -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",