diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-02-03 07:28:43 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-03 07:28:43 +0000 |
commit | 213eff4393bd4e67282b3099005e31c21c8222d8 (patch) | |
tree | 9ebcad56fc0a40ea16bbd982956855382a9cc25e | |
parent | e03d0282ace79af7815edd18fab4b00f778fcbc3 (diff) | |
parent | 20730c127c76ec2234635a9ff5f1241c4e2f46f5 (diff) | |
download | timeline-213eff4393bd4e67282b3099005e31c21c8222d8.tar.gz timeline-213eff4393bd4e67282b3099005e31c21c8222d8.tar.bz2 timeline-213eff4393bd4e67282b3099005e31c21c8222d8.zip |
Merge pull request #239 from crupest/dependabot/npm_and_yarn/FrontEnd/babel/plugin-proposal-optional-chaining-7.12.13
-rw-r--r-- | FrontEnd/package-lock.json | 16 | ||||
-rw-r--r-- | FrontEnd/package.json | 2 |
2 files changed, 13 insertions, 5 deletions
diff --git a/FrontEnd/package-lock.json b/FrontEnd/package-lock.json index ffffe6b7..5c574284 100644 --- a/FrontEnd/package-lock.json +++ b/FrontEnd/package-lock.json @@ -866,14 +866,22 @@ } }, "@babel/plugin-proposal-optional-chaining": { - "version": "7.12.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.12.7.tgz", - "integrity": "sha512-4ovylXZ0PWmwoOvhU2vhnzVNnm88/Sm9nx7V8BPgMvAzn5zDou3/Awy0EjglyubVHasJj+XCEkr/r1X3P5elCA==", + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.12.13.tgz", + "integrity": "sha512-0ZwjGfTcnZqyV3y9DSD1Yk3ebp+sIUpT2YDqP8hovzaNZnQq2Kd7PEqa6iOIUDBXBt7Jl3P7YAcEIL5Pz8u09Q==", "dev": true, "requires": { - "@babel/helper-plugin-utils": "^7.10.4", + "@babel/helper-plugin-utils": "^7.12.13", "@babel/helper-skip-transparent-expression-wrappers": "^7.12.1", "@babel/plugin-syntax-optional-chaining": "^7.8.0" + }, + "dependencies": { + "@babel/helper-plugin-utils": { + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.12.13.tgz", + "integrity": "sha512-C+10MXCXJLiR6IeG9+Wiejt9jmtFpxUc3MQqCmPY8hfCjyUGl9kT+B2okzEZrtykiwrc4dbCPdDoz0A/HQbDaA==", + "dev": true + } } }, "@babel/plugin-proposal-private-methods": { diff --git a/FrontEnd/package.json b/FrontEnd/package.json index 8d697025..103e9a4f 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -56,7 +56,7 @@ "@babel/plugin-proposal-class-properties": "^7.12.13",
"@babel/plugin-proposal-decorators": "^7.12.12",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.12.1",
- "@babel/plugin-proposal-optional-chaining": "^7.12.7",
+ "@babel/plugin-proposal-optional-chaining": "^7.12.13",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/preset-env": "^7.12.11",
"@babel/preset-react": "^7.12.13",
|