@@ -3047,7 +3047,7 @@ babel-jest@^27.4.2, babel-jest@^27.5.1:
3047
3047
graceful-fs "^4.2.9"
3048
3048
slash "^3.0.0"
3049
3049
3050
- babel-loader@^8.2.3, babel-loader@^8.2.5 :
3050
+ babel-loader@^8.2.3:
3051
3051
version "8.3.0"
3052
3052
resolved "https://registry.yarnpkg.com/babel-loader/-/babel-loader-8.3.0.tgz#124936e841ba4fe8176786d6ff28add1f134d6a8"
3053
3053
integrity sha512-H8SvsMF+m9t15HNLMipppzkC+Y2Yq+v3SonZyU70RBL/h1gxPkH08Ot8pEE9Z4Kd+czyWJClmFS8qzIP9OZ04Q==
@@ -3057,6 +3057,14 @@ babel-loader@^8.2.3, babel-loader@^8.2.5:
3057
3057
make-dir "^3.1.0"
3058
3058
schema-utils "^2.6.5"
3059
3059
3060
+ babel-loader@^9.2.1:
3061
+ version "9.2.1"
3062
+ resolved "https://registry.yarnpkg.com/babel-loader/-/babel-loader-9.2.1.tgz#04c7835db16c246dd19ba0914418f3937797587b"
3063
+ integrity sha512-fqe8naHt46e0yIdkjUZYqddSXfej3AHajX+CSO5X7oy0EmPc6o5Xh+RClNoHjnieWz9AW4kZxW9yyFMhVB1QLA==
3064
+ dependencies:
3065
+ find-cache-dir "^4.0.0"
3066
+ schema-utils "^4.0.0"
3067
+
3060
3068
babel-plugin-istanbul@^6.1.1:
3061
3069
version "6.1.1"
3062
3070
resolved "https://registry.yarnpkg.com/babel-plugin-istanbul/-/babel-plugin-istanbul-6.1.1.tgz#fa88ec59232fd9b4e36dbbc540a8ec9a9b47da73"
@@ -3751,6 +3759,11 @@ commander@^9.3.0:
3751
3759
resolved "https://registry.yarnpkg.com/commander/-/commander-9.5.0.tgz#bc08d1eb5cedf7ccb797a96199d41c7bc3e60d30"
3752
3760
integrity sha512-KRs7WVDKg86PWiuAqhDrAQnTXZKraVcCc6vFdL14qrZ/DcWwuRo7VoiYXalXO7S5GKpqYiVEwCbgFDfxNHKJBQ==
3753
3761
3762
+ common-path-prefix@^3.0.0:
3763
+ version "3.0.0"
3764
+ resolved "https://registry.yarnpkg.com/common-path-prefix/-/common-path-prefix-3.0.0.tgz#7d007a7e07c58c4b4d5f433131a19141b29f11e0"
3765
+ integrity sha512-QE33hToZseCH3jS0qN96O/bSh3kaw/h+Tq7ngyY9eWDUnTlTNUyqfqvCXioLe5Na5jFsL78ra/wuBU4iuEgd4w==
3766
+
3754
3767
common-tags@^1.8.0:
3755
3768
version "1.8.2"
3756
3769
resolved "https://registry.yarnpkg.com/common-tags/-/common-tags-1.8.2.tgz#94ebb3c076d26032745fd54face7f688ef5ac9c6"
@@ -5381,6 +5394,14 @@ find-cache-dir@^3.3.1:
5381
5394
make-dir "^3.0.2"
5382
5395
pkg-dir "^4.1.0"
5383
5396
5397
+ find-cache-dir@^4.0.0:
5398
+ version "4.0.0"
5399
+ resolved "https://registry.yarnpkg.com/find-cache-dir/-/find-cache-dir-4.0.0.tgz#a30ee0448f81a3990708f6453633c733e2f6eec2"
5400
+ integrity sha512-9ZonPT4ZAK4a+1pUPVPZJapbi7O5qbbJPdYw/NOQWZZbVLdDTYM3A4R9z/DpAM08IDaFGsvPgiGZ82WEwUDWjg==
5401
+ dependencies:
5402
+ common-path-prefix "^3.0.0"
5403
+ pkg-dir "^7.0.0"
5404
+
5384
5405
find-up@^3.0.0:
5385
5406
version "3.0.0"
5386
5407
resolved "https://registry.yarnpkg.com/find-up/-/find-up-3.0.0.tgz#49169f1d7993430646da61ecc5ae355c21c97b73"
@@ -5404,6 +5425,14 @@ find-up@^5.0.0:
5404
5425
locate-path "^6.0.0"
5405
5426
path-exists "^4.0.0"
5406
5427
5428
+ find-up@^6.3.0:
5429
+ version "6.3.0"
5430
+ resolved "https://registry.yarnpkg.com/find-up/-/find-up-6.3.0.tgz#2abab3d3280b2dc7ac10199ef324c4e002c8c790"
5431
+ integrity sha512-v2ZsoEuVHYy8ZIlYqwPe/39Cy+cFDzp4dXPaxNvkEuouymu+2Jbz0PxpKarJHYJTmv2HWT3O382qY8l4jMWthw==
5432
+ dependencies:
5433
+ locate-path "^7.1.0"
5434
+ path-exists "^5.0.0"
5435
+
5407
5436
flat-cache@^3.0.4:
5408
5437
version "3.2.0"
5409
5438
resolved "https://registry.yarnpkg.com/flat-cache/-/flat-cache-3.2.0.tgz#2c0c2d5040c99b1632771a9d105725c0115363ee"
@@ -7346,6 +7375,13 @@ locate-path@^6.0.0:
7346
7375
dependencies:
7347
7376
p-locate "^5.0.0"
7348
7377
7378
+ locate-path@^7.1.0:
7379
+ version "7.2.0"
7380
+ resolved "https://registry.yarnpkg.com/locate-path/-/locate-path-7.2.0.tgz#69cb1779bd90b35ab1e771e1f2f89a202c2a8a8a"
7381
+ integrity sha512-gvVijfZvn7R+2qyPX8mAuKcFGDf6Nc61GdvGafQsHL0sBIxfKzA+usWn4GFC/bk+QdwPUD4kWFJLhElipq+0VA==
7382
+ dependencies:
7383
+ p-locate "^6.0.0"
7384
+
7349
7385
lodash.debounce@^4.0.8:
7350
7386
version "4.0.8"
7351
7387
resolved "https://registry.yarnpkg.com/lodash.debounce/-/lodash.debounce-4.0.8.tgz#82d79bff30a67c4005ffd5e2515300ad9ca4d7af"
@@ -8040,6 +8076,13 @@ p-limit@^3.0.2:
8040
8076
dependencies:
8041
8077
yocto-queue "^0.1.0"
8042
8078
8079
+ p-limit@^4.0.0:
8080
+ version "4.0.0"
8081
+ resolved "https://registry.yarnpkg.com/p-limit/-/p-limit-4.0.0.tgz#914af6544ed32bfa54670b061cafcbd04984b644"
8082
+ integrity sha512-5b0R4txpzjPWVw/cXXUResoD4hb6U/x9BH08L7nw+GN1sezDzPdxeRvpc9c433fZhBan/wusjbCsqwqm4EIBIQ==
8083
+ dependencies:
8084
+ yocto-queue "^1.0.0"
8085
+
8043
8086
p-locate@^3.0.0:
8044
8087
version "3.0.0"
8045
8088
resolved "https://registry.yarnpkg.com/p-locate/-/p-locate-3.0.0.tgz#322d69a05c0264b25997d9f40cd8a891ab0064a4"
@@ -8061,6 +8104,13 @@ p-locate@^5.0.0:
8061
8104
dependencies:
8062
8105
p-limit "^3.0.2"
8063
8106
8107
+ p-locate@^6.0.0:
8108
+ version "6.0.0"
8109
+ resolved "https://registry.yarnpkg.com/p-locate/-/p-locate-6.0.0.tgz#3da9a49d4934b901089dca3302fa65dc5a05c04f"
8110
+ integrity sha512-wPrq66Llhl7/4AGC6I+cqxT07LhXvWL08LNXz1fENOw0Ap4sRZZ/gZpTTJ5jpurzzzfS2W/Ge9BY3LgLjCShcw==
8111
+ dependencies:
8112
+ p-limit "^4.0.0"
8113
+
8064
8114
p-map@^4.0.0:
8065
8115
version "4.0.0"
8066
8116
resolved "https://registry.yarnpkg.com/p-map/-/p-map-4.0.0.tgz#bb2f95a5eda2ec168ec9274e06a747c3e2904d2b"
@@ -8188,6 +8238,11 @@ path-exists@^4.0.0:
8188
8238
resolved "https://registry.yarnpkg.com/path-exists/-/path-exists-4.0.0.tgz#513bdbe2d3b95d7762e8c1137efa195c6c61b5b3"
8189
8239
integrity sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==
8190
8240
8241
+ path-exists@^5.0.0:
8242
+ version "5.0.0"
8243
+ resolved "https://registry.yarnpkg.com/path-exists/-/path-exists-5.0.0.tgz#a6aad9489200b21fab31e49cf09277e5116fb9e7"
8244
+ integrity sha512-RjhtfwJOxzcFmNOi6ltcbcu4Iu+FL3zEj83dk4kAS+fVpTxXLO1b38RvJgT/0QwvV/L3aY9TAnyv0EOqW4GoMQ==
8245
+
8191
8246
path-is-absolute@^1.0.0:
8192
8247
version "1.0.1"
8193
8248
resolved "https://registry.yarnpkg.com/path-is-absolute/-/path-is-absolute-1.0.1.tgz#174b9268735534ffbc7ace6bf53a5a9e1b5c5f5f"
@@ -8296,6 +8351,13 @@ pkg-dir@^4.1.0, pkg-dir@^4.2.0:
8296
8351
dependencies:
8297
8352
find-up "^4.0.0"
8298
8353
8354
+ pkg-dir@^7.0.0:
8355
+ version "7.0.0"
8356
+ resolved "https://registry.yarnpkg.com/pkg-dir/-/pkg-dir-7.0.0.tgz#8f0c08d6df4476756c5ff29b3282d0bab7517d11"
8357
+ integrity sha512-Ie9z/WINcxxLp27BKOCHGde4ITq9UklYKDzVo1nhk5sqGEXU3FpkwP5GM2voTGJkGd9B3Otl+Q4uwSOeSUtOBA==
8358
+ dependencies:
8359
+ find-up "^6.3.0"
8360
+
8299
8361
pkg-up@^3.1.0:
8300
8362
version "3.1.0"
8301
8363
resolved "https://registry.yarnpkg.com/pkg-up/-/pkg-up-3.1.0.tgz#100ec235cc150e4fd42519412596a28512a0def5"
@@ -10109,16 +10171,7 @@ string-natural-compare@^3.0.1:
10109
10171
resolved "https://registry.yarnpkg.com/string-natural-compare/-/string-natural-compare-3.0.1.tgz#7a42d58474454963759e8e8b7ae63d71c1e7fdf4"
10110
10172
integrity sha512-n3sPwynL1nwKi3WJ6AIsClwBMa0zTi54fn2oLU6ndfTSIO05xaznjSf15PcBZU6FNWbmN5Q6cxT4V5hGvB4taw==
10111
10173
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:
10174
+ "string-width-cjs@npm:string-width@^4.2.0", string-width@^4.1.0, string-width@^4.2.0:
10122
10175
version "4.2.3"
10123
10176
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
10124
10177
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -10215,14 +10268,7 @@ stringify-object@^3.3.0:
10215
10268
is-obj "^1.0.1"
10216
10269
is-regexp "^1.0.0"
10217
10270
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:
10271
+ "strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
10226
10272
version "6.0.1"
10227
10273
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
10228
10274
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -11459,7 +11505,7 @@ workbox-window@6.6.1:
11459
11505
"@types/trusted-types" "^2.0.2"
11460
11506
workbox-core "6.6.1"
11461
11507
11462
- "wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
11508
+ "wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0 :
11463
11509
version "7.0.0"
11464
11510
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
11465
11511
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
@@ -11477,15 +11523,6 @@ wrap-ansi@^6.2.0:
11477
11523
string-width "^4.1.0"
11478
11524
strip-ansi "^6.0.0"
11479
11525
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
-
11489
11526
wrap-ansi@^8.1.0:
11490
11527
version "8.1.0"
11491
11528
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214"
@@ -11577,3 +11614,8 @@ yocto-queue@^0.1.0:
11577
11614
version "0.1.0"
11578
11615
resolved "https://registry.yarnpkg.com/yocto-queue/-/yocto-queue-0.1.0.tgz#0294eb3dee05028d31ee1a5fa2c556a6aaf10a1b"
11579
11616
integrity sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==
11617
+
11618
+ yocto-queue@^1.0.0:
11619
+ version "1.1.1"
11620
+ resolved "https://registry.yarnpkg.com/yocto-queue/-/yocto-queue-1.1.1.tgz#fef65ce3ac9f8a32ceac5a634f74e17e5b232110"
11621
+ integrity sha512-b4JR1PFR10y1mKjhHY9LaGo6tmrgjit7hxVIeAmyMw3jegXR4dhYqLaQF5zMXZxY7tLpMyJeLjr1C4rLmkVe8g==
0 commit comments