Skip to content

Commit c267aed

Browse files
authored
⬆️ Update babel-loader to version 9.2.1 (#246)
1 parent 30c0de2 commit c267aed

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
@@ -65,7 +65,7 @@
6565
"@testing-library/react": "^16.0.0",
6666
"@testing-library/user-event": "^14.5.2",
6767
"babel-jest": "~29.7.0",
68-
"babel-loader": "~9.1.3",
68+
"babel-loader": "~9.2.1",
6969
"cross-env": "~7.0.3",
7070
"css-loader": "~7.1.2",
7171
"eslint": "~8.57.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2285,10 +2285,10 @@ babel-jest@^29.7.0, babel-jest@~29.7.0:
22852285
graceful-fs "^4.2.9"
22862286
slash "^3.0.0"
22872287

2288-
babel-loader@~9.1.3:
2289-
version "9.1.3"
2290-
resolved "https://registry.yarnpkg.com/babel-loader/-/babel-loader-9.1.3.tgz#3d0e01b4e69760cc694ee306fe16d358aa1c6f9a"
2291-
integrity sha512-xG3ST4DglodGf8qSwv0MdeWLhrDsw/32QMdTO5T1ZIp9gQur0HkCyFs7Awskr10JKXFXwpAhiCuYX5oGXnRGbw==
2288+
babel-loader@~9.2.1:
2289+
version "9.2.1"
2290+
resolved "https://registry.yarnpkg.com/babel-loader/-/babel-loader-9.2.1.tgz#04c7835db16c246dd19ba0914418f3937797587b"
2291+
integrity sha512-fqe8naHt46e0yIdkjUZYqddSXfej3AHajX+CSO5X7oy0EmPc6o5Xh+RClNoHjnieWz9AW4kZxW9yyFMhVB1QLA==
22922292
dependencies:
22932293
find-cache-dir "^4.0.0"
22942294
schema-utils "^4.0.0"

0 commit comments

Comments
 (0)