Skip to content

Commit 7c27910

Browse files
Bump babel-loader from 8.2.3 to 9.1.3 in /src/frontend/efiling-frontend
Bumps [babel-loader](https://github.com/babel/babel-loader) from 8.2.3 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@v8.2.3...v9.1.3) --- updated-dependencies: - dependency-name: babel-loader dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 08493e2 commit 7c27910

File tree

2 files changed

+64
-21
lines changed

2 files changed

+64
-21
lines changed

src/frontend/efiling-frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
"@testing-library/react-hooks": "7.0.2",
9696
"@testing-library/user-event": "^12.8.1",
9797
"axios-mock-adapter": "^1.19.0",
98-
"babel-loader": "8.2.3",
98+
"babel-loader": "9.1.3",
9999
"enzyme": "^3.11.0",
100100
"enzyme-adapter-react-16": "^1.15.6",
101101
"enzyme-to-json": "^3.6.1",

src/frontend/efiling-frontend/yarn.lock

Lines changed: 63 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -4231,17 +4231,15 @@ babel-jest@^27.4.2, babel-jest@^27.5.1:
42314231
graceful-fs "^4.2.9"
42324232
slash "^3.0.0"
42334233

4234-
babel-loader@8.2.3, babel-loader@^8.0.0:
4235-
version "8.2.3"
4236-
resolved "https://registry.yarnpkg.com/babel-loader/-/babel-loader-8.2.3.tgz#8986b40f1a64cacfcb4b8429320085ef68b1342d"
4237-
integrity sha512-n4Zeta8NC3QAsuyiizu0GkmRcQ6clkV9WFUnUf1iXP//IeSKbWjofW3UHyZVwlOB4y039YQKefawyTn64Zwbuw==
4234+
babel-loader@9.1.3:
4235+
version "9.1.3"
4236+
resolved "https://registry.yarnpkg.com/babel-loader/-/babel-loader-9.1.3.tgz#3d0e01b4e69760cc694ee306fe16d358aa1c6f9a"
4237+
integrity sha512-xG3ST4DglodGf8qSwv0MdeWLhrDsw/32QMdTO5T1ZIp9gQur0HkCyFs7Awskr10JKXFXwpAhiCuYX5oGXnRGbw==
42384238
dependencies:
4239-
find-cache-dir "^3.3.1"
4240-
loader-utils "^1.4.0"
4241-
make-dir "^3.1.0"
4242-
schema-utils "^2.6.5"
4239+
find-cache-dir "^4.0.0"
4240+
schema-utils "^4.0.0"
42434241

4244-
babel-loader@^8.2.3:
4242+
babel-loader@^8.0.0, babel-loader@^8.2.3:
42454243
version "8.2.4"
42464244
resolved "https://registry.yarnpkg.com/babel-loader/-/babel-loader-8.2.4.tgz#95f5023c791b2e9e2ca6f67b0984f39c82ff384b"
42474245
integrity sha512-8dytA3gcvPPPv4Grjhnt8b5IIiTcq/zeXOPk4iTYI0SVXcsmuGg7JtBRDp8S9X+gJfhQ8ektjXZlDu1Bb33U8A==
@@ -7229,6 +7227,14 @@ find-cache-dir@^3.3.1:
72297227
make-dir "^3.0.2"
72307228
pkg-dir "^4.1.0"
72317229

7230+
find-cache-dir@^4.0.0:
7231+
version "4.0.0"
7232+
resolved "https://registry.yarnpkg.com/find-cache-dir/-/find-cache-dir-4.0.0.tgz#a30ee0448f81a3990708f6453633c733e2f6eec2"
7233+
integrity sha512-9ZonPT4ZAK4a+1pUPVPZJapbi7O5qbbJPdYw/NOQWZZbVLdDTYM3A4R9z/DpAM08IDaFGsvPgiGZ82WEwUDWjg==
7234+
dependencies:
7235+
common-path-prefix "^3.0.0"
7236+
pkg-dir "^7.0.0"
7237+
72327238
find-root@^1.1.0:
72337239
version "1.1.0"
72347240
resolved "https://registry.yarnpkg.com/find-root/-/find-root-1.1.0.tgz#abcfc8ba76f708c42a97b3d685b7e9450bfb9ce4"
@@ -7264,6 +7270,14 @@ find-up@^5.0.0:
72647270
locate-path "^6.0.0"
72657271
path-exists "^4.0.0"
72667272

7273+
find-up@^6.3.0:
7274+
version "6.3.0"
7275+
resolved "https://registry.yarnpkg.com/find-up/-/find-up-6.3.0.tgz#2abab3d3280b2dc7ac10199ef324c4e002c8c790"
7276+
integrity sha512-v2ZsoEuVHYy8ZIlYqwPe/39Cy+cFDzp4dXPaxNvkEuouymu+2Jbz0PxpKarJHYJTmv2HWT3O382qY8l4jMWthw==
7277+
dependencies:
7278+
locate-path "^7.1.0"
7279+
path-exists "^5.0.0"
7280+
72677281
flat-cache@^3.0.4:
72687282
version "3.0.4"
72697283
resolved "https://registry.yarnpkg.com/flat-cache/-/flat-cache-3.0.4.tgz#61b0338302b2fe9f957dcc32fc2a87f1c3048b11"
@@ -9715,7 +9729,7 @@ loader-runner@^4.2.0:
97159729
resolved "https://registry.yarnpkg.com/loader-runner/-/loader-runner-4.3.0.tgz#c1b4a163b99f614830353b16755e7149ac2314e1"
97169730
integrity sha512-3R/1M+yS3j5ou80Me59j7F9IMs4PXs3VqRrm0TU3AbKPxlmpoY1TNscJV/oGJXo8qCatFGTfDbY6W6ipGOYXfg==
97179731

9718-
loader-utils@^1.2.3, loader-utils@^1.4.0, loader-utils@^2.0.0, loader-utils@^2.0.4, loader-utils@^3.2.0:
9732+
loader-utils@^1.2.3, loader-utils@^2.0.0, loader-utils@^2.0.4, loader-utils@^3.2.0:
97199733
version "2.0.4"
97209734
resolved "https://registry.yarnpkg.com/loader-utils/-/loader-utils-2.0.4.tgz#8b5cb38b5c34a9a018ee1fc0e6a066d1dfcc528c"
97219735
integrity sha512-xXqpXoINfFhgua9xiqD8fPFHgkoq1mmmpE92WlDbm9rNRd/EbRb+Gqf908T2DMfuHjjJlksiK2RbHVOdD/MqSw==
@@ -9754,6 +9768,13 @@ locate-path@^6.0.0:
97549768
dependencies:
97559769
p-locate "^5.0.0"
97569770

9771+
locate-path@^7.1.0:
9772+
version "7.2.0"
9773+
resolved "https://registry.yarnpkg.com/locate-path/-/locate-path-7.2.0.tgz#69cb1779bd90b35ab1e771e1f2f89a202c2a8a8a"
9774+
integrity sha512-gvVijfZvn7R+2qyPX8mAuKcFGDf6Nc61GdvGafQsHL0sBIxfKzA+usWn4GFC/bk+QdwPUD4kWFJLhElipq+0VA==
9775+
dependencies:
9776+
p-locate "^6.0.0"
9777+
97579778
lodash.debounce@^4.0.8:
97589779
version "4.0.8"
97599780
resolved "https://registry.yarnpkg.com/lodash.debounce/-/lodash.debounce-4.0.8.tgz#82d79bff30a67c4005ffd5e2515300ad9ca4d7af"
@@ -10702,6 +10723,13 @@ p-limit@^3.0.2:
1070210723
dependencies:
1070310724
yocto-queue "^0.1.0"
1070410725

10726+
p-limit@^4.0.0:
10727+
version "4.0.0"
10728+
resolved "https://registry.yarnpkg.com/p-limit/-/p-limit-4.0.0.tgz#914af6544ed32bfa54670b061cafcbd04984b644"
10729+
integrity sha512-5b0R4txpzjPWVw/cXXUResoD4hb6U/x9BH08L7nw+GN1sezDzPdxeRvpc9c433fZhBan/wusjbCsqwqm4EIBIQ==
10730+
dependencies:
10731+
yocto-queue "^1.0.0"
10732+
1070510733
p-locate@^2.0.0:
1070610734
version "2.0.0"
1070710735
resolved "https://registry.yarnpkg.com/p-locate/-/p-locate-2.0.0.tgz#20a0103b222a70c8fd39cc2e580680f3dde5ec43"
@@ -10730,6 +10758,13 @@ p-locate@^5.0.0:
1073010758
dependencies:
1073110759
p-limit "^3.0.2"
1073210760

10761+
p-locate@^6.0.0:
10762+
version "6.0.0"
10763+
resolved "https://registry.yarnpkg.com/p-locate/-/p-locate-6.0.0.tgz#3da9a49d4934b901089dca3302fa65dc5a05c04f"
10764+
integrity sha512-wPrq66Llhl7/4AGC6I+cqxT07LhXvWL08LNXz1fENOw0Ap4sRZZ/gZpTTJ5jpurzzzfS2W/Ge9BY3LgLjCShcw==
10765+
dependencies:
10766+
p-limit "^4.0.0"
10767+
1073310768
p-map@^2.0.0:
1073410769
version "2.1.0"
1073510770
resolved "https://registry.yarnpkg.com/p-map/-/p-map-2.1.0.tgz#310928feef9c9ecc65b68b17693018a665cea175"
@@ -10862,6 +10897,11 @@ path-exists@^4.0.0:
1086210897
resolved "https://registry.yarnpkg.com/path-exists/-/path-exists-4.0.0.tgz#513bdbe2d3b95d7762e8c1137efa195c6c61b5b3"
1086310898
integrity sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==
1086410899

10900+
path-exists@^5.0.0:
10901+
version "5.0.0"
10902+
resolved "https://registry.yarnpkg.com/path-exists/-/path-exists-5.0.0.tgz#a6aad9489200b21fab31e49cf09277e5116fb9e7"
10903+
integrity sha512-RjhtfwJOxzcFmNOi6ltcbcu4Iu+FL3zEj83dk4kAS+fVpTxXLO1b38RvJgT/0QwvV/L3aY9TAnyv0EOqW4GoMQ==
10904+
1086510905
path-is-absolute@^1.0.0:
1086610906
version "1.0.1"
1086710907
resolved "https://registry.yarnpkg.com/path-is-absolute/-/path-is-absolute-1.0.1.tgz#174b9268735534ffbc7ace6bf53a5a9e1b5c5f5f"
@@ -10978,6 +11018,13 @@ pkg-dir@^5.0.0:
1097811018
dependencies:
1097911019
find-up "^5.0.0"
1098011020

11021+
pkg-dir@^7.0.0:
11022+
version "7.0.0"
11023+
resolved "https://registry.yarnpkg.com/pkg-dir/-/pkg-dir-7.0.0.tgz#8f0c08d6df4476756c5ff29b3282d0bab7517d11"
11024+
integrity sha512-Ie9z/WINcxxLp27BKOCHGde4ITq9UklYKDzVo1nhk5sqGEXU3FpkwP5GM2voTGJkGd9B3Otl+Q4uwSOeSUtOBA==
11025+
dependencies:
11026+
find-up "^6.3.0"
11027+
1098111028
pkg-up@^3.1.0:
1098211029
version "3.1.0"
1098311030
resolved "https://registry.yarnpkg.com/pkg-up/-/pkg-up-3.1.0.tgz#100ec235cc150e4fd42519412596a28512a0def5"
@@ -12944,16 +12991,7 @@ schema-utils@^2.6.5, schema-utils@^2.7.0:
1294412991
ajv "^6.12.4"
1294512992
ajv-keywords "^3.5.2"
1294612993

12947-
schema-utils@^3.0.0, schema-utils@^3.1.1:
12948-
version "3.1.1"
12949-
resolved "https://registry.yarnpkg.com/schema-utils/-/schema-utils-3.1.1.tgz#bc74c4b6b6995c1d88f76a8b77bea7219e0c8281"
12950-
integrity sha512-Y5PQxS4ITlC+EahLuXaY86TXfR7Dc5lw294alXOq86JAHCihAIZfqv8nNCWvaEJvaC51uN9hbLGeV0cFBdH+Fw==
12951-
dependencies:
12952-
"@types/json-schema" "^7.0.8"
12953-
ajv "^6.12.5"
12954-
ajv-keywords "^3.5.2"
12955-
12956-
schema-utils@^3.2.0:
12994+
schema-utils@^3.0.0, schema-utils@^3.1.1, schema-utils@^3.2.0:
1295712995
version "3.3.0"
1295812996
resolved "https://registry.yarnpkg.com/schema-utils/-/schema-utils-3.3.0.tgz#f50a88877c3c01652a15b622ae9e9795df7a60fe"
1295912997
integrity sha512-pN/yOAvcC+5rQ5nERGuwrjLlYvLTbCibnZ1I7B1LaiAz9BRBlE9GMgE/eqV30P7aJQUf7Ddimy/RsbYO/GrVGg==
@@ -15182,6 +15220,11 @@ yocto-queue@^0.1.0:
1518215220
resolved "https://registry.yarnpkg.com/yocto-queue/-/yocto-queue-0.1.0.tgz#0294eb3dee05028d31ee1a5fa2c556a6aaf10a1b"
1518315221
integrity sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==
1518415222

15223+
yocto-queue@^1.0.0:
15224+
version "1.0.0"
15225+
resolved "https://registry.yarnpkg.com/yocto-queue/-/yocto-queue-1.0.0.tgz#7f816433fb2cbc511ec8bf7d263c3b58a1a3c251"
15226+
integrity sha512-9bnSc/HEW2uRy67wc+T8UwauLuPJVn28jb+GtJY16iiKWyvmYJRXVT4UamsAEGQfPohgr2q4Tq0sQbQlxTfi1g==
15227+
1518515228
zwitch@^1.0.0:
1518615229
version "1.0.5"
1518715230
resolved "https://registry.yarnpkg.com/zwitch/-/zwitch-1.0.5.tgz#d11d7381ffed16b742f6af7b3f223d5cd9fe9920"

0 commit comments

Comments
 (0)