diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-02-12 07:27:21 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-12 07:27:21 +0000 |
commit | 188758fa5913890d3ad1f003d9634242ed16e097 (patch) | |
tree | 0fb6b7e9c292a2357cae210a681a3f4a64e21ae5 /FrontEnd/package-lock.json | |
parent | 7bab0a90e06581707e6fbd8ca8d119dce8bcc818 (diff) | |
download | timeline-188758fa5913890d3ad1f003d9634242ed16e097.tar.gz timeline-188758fa5913890d3ad1f003d9634242ed16e097.tar.bz2 timeline-188758fa5913890d3ad1f003d9634242ed16e097.zip |
build(deps-dev): Bump @babel/plugin-proposal-optional-chaining
Bumps [@babel/plugin-proposal-optional-chaining](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-proposal-optional-chaining) from 7.12.13 to 7.12.16.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.12.16/packages/babel-plugin-proposal-optional-chaining)
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'FrontEnd/package-lock.json')
-rw-r--r-- | FrontEnd/package-lock.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/FrontEnd/package-lock.json b/FrontEnd/package-lock.json index 3e967465..a93ce58c 100644 --- a/FrontEnd/package-lock.json +++ b/FrontEnd/package-lock.json @@ -1297,9 +1297,9 @@ } }, "@babel/plugin-proposal-optional-chaining": { - "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==", + "version": "7.12.16", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.12.16.tgz", + "integrity": "sha512-O3ohPwOhkwji5Mckb7F/PJpJVJY3DpPsrt/F0Bk40+QMk9QpAIqeGusHWqu/mYqsM8oBa6TziL/2mbERWsUZjg==", "dev": true, "requires": { "@babel/helper-plugin-utils": "^7.12.13", |