Skip to content

Commit f44f409

Browse files
authored
⬆️ Update babel-loader to version 10.0.0
1 parent 15fc2c5 commit f44f409

File tree

2 files changed

+12
-30
lines changed

2 files changed

+12
-30
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"@typescript-eslint/parser": "^7.11.0",
3939
"@wojtekmaj/enzyme-adapter-react-17": "^0.6.7",
4040
"babel-jest": "^27.5.1",
41-
"babel-loader": "^8.2.5",
41+
"babel-loader": "^10.0.0",
4242
"babel-plugin-rewire-exports": "^2.3.0",
4343
"babel-preset-react-app": "^10.0.0",
4444
"bundlewatch": "^0.3.3",

yarn.lock

Lines changed: 11 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -3047,7 +3047,14 @@ babel-jest@^27.4.2, babel-jest@^27.5.1:
30473047
graceful-fs "^4.2.9"
30483048
slash "^3.0.0"
30493049

3050-
babel-loader@^8.2.3, babel-loader@^8.2.5:
3050+
babel-loader@^10.0.0:
3051+
version "10.0.0"
3052+
resolved "https://registry.yarnpkg.com/babel-loader/-/babel-loader-10.0.0.tgz#b9743714c0e1e084b3e4adef3cd5faee33089977"
3053+
integrity sha512-z8jt+EdS61AMw22nSfoNJAZ0vrtmhPRVi6ghL3rCeRZI8cdNYFiV5xeV3HbE7rlZZNmGH8BVccwWt8/ED0QOHA==
3054+
dependencies:
3055+
find-up "^5.0.0"
3056+
3057+
babel-loader@^8.2.3:
30513058
version "8.3.0"
30523059
resolved "https://registry.yarnpkg.com/babel-loader/-/babel-loader-8.3.0.tgz#124936e841ba4fe8176786d6ff28add1f134d6a8"
30533060
integrity sha512-H8SvsMF+m9t15HNLMipppzkC+Y2Yq+v3SonZyU70RBL/h1gxPkH08Ot8pEE9Z4Kd+czyWJClmFS8qzIP9OZ04Q==
@@ -10109,16 +10116,7 @@ string-natural-compare@^3.0.1:
1010910116
resolved "https://registry.yarnpkg.com/string-natural-compare/-/string-natural-compare-3.0.1.tgz#7a42d58474454963759e8e8b7ae63d71c1e7fdf4"
1011010117
integrity sha512-n3sPwynL1nwKi3WJ6AIsClwBMa0zTi54fn2oLU6ndfTSIO05xaznjSf15PcBZU6FNWbmN5Q6cxT4V5hGvB4taw==
1011110118

10112-
"string-width-cjs@npm:string-width@^4.2.0":
10113-
version "4.2.3"
10114-
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
10115-
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
10116-
dependencies:
10117-
emoji-regex "^8.0.0"
10118-
is-fullwidth-code-point "^3.0.0"
10119-
strip-ansi "^6.0.1"
10120-
10121-
string-width@^4.1.0, string-width@^4.2.0:
10119+
"string-width-cjs@npm:string-width@^4.2.0", string-width@^4.1.0, string-width@^4.2.0:
1012210120
version "4.2.3"
1012310121
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
1012410122
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -10215,14 +10213,7 @@ stringify-object@^3.3.0:
1021510213
is-obj "^1.0.1"
1021610214
is-regexp "^1.0.0"
1021710215

10218-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
10219-
version "6.0.1"
10220-
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
10221-
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
10222-
dependencies:
10223-
ansi-regex "^5.0.1"
10224-
10225-
strip-ansi@^6.0.0, strip-ansi@^6.0.1:
10216+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
1022610217
version "6.0.1"
1022710218
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
1022810219
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -11459,7 +11450,7 @@ workbox-window@6.6.1:
1145911450
"@types/trusted-types" "^2.0.2"
1146011451
workbox-core "6.6.1"
1146111452

11462-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
11453+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
1146311454
version "7.0.0"
1146411455
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
1146511456
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
@@ -11477,15 +11468,6 @@ wrap-ansi@^6.2.0:
1147711468
string-width "^4.1.0"
1147811469
strip-ansi "^6.0.0"
1147911470

11480-
wrap-ansi@^7.0.0:
11481-
version "7.0.0"
11482-
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
11483-
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
11484-
dependencies:
11485-
ansi-styles "^4.0.0"
11486-
string-width "^4.1.0"
11487-
strip-ansi "^6.0.0"
11488-
1148911471
wrap-ansi@^8.1.0:
1149011472
version "8.1.0"
1149111473
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214"

0 commit comments

Comments
 (0)