Merge pull request #80 from Serraniel/dependabot/npm_and_yarn/develop/babel/compat-data-7.12.1

Bump @babel/compat-data from 7.12.0 to 7.12.1
This commit is contained in:
Daniel 2020-10-16 15:43:34 +02:00 committed by GitHub
commit 6e883ed7bd
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": { "@babel/compat-data": {
"version": "7.12.0", "version": "7.12.1",
"resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.12.0.tgz", "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.12.1.tgz",
"integrity": "sha512-jAbCtMANC9ptXxbSVXIqV/3H0bkh7iyyv6JS5lu10av45bcc2QmDNJXkASZCFwbBt75Q0AEq/BB+bNa3x1QgYQ==", "integrity": "sha512-725AQupWJZ8ba0jbKceeFblZTY90McUBWMwHhkFQ9q1zKPJ95GUktljFcgcsIVwRnTnRKlcYzfiNImg5G9m6ZQ==",
"dev": true "dev": true
}, },
"@babel/core": { "@babel/core": {

View file

@ -34,7 +34,7 @@
"homepage": "https://github.com/Serraniel/AniwatchPlus#readme", "homepage": "https://github.com/Serraniel/AniwatchPlus#readme",
"dependencies": {}, "dependencies": {},
"devDependencies": { "devDependencies": {
"@babel/compat-data": "^7.12.0", "@babel/compat-data": "^7.12.1",
"@babel/core": "^7.12.0", "@babel/core": "^7.12.0",
"@babel/helper-module-imports": "^7.12.1", "@babel/helper-module-imports": "^7.12.1",
"@babel/plugin-proposal-class-properties": "^7.10.4", "@babel/plugin-proposal-class-properties": "^7.10.4",