diff options
author | dependabot[bot] | 2021-10-21 21:59:56 +0000 |
---|---|---|
committer | Vitaly Takmazov | 2021-10-23 00:56:03 +0300 |
commit | 0fc02ea0abf2742d266e94adbc65b8b013fc5c0f (patch) | |
tree | 8fca46a88881e85c6b667d9d4bafa7f51ca76174 /package.json | |
parent | accaff23205db24fba0769ae822803481a6ca6bf (diff) |
Bump babel-loader from 8.2.2 to 8.2.3
Bumps [babel-loader](https://github.com/babel/babel-loader) from 8.2.2 to 8.2.3.
- [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.2.2...v8.2.3)
---
updated-dependencies:
- dependency-name: babel-loader
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 633ded14..282f114e 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "devDependencies": { "@babel/core": "^7.15.8", "@babel/preset-env": "^7.15.8", - "babel-loader": "^8.2.2", + "babel-loader": "^8.2.3", "concurrently": "^6.3.0", "copy-webpack-plugin": "^9.0.1", "core-js": "^3.18.3", |