diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-02-23 07:53:09 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-23 07:53:09 +0000 |
commit | 358844bffde42afa7a5b65fa6d47a5892fea7dcf (patch) | |
tree | a5b68fa1e20e5488f317a7c6b81241f22aebbb5c | |
parent | 935ce2c7b9b56e58064de6d12d260302231bbfd0 (diff) | |
parent | d41e5efc5092731798e4a091c4c8322ef1fc52da (diff) | |
download | timeline-358844bffde42afa7a5b65fa6d47a5892fea7dcf.tar.gz timeline-358844bffde42afa7a5b65fa6d47a5892fea7dcf.tar.bz2 timeline-358844bffde42afa7a5b65fa6d47a5892fea7dcf.zip |
Merge pull request #303 from crupest/dependabot/npm_and_yarn/FrontEnd/babel/plugin-proposal-nullish-coalescing-operator-7.13.0
-rw-r--r-- | FrontEnd/package-lock.json | 18 | ||||
-rw-r--r-- | FrontEnd/package.json | 2 |
2 files changed, 10 insertions, 10 deletions
diff --git a/FrontEnd/package-lock.json b/FrontEnd/package-lock.json index 8379f443..5980d797 100644 --- a/FrontEnd/package-lock.json +++ b/FrontEnd/package-lock.json @@ -42,7 +42,7 @@ "@babel/core": "^7.12.17", "@babel/plugin-proposal-class-properties": "^7.12.13", "@babel/plugin-proposal-decorators": "^7.13.0", - "@babel/plugin-proposal-nullish-coalescing-operator": "^7.12.13", + "@babel/plugin-proposal-nullish-coalescing-operator": "^7.13.0", "@babel/plugin-proposal-optional-chaining": "^7.13.0", "@babel/plugin-syntax-dynamic-import": "^7.8.3", "@babel/preset-env": "^7.12.17", @@ -516,12 +516,12 @@ } }, "node_modules/@babel/plugin-proposal-nullish-coalescing-operator": { - "version": "7.12.13", - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.12.13.tgz", - "integrity": "sha512-Qoxpy+OxhDBI5kRqliJFAl4uWXk3Bn24WeFstPH0iLymFehSAUR8MHpqU7njyXv/qbo7oN6yTy5bfCmXdKpo1Q==", + "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==", "dev": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.12.13", + "@babel/helper-plugin-utils": "^7.13.0", "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.0" }, "peerDependencies": { @@ -16418,12 +16418,12 @@ } }, "@babel/plugin-proposal-nullish-coalescing-operator": { - "version": "7.12.13", - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.12.13.tgz", - "integrity": "sha512-Qoxpy+OxhDBI5kRqliJFAl4uWXk3Bn24WeFstPH0iLymFehSAUR8MHpqU7njyXv/qbo7oN6yTy5bfCmXdKpo1Q==", + "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==", "dev": true, "requires": { - "@babel/helper-plugin-utils": "^7.12.13", + "@babel/helper-plugin-utils": "^7.13.0", "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.0" } }, diff --git a/FrontEnd/package.json b/FrontEnd/package.json index 97011c9f..b9c209ec 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -57,7 +57,7 @@ "@babel/core": "^7.12.17",
"@babel/plugin-proposal-class-properties": "^7.12.13",
"@babel/plugin-proposal-decorators": "^7.13.0",
- "@babel/plugin-proposal-nullish-coalescing-operator": "^7.12.13",
+ "@babel/plugin-proposal-nullish-coalescing-operator": "^7.13.0",
"@babel/plugin-proposal-optional-chaining": "^7.13.0",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/preset-env": "^7.12.17",
|