Skip to content

Commit

Permalink
Bump babel-loader from 8.3.0 to 9.1.3 in /web (#4627)
Browse files Browse the repository at this point in the history
Bumps [babel-loader](https://github.com/babel/babel-loader) from 8.3.0 to 9.1.3.
- [Release notes](https://github.com/babel/babel-loader/releases)
- [Changelog](https://github.com/babel/babel-loader/blob/main/CHANGELOG.md)
- [Commits](babel/babel-loader@v8.3.0...v9.1.3)

---
updated-dependencies:
- dependency-name: babel-loader
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored May 21, 2024
1 parent d4061d5 commit 9b91a05
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"@typescript-eslint/parser": "^5.49.0",
"autoprefixer": "9.8.8",
"babel-jest": "^29.7.0",
"babel-loader": "^8.2.5",
"babel-loader": "^9.1.3",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-dynamic-import": "^2.1.0",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
Expand Down
4 changes: 2 additions & 2 deletions web/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5667,7 +5667,7 @@ babel-jest@^29.7.0:
graceful-fs "^4.2.9"
slash "^3.0.0"

babel-loader@^8.0.0, babel-loader@^8.2.5:
babel-loader@^8.0.0:
version "8.3.0"
resolved "https://registry.yarnpkg.com/babel-loader/-/babel-loader-8.3.0.tgz#124936e841ba4fe8176786d6ff28add1f134d6a8"
integrity sha512-H8SvsMF+m9t15HNLMipppzkC+Y2Yq+v3SonZyU70RBL/h1gxPkH08Ot8pEE9Z4Kd+czyWJClmFS8qzIP9OZ04Q==
Expand All @@ -5677,7 +5677,7 @@ babel-loader@^8.0.0, babel-loader@^8.2.5:
make-dir "^3.1.0"
schema-utils "^2.6.5"

babel-loader@^9.0.0:
babel-loader@^9.0.0, babel-loader@^9.1.3:
version "9.1.3"
resolved "https://registry.yarnpkg.com/babel-loader/-/babel-loader-9.1.3.tgz#3d0e01b4e69760cc694ee306fe16d358aa1c6f9a"
integrity sha512-xG3ST4DglodGf8qSwv0MdeWLhrDsw/32QMdTO5T1ZIp9gQur0HkCyFs7Awskr10JKXFXwpAhiCuYX5oGXnRGbw==
Expand Down

0 comments on commit 9b91a05

Please sign in to comment.