diff options
author | dependabot[bot] | 2023-01-04 21:01:31 +0000 |
---|---|---|
committer | vitalyster | 2023-01-06 04:21:31 +0300 |
commit | 67235435df5f7c8153696c4d9200d82da5d4325f (patch) | |
tree | f130e69e2ef391ce9ef0cbef12930122506eb92b /package.json | |
parent | a5ab5feb4baadb1a747afd5595ff72c097bcf2fc (diff) |
Bump babel-loader from 9.1.0 to 9.1.2
Bumps [babel-loader](https://github.com/babel/babel-loader) from 9.1.0 to 9.1.2.
- [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/v9.1.0...v9.1.2)
---
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 ea010800..23b20a7a 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "@babel/core": "^7.20.12", "@babel/preset-env": "^7.20.2", "@swc/core": "^1.3.24", - "babel-loader": "^9.1.0", + "babel-loader": "^9.1.2", "concurrently": "^7.6.0", "copy-webpack-plugin": "^11.0.0", "core-js": "^3.27.1", |