Skip to content

Commit 3326af6

Browse files
chore(deps-dev): bump babel-loader from 9.0.1 to 9.1.0 (#815)
Bumps [babel-loader](https://github.com/babel/babel-loader) from 9.0.1 to 9.1.0. - [Release notes](https://github.com/babel/babel-loader/releases) - [Changelog](https://github.com/babel/babel-loader/blob/main/CHANGELOG.md) - [Commits](babel/babel-loader@v9.0.1...v9.1.0) --- updated-dependencies: - dependency-name: babel-loader dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1c990a6 commit 3326af6

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"@types/react": "18.0.24",
5858
"@types/react-dom": "18.0.8",
5959
"autoprefixer": "10.4.13",
60-
"babel-loader": "9.0.1",
60+
"babel-loader": "9.1.0",
6161
"cssnano": "5.1.14",
6262
"dts-cli": "1.6.0",
6363
"eslint-config-react-app": "7.0.1",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4325,10 +4325,10 @@ babel-jest@^27.5.1:
43254325
graceful-fs "^4.2.9"
43264326
slash "^3.0.0"
43274327

4328-
babel-loader@9.0.1:
4329-
version "9.0.1"
4330-
resolved "https://registry.yarnpkg.com/babel-loader/-/babel-loader-9.0.1.tgz#d473f30a6ffc2f2abca610c01775c40fc5c2a970"
4331-
integrity sha512-szYjslOXFlj/po5KfrVmiuBAcI6GVHFuAgC96Qd6mMPHdwl4lmAJkYtvjQ1RxxPjgdkKjd3LQgXDE4jxEutNuw==
4328+
babel-loader@9.1.0:
4329+
version "9.1.0"
4330+
resolved "https://registry.yarnpkg.com/babel-loader/-/babel-loader-9.1.0.tgz#839e9ae88aea930864ef9ec0f356dfca96ecf238"
4331+
integrity sha512-Antt61KJPinUMwHwIIz9T5zfMgevnfZkEVWYDWlG888fgdvRRGD0JTuf/fFozQnfT+uq64sk1bmdHDy/mOEWnA==
43324332
dependencies:
43334333
find-cache-dir "^3.3.2"
43344334
schema-utils "^4.0.0"

0 commit comments

Comments
 (0)