Skip to content

Commit 7fb607c

Browse files
Bump @babel/helpers from 7.17.9 to 7.27.0 in /src/frontend/efiling-demo
Bumps [@babel/helpers](https://github.com/babel/babel/tree/HEAD/packages/babel-helpers) from 7.17.9 to 7.27.0. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.27.0/packages/babel-helpers) --- updated-dependencies: - dependency-name: "@babel/helpers" dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ae17ccd commit 7fb607c

File tree

1 file changed

+48
-6
lines changed

1 file changed

+48
-6
lines changed

src/frontend/efiling-demo/yarn.lock

+48-6
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,15 @@
3434
"@babel/highlight" "^7.22.13"
3535
chalk "^2.4.2"
3636

37+
"@babel/code-frame@^7.26.2":
38+
version "7.26.2"
39+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.26.2.tgz#4b5fab97d33338eff916235055f0ebc21e573a85"
40+
integrity sha512-RJlIHRueQgwWitWgF8OdFYGZX328Ax5BCemNGlqHfplnRT9ESi8JkFlvaVYbS+UubVY6dpv87Fs2u5M29iNFVQ==
41+
dependencies:
42+
"@babel/helper-validator-identifier" "^7.25.9"
43+
js-tokens "^4.0.0"
44+
picocolors "^1.0.0"
45+
3746
"@babel/compat-data@^7.13.11", "@babel/compat-data@^7.16.8", "@babel/compat-data@^7.17.0", "@babel/compat-data@^7.17.7":
3847
version "7.17.7"
3948
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.17.7.tgz#078d8b833fbbcc95286613be8c716cef2b519fa2"
@@ -331,6 +340,11 @@
331340
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.22.5.tgz#533f36457a25814cf1df6488523ad547d784a99f"
332341
integrity sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw==
333342

343+
"@babel/helper-string-parser@^7.25.9":
344+
version "7.25.9"
345+
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.25.9.tgz#1aabb72ee72ed35789b4bbcad3ca2862ce614e8c"
346+
integrity sha512-4A/SCr/2KLd5jrtOMFzaKjVtAei3+2r/NChoBNoZ3EyP/+GlhoaEGoWOZUmFmoITP7zOJyHIMm+DYRd8o3PvHA==
347+
334348
"@babel/helper-validator-identifier@^7.16.7":
335349
version "7.16.7"
336350
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.16.7.tgz#e8c602438c4a8195751243da9031d1607d247cad"
@@ -341,6 +355,11 @@
341355
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz#c4ae002c61d2879e724581d96665583dbc1dc0e0"
342356
integrity sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==
343357

358+
"@babel/helper-validator-identifier@^7.25.9":
359+
version "7.25.9"
360+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.25.9.tgz#24b64e2c3ec7cd3b3c547729b8d16871f22cbdc7"
361+
integrity sha512-Ed61U6XJc3CVRfkERJWDz4dJwKe7iLmmJsbOGu9wSloNSFttHV0I8g6UAgb7qnK5ly5bGLPd4oXZlxCdANBOWQ==
362+
344363
"@babel/helper-validator-option@^7.16.7":
345364
version "7.16.7"
346365
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.16.7.tgz#b203ce62ce5fe153899b617c08957de860de4d23"
@@ -357,13 +376,12 @@
357376
"@babel/types" "^7.16.8"
358377

359378
"@babel/helpers@^7.12.5", "@babel/helpers@^7.17.9":
360-
version "7.17.9"
361-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.17.9.tgz#b2af120821bfbe44f9907b1826e168e819375a1a"
362-
integrity sha512-cPCt915ShDWUEzEp3+UNRktO2n6v49l5RSnG9M5pS24hA+2FAc5si+Pn1i4VVbQQ+jh+bIZhPFQOJOzbrOYY1Q==
379+
version "7.27.0"
380+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.27.0.tgz#53d156098defa8243eab0f32fa17589075a1b808"
381+
integrity sha512-U5eyP/CTFPuNE3qk+WZMxFkp/4zUzdceQlfzf7DdGdhp+Fezd7HD+i8Y24ZuTMKX3wQBld449jijbGq6OdGNQg==
363382
dependencies:
364-
"@babel/template" "^7.16.7"
365-
"@babel/traverse" "^7.17.9"
366-
"@babel/types" "^7.17.0"
383+
"@babel/template" "^7.27.0"
384+
"@babel/types" "^7.27.0"
367385

368386
"@babel/highlight@^7.16.7":
369387
version "7.17.9"
@@ -393,6 +411,13 @@
393411
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.23.0.tgz#da950e622420bf96ca0d0f2909cdddac3acd8719"
394412
integrity sha512-vvPKKdMemU85V9WE/l5wZEmImpCtLqbnTvqDS2U1fJ96KrxoW7KrXhNsNCblQlg8Ck4b85yxdTyelsMUgFUXiw==
395413

414+
"@babel/parser@^7.27.0":
415+
version "7.27.0"
416+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.27.0.tgz#3d7d6ee268e41d2600091cbd4e145ffee85a44ec"
417+
integrity sha512-iaepho73/2Pz7w2eMS0Q5f83+0RKI7i4xmiYeBmDzfRVbQtTOG7Ts0S4HzJVsTMGI9keU8rNfuZr8DKfSt7Yyg==
418+
dependencies:
419+
"@babel/types" "^7.27.0"
420+
396421
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.16.7":
397422
version "7.16.7"
398423
resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.16.7.tgz#4eda6d6c2a0aa79c70fa7b6da67763dfe2141050"
@@ -1212,6 +1237,15 @@
12121237
"@babel/parser" "^7.22.15"
12131238
"@babel/types" "^7.22.15"
12141239

1240+
"@babel/template@^7.27.0":
1241+
version "7.27.0"
1242+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.27.0.tgz#b253e5406cc1df1c57dcd18f11760c2dbf40c0b4"
1243+
integrity sha512-2ncevenBqXI6qRMukPlXwHKHchC7RyMuu4xv5JBXRfOGVcTy1mXCD12qrp7Jsoxll1EV3+9sE4GugBVRjT2jFA==
1244+
dependencies:
1245+
"@babel/code-frame" "^7.26.2"
1246+
"@babel/parser" "^7.27.0"
1247+
"@babel/types" "^7.27.0"
1248+
12151249
"@babel/traverse@^7.1.6", "@babel/traverse@^7.12.11", "@babel/traverse@^7.12.9", "@babel/traverse@^7.13.0", "@babel/traverse@^7.16.7", "@babel/traverse@^7.16.8", "@babel/traverse@^7.17.3", "@babel/traverse@^7.17.9", "@babel/traverse@^7.7.2":
12161250
version "7.23.2"
12171251
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.23.2.tgz#329c7a06735e144a506bdb2cad0268b7f46f4ad8"
@@ -1245,6 +1279,14 @@
12451279
"@babel/helper-validator-identifier" "^7.22.20"
12461280
to-fast-properties "^2.0.0"
12471281

1282+
"@babel/types@^7.27.0":
1283+
version "7.27.0"
1284+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.27.0.tgz#ef9acb6b06c3173f6632d993ecb6d4ae470b4559"
1285+
integrity sha512-H45s8fVLYjbhFH62dIJ3WtmJ6RSPt/3DRO0ZcT2SUiYiQyz3BLVb9ADEnLl91m74aQPS3AzzeajZHYOalWe3bg==
1286+
dependencies:
1287+
"@babel/helper-string-parser" "^7.25.9"
1288+
"@babel/helper-validator-identifier" "^7.25.9"
1289+
12481290
"@bcgov/bootstrap-theme@github:bcgov/bootstrap-theme":
12491291
version "1.1.3"
12501292
resolved "https://codeload.github.com/bcgov/bootstrap-theme/tar.gz/9aed1f78d6550c2f926671e4e47fd4487bd0e218"

0 commit comments

Comments
 (0)