Skip to content

Commit 8f9b6a0

Browse files
build(deps-dev): bump babel-loader from 9.0.0 to 9.1.3 (#1877)
Bumps [babel-loader](https://github.com/babel/babel-loader) from 9.0.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@v9.0.0...v9.1.3) --- updated-dependencies: - dependency-name: babel-loader dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Yucohny <[email protected]>
1 parent 920bb5e commit 8f9b6a0

File tree

2 files changed

+60
-20
lines changed

2 files changed

+60
-20
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
"@pmmmwh/react-refresh-webpack-plugin": "next",
8585
"@svgr/webpack": "^8.1.0",
8686
"autoprefixer": "^10.4.16",
87-
"babel-loader": "^9.0.0",
87+
"babel-loader": "^9.1.3",
8888
"copy-webpack-plugin": "^11.0.0",
8989
"css-loader": "^6.7.1",
9090
"css-minimizer-webpack-plugin": "^5.0.1",

yarn.lock

Lines changed: 59 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -3692,12 +3692,12 @@ babel-jest@^29.7.0:
36923692
graceful-fs "^4.2.9"
36933693
slash "^3.0.0"
36943694

3695-
babel-loader@^9.0.0:
3696-
version "9.0.0"
3697-
resolved "https://registry.yarnpkg.com/babel-loader/-/babel-loader-9.0.0.tgz#b90f48b49f5360e4678733755d1413e16cfee48e"
3698-
integrity sha512-qVGQb0PNw/B1sGhPf0/KKsHZAPfa2Bk+JbjkW7yGjAHZyvjAULXYq0et0+/+7DL/rGYU+y8UoGPzA32NP29pVQ==
3695+
babel-loader@^9.1.3:
3696+
version "9.1.3"
3697+
resolved "https://registry.yarnpkg.com/babel-loader/-/babel-loader-9.1.3.tgz#3d0e01b4e69760cc694ee306fe16d358aa1c6f9a"
3698+
integrity sha512-xG3ST4DglodGf8qSwv0MdeWLhrDsw/32QMdTO5T1ZIp9gQur0HkCyFs7Awskr10JKXFXwpAhiCuYX5oGXnRGbw==
36993699
dependencies:
3700-
find-cache-dir "^3.3.2"
3700+
find-cache-dir "^4.0.0"
37013701
schema-utils "^4.0.0"
37023702

37033703
babel-plugin-istanbul@^6.1.1:
@@ -4453,11 +4453,6 @@ common-tags@^1.8.0:
44534453
resolved "https://registry.yarnpkg.com/common-tags/-/common-tags-1.8.0.tgz#8e3153e542d4a39e9b10554434afaaf98956a937"
44544454
integrity sha512-6P6g0uetGpW/sdyUy/iQQCbFF0kWVMSIVSyYz7Zgjcgh8mgw8PQzDNZeyZ5DQ2gM7LBoZPHmnjz8rUthkBG5tw==
44554455

4456-
commondir@^1.0.1:
4457-
version "1.0.1"
4458-
resolved "https://registry.yarnpkg.com/commondir/-/commondir-1.0.1.tgz#ddd800da0c66127393cca5950ea968a3aaf1253b"
4459-
integrity sha1-3dgA2gxmEnOTzKWVDqloo6rxJTs=
4460-
44614456
compressible@~2.0.16:
44624457
version "2.0.18"
44634458
resolved "https://registry.yarnpkg.com/compressible/-/compressible-2.0.18.tgz#af53cca6b070d4c3c0750fbd77286a6d7cc46fba"
@@ -6180,14 +6175,13 @@ [email protected]:
61806175
statuses "2.0.1"
61816176
unpipe "~1.0.0"
61826177

6183-
find-cache-dir@^3.3.2:
6184-
version "3.3.2"
6185-
resolved "https://registry.yarnpkg.com/find-cache-dir/-/find-cache-dir-3.3.2.tgz#b30c5b6eff0730731aea9bbd9dbecbd80256d64b"
6186-
integrity sha512-wXZV5emFEjrridIgED11OoUKLxiYjAcqot/NJdAkOhlJ+vGzwhOAfcG5OX1jP+S0PcjEn8bdMJv+g2jwQ3Onig==
6178+
find-cache-dir@^4.0.0:
6179+
version "4.0.0"
6180+
resolved "https://registry.yarnpkg.com/find-cache-dir/-/find-cache-dir-4.0.0.tgz#a30ee0448f81a3990708f6453633c733e2f6eec2"
6181+
integrity sha512-9ZonPT4ZAK4a+1pUPVPZJapbi7O5qbbJPdYw/NOQWZZbVLdDTYM3A4R9z/DpAM08IDaFGsvPgiGZ82WEwUDWjg==
61876182
dependencies:
6188-
commondir "^1.0.1"
6189-
make-dir "^3.0.2"
6190-
pkg-dir "^4.1.0"
6183+
common-path-prefix "^3.0.0"
6184+
pkg-dir "^7.0.0"
61916185

61926186
find-replace@^3.0.0:
61936187
version "3.0.0"
@@ -6219,6 +6213,14 @@ find-up@^5.0.0:
62196213
locate-path "^6.0.0"
62206214
path-exists "^4.0.0"
62216215

6216+
find-up@^6.3.0:
6217+
version "6.3.0"
6218+
resolved "https://registry.yarnpkg.com/find-up/-/find-up-6.3.0.tgz#2abab3d3280b2dc7ac10199ef324c4e002c8c790"
6219+
integrity sha512-v2ZsoEuVHYy8ZIlYqwPe/39Cy+cFDzp4dXPaxNvkEuouymu+2Jbz0PxpKarJHYJTmv2HWT3O382qY8l4jMWthw==
6220+
dependencies:
6221+
locate-path "^7.1.0"
6222+
path-exists "^5.0.0"
6223+
62226224
findit@~2.0.0:
62236225
version "2.0.0"
62246226
resolved "https://registry.yarnpkg.com/findit/-/findit-2.0.0.tgz#6509f0126af4c178551cfa99394e032e13a4d56e"
@@ -8518,6 +8520,13 @@ locate-path@^6.0.0:
85188520
dependencies:
85198521
p-locate "^5.0.0"
85208522

8523+
locate-path@^7.1.0:
8524+
version "7.2.0"
8525+
resolved "https://registry.yarnpkg.com/locate-path/-/locate-path-7.2.0.tgz#69cb1779bd90b35ab1e771e1f2f89a202c2a8a8a"
8526+
integrity sha512-gvVijfZvn7R+2qyPX8mAuKcFGDf6Nc61GdvGafQsHL0sBIxfKzA+usWn4GFC/bk+QdwPUD4kWFJLhElipq+0VA==
8527+
dependencies:
8528+
p-locate "^6.0.0"
8529+
85218530
lodash._reinterpolate@^3.0.0:
85228531
version "3.0.0"
85238532
resolved "https://registry.yarnpkg.com/lodash._reinterpolate/-/lodash._reinterpolate-3.0.0.tgz#0ccf2d89166af03b3663c796538b75ac6e114d9d"
@@ -8733,7 +8742,7 @@ magic-string@^0.25.0, magic-string@^0.25.7:
87338742
dependencies:
87348743
sourcemap-codec "^1.4.4"
87358744

8736-
make-dir@^3.0.0, make-dir@^3.0.2:
8745+
make-dir@^3.0.0:
87378746
version "3.1.0"
87388747
resolved "https://registry.yarnpkg.com/make-dir/-/make-dir-3.1.0.tgz#415e967046b3a7f1d185277d84aa58203726a13f"
87398748
integrity sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw==
@@ -10096,6 +10105,13 @@ p-limit@^3.0.2, p-limit@^3.1.0:
1009610105
dependencies:
1009710106
yocto-queue "^0.1.0"
1009810107

10108+
p-limit@^4.0.0:
10109+
version "4.0.0"
10110+
resolved "https://registry.yarnpkg.com/p-limit/-/p-limit-4.0.0.tgz#914af6544ed32bfa54670b061cafcbd04984b644"
10111+
integrity sha512-5b0R4txpzjPWVw/cXXUResoD4hb6U/x9BH08L7nw+GN1sezDzPdxeRvpc9c433fZhBan/wusjbCsqwqm4EIBIQ==
10112+
dependencies:
10113+
yocto-queue "^1.0.0"
10114+
1009910115
p-locate@^2.0.0:
1010010116
version "2.0.0"
1010110117
resolved "https://registry.npmjs.org/p-locate/-/p-locate-2.0.0.tgz#20a0103b222a70c8fd39cc2e580680f3dde5ec43"
@@ -10117,6 +10133,13 @@ p-locate@^5.0.0:
1011710133
dependencies:
1011810134
p-limit "^3.0.2"
1011910135

10136+
p-locate@^6.0.0:
10137+
version "6.0.0"
10138+
resolved "https://registry.yarnpkg.com/p-locate/-/p-locate-6.0.0.tgz#3da9a49d4934b901089dca3302fa65dc5a05c04f"
10139+
integrity sha512-wPrq66Llhl7/4AGC6I+cqxT07LhXvWL08LNXz1fENOw0Ap4sRZZ/gZpTTJ5jpurzzzfS2W/Ge9BY3LgLjCShcw==
10140+
dependencies:
10141+
p-limit "^4.0.0"
10142+
1012010143
p-map@^4.0.0:
1012110144
version "4.0.0"
1012210145
resolved "https://registry.yarnpkg.com/p-map/-/p-map-4.0.0.tgz#bb2f95a5eda2ec168ec9274e06a747c3e2904d2b"
@@ -10322,6 +10345,11 @@ path-exists@^4.0.0:
1032210345
resolved "https://registry.yarnpkg.com/path-exists/-/path-exists-4.0.0.tgz#513bdbe2d3b95d7762e8c1137efa195c6c61b5b3"
1032310346
integrity sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==
1032410347

10348+
path-exists@^5.0.0:
10349+
version "5.0.0"
10350+
resolved "https://registry.yarnpkg.com/path-exists/-/path-exists-5.0.0.tgz#a6aad9489200b21fab31e49cf09277e5116fb9e7"
10351+
integrity sha512-RjhtfwJOxzcFmNOi6ltcbcu4Iu+FL3zEj83dk4kAS+fVpTxXLO1b38RvJgT/0QwvV/L3aY9TAnyv0EOqW4GoMQ==
10352+
1032510353
path-is-absolute@^1.0.0:
1032610354
version "1.0.1"
1032710355
resolved "https://registry.yarnpkg.com/path-is-absolute/-/path-is-absolute-1.0.1.tgz#174b9268735534ffbc7ace6bf53a5a9e1b5c5f5f"
@@ -10486,13 +10514,20 @@ pixelmatch@^4.0.2:
1048610514
dependencies:
1048710515
pngjs "^3.0.0"
1048810516

10489-
pkg-dir@^4.1.0, pkg-dir@^4.2.0:
10517+
pkg-dir@^4.2.0:
1049010518
version "4.2.0"
1049110519
resolved "https://registry.yarnpkg.com/pkg-dir/-/pkg-dir-4.2.0.tgz#f099133df7ede422e81d1d8448270eeb3e4261f3"
1049210520
integrity sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==
1049310521
dependencies:
1049410522
find-up "^4.0.0"
1049510523

10524+
pkg-dir@^7.0.0:
10525+
version "7.0.0"
10526+
resolved "https://registry.yarnpkg.com/pkg-dir/-/pkg-dir-7.0.0.tgz#8f0c08d6df4476756c5ff29b3282d0bab7517d11"
10527+
integrity sha512-Ie9z/WINcxxLp27BKOCHGde4ITq9UklYKDzVo1nhk5sqGEXU3FpkwP5GM2voTGJkGd9B3Otl+Q4uwSOeSUtOBA==
10528+
dependencies:
10529+
find-up "^6.3.0"
10530+
1049610531
pluralize@^2.0.0:
1049710532
version "2.0.0"
1049810533
resolved "https://registry.npmjs.org/pluralize/-/pluralize-2.0.0.tgz#72b726aa6fac1edeee42256c7d8dc256b335677f"
@@ -14813,6 +14848,11 @@ yocto-queue@^0.1.0:
1481314848
resolved "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz#0294eb3dee05028d31ee1a5fa2c556a6aaf10a1b"
1481414849
integrity sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==
1481514850

14851+
yocto-queue@^1.0.0:
14852+
version "1.0.0"
14853+
resolved "https://registry.yarnpkg.com/yocto-queue/-/yocto-queue-1.0.0.tgz#7f816433fb2cbc511ec8bf7d263c3b58a1a3c251"
14854+
integrity sha512-9bnSc/HEW2uRy67wc+T8UwauLuPJVn28jb+GtJY16iiKWyvmYJRXVT4UamsAEGQfPohgr2q4Tq0sQbQlxTfi1g==
14855+
1481614856
zwitch@^1.0.0:
1481714857
version "1.0.5"
1481814858
resolved "https://registry.npmjs.org/zwitch/-/zwitch-1.0.5.tgz#d11d7381ffed16b742f6af7b3f223d5cd9fe9920"

0 commit comments

Comments
 (0)