Skip to content

Commit fc91426

Browse files
authored
⬆️ Update babel-loader to version 10.0.0 (#5395)
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
1 parent 2b56937 commit fc91426

File tree

2 files changed

+6
-27
lines changed

2 files changed

+6
-27
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@
123123
"alex": "^11.0.1",
124124
"autoprefixer": "^10.4.20",
125125
"babel-jest": "^29.7.0",
126-
"babel-loader": "^9.2.1",
126+
"babel-loader": "^10.0.0",
127127
"babel-plugin-module-resolver": "^5.0.2",
128128
"browserslist": "^4.24.4",
129129
"caniuse-lite": "^1.0.30001699",

yarn.lock

Lines changed: 5 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -2858,13 +2858,12 @@ babel-jest@^29.7.0:
28582858
graceful-fs "^4.2.9"
28592859
slash "^3.0.0"
28602860

2861-
babel-loader@^9.2.1:
2862-
version "9.2.1"
2863-
resolved "https://registry.yarnpkg.com/babel-loader/-/babel-loader-9.2.1.tgz#04c7835db16c246dd19ba0914418f3937797587b"
2864-
integrity sha512-fqe8naHt46e0yIdkjUZYqddSXfej3AHajX+CSO5X7oy0EmPc6o5Xh+RClNoHjnieWz9AW4kZxW9yyFMhVB1QLA==
2861+
babel-loader@^10.0.0:
2862+
version "10.0.0"
2863+
resolved "https://registry.yarnpkg.com/babel-loader/-/babel-loader-10.0.0.tgz#b9743714c0e1e084b3e4adef3cd5faee33089977"
2864+
integrity sha512-z8jt+EdS61AMw22nSfoNJAZ0vrtmhPRVi6ghL3rCeRZI8cdNYFiV5xeV3HbE7rlZZNmGH8BVccwWt8/ED0QOHA==
28652865
dependencies:
2866-
find-cache-dir "^4.0.0"
2867-
schema-utils "^4.0.0"
2866+
find-up "^5.0.0"
28682867

28692868
babel-plugin-istanbul@^6.1.1:
28702869
version "6.1.1"
@@ -3524,11 +3523,6 @@ common-log-format@^1.0.0:
35243523
resolved "https://registry.yarnpkg.com/common-log-format/-/common-log-format-1.0.0.tgz#0ecfb959ca637b44a9c3e6e08a3bee3e9db67f3f"
35253524
integrity sha512-fFn/WPNbsTCGTTwdCpZfVZSa5mgqMEkA0gMTRApFSlEsYN+9B2FPfiqch5FT+jsv5IV1RHV3GeZvCa7Qg+jssw==
35263525

3527-
common-path-prefix@^3.0.0:
3528-
version "3.0.0"
3529-
resolved "https://registry.yarnpkg.com/common-path-prefix/-/common-path-prefix-3.0.0.tgz#7d007a7e07c58c4b4d5f433131a19141b29f11e0"
3530-
integrity sha512-QE33hToZseCH3jS0qN96O/bSh3kaw/h+Tq7ngyY9eWDUnTlTNUyqfqvCXioLe5Na5jFsL78ra/wuBU4iuEgd4w==
3531-
35323526
common-tags@^1.8.0, common-tags@^1.8.2:
35333527
version "1.8.2"
35343528
resolved "https://registry.yarnpkg.com/common-tags/-/common-tags-1.8.2.tgz#94ebb3c076d26032745fd54face7f688ef5ac9c6"
@@ -5111,14 +5105,6 @@ find-babel-config@^2.1.1:
51115105
json5 "^2.2.3"
51125106
path-exists "^4.0.0"
51135107

5114-
find-cache-dir@^4.0.0:
5115-
version "4.0.0"
5116-
resolved "https://registry.yarnpkg.com/find-cache-dir/-/find-cache-dir-4.0.0.tgz#a30ee0448f81a3990708f6453633c733e2f6eec2"
5117-
integrity sha512-9ZonPT4ZAK4a+1pUPVPZJapbi7O5qbbJPdYw/NOQWZZbVLdDTYM3A4R9z/DpAM08IDaFGsvPgiGZ82WEwUDWjg==
5118-
dependencies:
5119-
common-path-prefix "^3.0.0"
5120-
pkg-dir "^7.0.0"
5121-
51225108
find-replace@^5.0.1:
51235109
version "5.0.1"
51245110
resolved "https://registry.yarnpkg.com/find-replace/-/find-replace-5.0.1.tgz#28bbcf985b5274f6edd5e087c1e4e26a08b0da21"
@@ -9282,13 +9268,6 @@ pkg-dir@^5.0.0:
92829268
dependencies:
92839269
find-up "^5.0.0"
92849270

9285-
pkg-dir@^7.0.0:
9286-
version "7.0.0"
9287-
resolved "https://registry.yarnpkg.com/pkg-dir/-/pkg-dir-7.0.0.tgz#8f0c08d6df4476756c5ff29b3282d0bab7517d11"
9288-
integrity sha512-Ie9z/WINcxxLp27BKOCHGde4ITq9UklYKDzVo1nhk5sqGEXU3FpkwP5GM2voTGJkGd9B3Otl+Q4uwSOeSUtOBA==
9289-
dependencies:
9290-
find-up "^6.3.0"
9291-
92929271
pkg-up@^3.1.0:
92939272
version "3.1.0"
92949273
resolved "https://registry.yarnpkg.com/pkg-up/-/pkg-up-3.1.0.tgz#100ec235cc150e4fd42519412596a28512a0def5"

0 commit comments

Comments
 (0)