diff options
author | dependabot-preview[bot] | 2020-11-11 07:16:25 +0000 |
---|---|---|
committer | Vitaly Takmazov | 2023-01-13 10:37:55 +0300 |
commit | 5c2295a8690bd22c42a3e0ad68ab644ad37757e8 (patch) | |
tree | 75d85545ab29c682d7e54c342f890793bc9833c6 /vnext | |
parent | b3555c2a1e7790e6c1697b0a07127007c4e8473d (diff) |
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>
Diffstat (limited to 'vnext')
-rw-r--r-- | vnext/package-lock.json | 8 | ||||
-rw-r--r-- | vnext/package.json | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/vnext/package-lock.json b/vnext/package-lock.json index f4b3427c..84aec4ac 100644 --- a/vnext/package-lock.json +++ b/vnext/package-lock.json @@ -3439,14 +3439,14 @@ } }, "babel-loader": { - "version": "8.1.0", - "resolved": "https://registry.npmjs.org/babel-loader/-/babel-loader-8.1.0.tgz", - "integrity": "sha512-7q7nC1tYOrqvUrN3LQK4GwSk/TQorZSOlO9C+RZDZpODgyN4ZlCqE5q9cDsyWOliN+aU9B4JX01xK9eJXowJLw==", + "version": "8.2.1", + "resolved": "https://registry.npmjs.org/babel-loader/-/babel-loader-8.2.1.tgz", + "integrity": "sha512-dMF8sb2KQ8kJl21GUjkW1HWmcsL39GOV5vnzjqrCzEPNY0S0UfMLnumidiwIajDSBmKhYf5iRW+HXaM4cvCKBw==", "dev": true, "requires": { "find-cache-dir": "^2.1.0", "loader-utils": "^1.4.0", - "mkdirp": "^0.5.3", + "make-dir": "^2.1.0", "pify": "^4.0.1", "schema-utils": "^2.6.5" } diff --git a/vnext/package.json b/vnext/package.json index 9ebe0f68..33b93134 100644 --- a/vnext/package.json +++ b/vnext/package.json @@ -17,7 +17,7 @@ "@babel/preset-react": "7.12.5", "babel-eslint": "^10.1.0", "babel-jest": "^26.6.3", - "babel-loader": "^8.1.0", + "babel-loader": "^8.2.1", "css-loader": "^5.0.1", "css-minimizer-webpack-plugin": "^1.1.5", "error-overlay-webpack-plugin": "^0.4.1", |