Bump babel-loader from 8.1.0 to 8.2.1

Bumps [babel-loader](https://github.com/babel/babel-loader) from 8.1.0 to 8.2.1.
- [Release notes](https://github.com/babel/babel-loader/releases)
- [Changelog](https://github.com/babel/babel-loader/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel-loader/compare/v8.1.0...v8.2.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-11-11 09:18:18 +00:00 committed by GitHub
parent 0eab9b2967
commit 7b697e2793
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@ -4889,14 +4889,14 @@
} }
}, },
"babel-loader": { "babel-loader": {
"version": "8.1.0", "version": "8.2.1",
"resolved": "https://registry.npmjs.org/babel-loader/-/babel-loader-8.1.0.tgz", "resolved": "https://registry.npmjs.org/babel-loader/-/babel-loader-8.2.1.tgz",
"integrity": "sha512-7q7nC1tYOrqvUrN3LQK4GwSk/TQorZSOlO9C+RZDZpODgyN4ZlCqE5q9cDsyWOliN+aU9B4JX01xK9eJXowJLw==", "integrity": "sha512-dMF8sb2KQ8kJl21GUjkW1HWmcsL39GOV5vnzjqrCzEPNY0S0UfMLnumidiwIajDSBmKhYf5iRW+HXaM4cvCKBw==",
"dev": true, "dev": true,
"requires": { "requires": {
"find-cache-dir": "^2.1.0", "find-cache-dir": "^2.1.0",
"loader-utils": "^1.4.0", "loader-utils": "^1.4.0",
"mkdirp": "^0.5.3", "make-dir": "^2.1.0",
"pify": "^4.0.1", "pify": "^4.0.1",
"schema-utils": "^2.6.5" "schema-utils": "^2.6.5"
}, },

View File

@ -52,7 +52,7 @@
"@typescript-eslint/parser": "^2.10.0", "@typescript-eslint/parser": "^2.10.0",
"babel-eslint": "^10.1.0", "babel-eslint": "^10.1.0",
"babel-jest": "^26.6.3", "babel-jest": "^26.6.3",
"babel-loader": "8.1.0", "babel-loader": "8.2.1",
"babel-plugin-named-asset-import": "^0.3.7", "babel-plugin-named-asset-import": "^0.3.7",
"babel-preset-react-app": "^10.0.0", "babel-preset-react-app": "^10.0.0",
"camelcase": "^6.2.0", "camelcase": "^6.2.0",