Bump @babel/compat-data from 7.14.9 to 7.15.0

Bumps [@babel/compat-data](https://github.com/babel/babel/tree/HEAD/packages/babel-compat-data) from 7.14.9 to 7.15.0.
- [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.15.0/packages/babel-compat-data)

---
updated-dependencies:
- dependency-name: "@babel/compat-data"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-08-21 10:48:15 +00:00 committed by GitHub
parent 63cd1b9e1a
commit b5fc1502f8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View file

@ -14,9 +14,9 @@
}
},
"@babel/compat-data": {
"version": "7.14.9",
"resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.14.9.tgz",
"integrity": "sha512-p3QjZmMGHDGdpcwEYYWu7i7oJShJvtgMjJeb0W95PPhSm++3lm8YXYOh45Y6iCN9PkZLTZ7CIX5nFrp7pw7TXw==",
"version": "7.15.0",
"resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.15.0.tgz",
"integrity": "sha512-0NqAC1IJE0S0+lL1SWFMxMkz1pKCNCjI4tr2Zx4LJSXxCLAdr6KyArnY+sno5m3yH9g737ygOyPABDsnXkpxiA==",
"dev": true
},
"@babel/core": {

View file

@ -38,7 +38,7 @@
"uuid": "^8.3.2"
},
"devDependencies": {
"@babel/compat-data": "^7.14.9",
"@babel/compat-data": "^7.15.0",
"@babel/core": "^7.15.0",
"@babel/helper-module-imports": "^7.14.5",
"@babel/plugin-proposal-class-properties": "^7.14.5",