aboutsummaryrefslogtreecommitdiff
path: root/package-lock.json
diff options
context:
space:
mode:
authorGravatar dependabot-preview[bot]2020-11-24 07:19:19 +0000
committerGravatar dependabot-preview[bot]2020-11-24 07:22:55 +0000
commit4b3a773b00da1d36a2f62bbafb0c16adaf528dc0 (patch)
tree5569f9fccd84df514f7087d7a73635b22cce36b5 /package-lock.json
parenta739f69d1a0bab014c9d63bf40c82923778255ac (diff)
Bump @babel/core from 7.12.7 to 7.12.8
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.12.7 to 7.12.8. - [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.8/packages/babel-core) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Diffstat (limited to 'package-lock.json')
-rw-r--r--package-lock.json25
1 files changed, 21 insertions, 4 deletions
diff --git a/package-lock.json b/package-lock.json
index a45e4617..19f6aed3 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -20,9 +20,9 @@
"dev": true
},
"@babel/core": {
- "version": "7.12.7",
- "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.12.7.tgz",
- "integrity": "sha512-tRKx9B53kJe8NCGGIxEQb2Bkr0riUIEuN7Sc1fxhs5H8lKlCWUvQCSNMVIB0Meva7hcbCRJ76de15KoLltdoqw==",
+ "version": "7.12.8",
+ "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.12.8.tgz",
+ "integrity": "sha512-ra28JXL+5z73r1IC/t+FT1ApXU5LsulFDnTDntNfLQaScJUJmcHL5Qxm/IWanCToQk3bPWQo5bflbplU5r15pg==",
"dev": true,
"requires": {
"@babel/code-frame": "^7.10.4",
@@ -31,7 +31,7 @@
"@babel/helpers": "^7.12.5",
"@babel/parser": "^7.12.7",
"@babel/template": "^7.12.7",
- "@babel/traverse": "^7.12.7",
+ "@babel/traverse": "^7.12.8",
"@babel/types": "^7.12.7",
"convert-source-map": "^1.7.0",
"debug": "^4.1.0",
@@ -60,6 +60,23 @@
"@babel/types": "^7.12.7"
}
},
+ "@babel/traverse": {
+ "version": "7.12.8",
+ "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.12.8.tgz",
+ "integrity": "sha512-EIRQXPTwFEGRZyu6gXbjfpNORN1oZvwuzJbxcXjAgWV0iqXYDszN1Hx3FVm6YgZfu1ZQbCVAk3l+nIw95Xll9Q==",
+ "dev": true,
+ "requires": {
+ "@babel/code-frame": "^7.10.4",
+ "@babel/generator": "^7.12.5",
+ "@babel/helper-function-name": "^7.10.4",
+ "@babel/helper-split-export-declaration": "^7.11.0",
+ "@babel/parser": "^7.12.7",
+ "@babel/types": "^7.12.7",
+ "debug": "^4.1.0",
+ "globals": "^11.1.0",
+ "lodash": "^4.17.19"
+ }
+ },
"@babel/types": {
"version": "7.12.7",
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.12.7.tgz",