Skip to content

Commit 04577d2

Browse files
chore(deps): bump the dependencies group with 5 updates (#4399)
Bumps the dependencies group with 5 updates: | Package | From | To | | --- | --- | --- | | [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) | `7.26.8` | `7.26.9` | | [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) | `7.26.8` | `7.26.9` | | [sass-loader](https://github.com/webpack-contrib/sass-loader) | `16.0.4` | `16.0.5` | | [@inquirer/expand](https://github.com/SBoudrias/Inquirer.js) | `4.0.8` | `4.0.9` | | [@inquirer/select](https://github.com/SBoudrias/Inquirer.js) | `4.0.8` | `4.0.9` | Updates `@babel/core` from 7.26.8 to 7.26.9 - [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.26.9/packages/babel-core) Updates `@babel/preset-env` from 7.26.8 to 7.26.9 - [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.26.9/packages/babel-preset-env) Updates `sass-loader` from 16.0.4 to 16.0.5 - [Release notes](https://github.com/webpack-contrib/sass-loader/releases) - [Changelog](https://github.com/webpack-contrib/sass-loader/blob/master/CHANGELOG.md) - [Commits](webpack-contrib/sass-loader@v16.0.4...v16.0.5) Updates `@inquirer/expand` from 4.0.8 to 4.0.9 - [Release notes](https://github.com/SBoudrias/Inquirer.js/releases) - [Commits](https://github.com/SBoudrias/Inquirer.js/compare/@inquirer/[email protected]...@inquirer/[email protected]) Updates `@inquirer/select` from 4.0.8 to 4.0.9 - [Release notes](https://github.com/SBoudrias/Inquirer.js/releases) - [Commits](https://github.com/SBoudrias/Inquirer.js/compare/@inquirer/[email protected]...@inquirer/[email protected]) --- updated-dependencies: - dependency-name: "@babel/core" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: "@babel/preset-env" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: sass-loader dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: "@inquirer/expand" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: "@inquirer/select" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1aeab0c commit 04577d2

File tree

1 file changed

+68
-74
lines changed

1 file changed

+68
-74
lines changed

yarn.lock

+68-74
Original file line numberDiff line numberDiff line change
@@ -25,34 +25,33 @@
2525
integrity sha512-oH5UPLMWR3L2wEFLnFJ1TZXqHufiTKAiLfqw5zkhS4dKXLJ10yVztfil/twG8EDTA4F/tvVNw9nOl4ZMslB8rQ==
2626

2727
"@babel/core@^7.11.6", "@babel/core@^7.12.3", "@babel/core@^7.23.9", "@babel/core@^7.25.2":
28-
version "7.26.8"
29-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.26.8.tgz#7742f11c75acea6b08a8e24c5c0c8c89e89bf53e"
30-
integrity sha512-l+lkXCHS6tQEc5oUpK28xBOZ6+HwaH7YwoYQbLFiYb4nS2/l1tKnZEtEWkD0GuiYdvArf9qBS0XlQGXzPMsNqQ==
28+
version "7.26.9"
29+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.26.9.tgz#71838542a4b1e49dfed353d7acbc6eb89f4a76f2"
30+
integrity sha512-lWBYIrF7qK5+GjY5Uy+/hEgp8OJWOD/rpy74GplYRhEauvbHDeFB8t5hPOZxCZ0Oxf4Cc36tK51/l3ymJysrKw==
3131
dependencies:
3232
"@ampproject/remapping" "^2.2.0"
3333
"@babel/code-frame" "^7.26.2"
34-
"@babel/generator" "^7.26.8"
34+
"@babel/generator" "^7.26.9"
3535
"@babel/helper-compilation-targets" "^7.26.5"
3636
"@babel/helper-module-transforms" "^7.26.0"
37-
"@babel/helpers" "^7.26.7"
38-
"@babel/parser" "^7.26.8"
39-
"@babel/template" "^7.26.8"
40-
"@babel/traverse" "^7.26.8"
41-
"@babel/types" "^7.26.8"
42-
"@types/gensync" "^1.0.0"
37+
"@babel/helpers" "^7.26.9"
38+
"@babel/parser" "^7.26.9"
39+
"@babel/template" "^7.26.9"
40+
"@babel/traverse" "^7.26.9"
41+
"@babel/types" "^7.26.9"
4342
convert-source-map "^2.0.0"
4443
debug "^4.1.0"
4544
gensync "^1.0.0-beta.2"
4645
json5 "^2.2.3"
4746
semver "^6.3.1"
4847

49-
"@babel/generator@^7.26.8", "@babel/generator@^7.7.2":
50-
version "7.26.8"
51-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.26.8.tgz#f9c5e770309e12e3099ad8271e52f6caa15442ab"
52-
integrity sha512-ef383X5++iZHWAXX0SXQR6ZyQhw/0KtTkrTz61WXRhFM6dhpHulO/RJz79L8S6ugZHJkOOkUrUdxgdF2YiPFnA==
48+
"@babel/generator@^7.26.9", "@babel/generator@^7.7.2":
49+
version "7.26.9"
50+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.26.9.tgz#75a9482ad3d0cc7188a537aa4910bc59db67cbca"
51+
integrity sha512-kEWdzjOAUMW4hAyrzJ0ZaTOu9OmpyDIQicIh0zg0EEcEkYXZb2TjtBhnHi2ViX7PKwZqF4xwqfAm299/QMP3lg==
5352
dependencies:
54-
"@babel/parser" "^7.26.8"
55-
"@babel/types" "^7.26.8"
53+
"@babel/parser" "^7.26.9"
54+
"@babel/types" "^7.26.9"
5655
"@jridgewell/gen-mapping" "^0.3.5"
5756
"@jridgewell/trace-mapping" "^0.3.25"
5857
jsesc "^3.0.2"
@@ -222,20 +221,20 @@
222221
"@babel/traverse" "^7.25.9"
223222
"@babel/types" "^7.25.9"
224223

225-
"@babel/helpers@^7.26.7":
226-
version "7.26.7"
227-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.26.7.tgz#fd1d2a7c431b6e39290277aacfd8367857c576a4"
228-
integrity sha512-8NHiL98vsi0mbPQmYAGWwfcFaOy4j2HY49fXJCfuDcdE7fMIsH9a7GdaeXpIBsbT7307WU8KCMp5pUVDNL4f9A==
224+
"@babel/helpers@^7.26.9":
225+
version "7.26.9"
226+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.26.9.tgz#28f3fb45252fc88ef2dc547c8a911c255fc9fef6"
227+
integrity sha512-Mz/4+y8udxBKdmzt/UjPACs4G3j5SshJJEFFKxlCGPydG4JAHXxjWjAwjd09tf6oINvl1VfMJo+nB7H2YKQ0dA==
229228
dependencies:
230-
"@babel/template" "^7.25.9"
231-
"@babel/types" "^7.26.7"
229+
"@babel/template" "^7.26.9"
230+
"@babel/types" "^7.26.9"
232231

233-
"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.20.7", "@babel/parser@^7.23.9", "@babel/parser@^7.26.8":
234-
version "7.26.8"
235-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.26.8.tgz#deca2b4d99e5e1b1553843b99823f118da6107c2"
236-
integrity sha512-TZIQ25pkSoaKEYYaHbbxkfL36GNsQ6iFiBbeuzAkLnXayKR1yP1zFe+NxuZWWsUyvt8icPU9CCq0sgWGXR1GEw==
232+
"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.20.7", "@babel/parser@^7.23.9", "@babel/parser@^7.26.9":
233+
version "7.26.9"
234+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.26.9.tgz#d9e78bee6dc80f9efd8f2349dcfbbcdace280fd5"
235+
integrity sha512-81NWa1njQblgZbQHxWHpxxCzNsa3ZwvFqpUg7P+NNUU6f3UU2jBEg4OlF/J6rl8+PQGh1q6/zWScd001YwcA5A==
237236
dependencies:
238-
"@babel/types" "^7.26.8"
237+
"@babel/types" "^7.26.9"
239238

240239
"@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.25.9":
241240
version "7.25.9"
@@ -541,12 +540,12 @@
541540
dependencies:
542541
"@babel/helper-plugin-utils" "^7.25.9"
543542

544-
"@babel/plugin-transform-for-of@^7.25.9":
545-
version "7.25.9"
546-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.25.9.tgz#4bdc7d42a213397905d89f02350c5267866d5755"
547-
integrity sha512-LqHxduHoaGELJl2uhImHwRQudhCM50pT46rIBNvtT/Oql3nqiS3wOwP+5ten7NpYSXrrVLgtZU3DZmPtWZo16A==
543+
"@babel/plugin-transform-for-of@^7.26.9":
544+
version "7.26.9"
545+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.26.9.tgz#27231f79d5170ef33b5111f07fe5cafeb2c96a56"
546+
integrity sha512-Hry8AusVm8LW5BVFgiyUReuoGzPUpdHQQqJY5bZnbbf+ngOHWuCuYFKw/BqaaWlvEUrF91HMhDtEaI1hZzNbLg==
548547
dependencies:
549-
"@babel/helper-plugin-utils" "^7.25.9"
548+
"@babel/helper-plugin-utils" "^7.26.5"
550549
"@babel/helper-skip-transparent-expression-wrappers" "^7.25.9"
551550

552551
"@babel/plugin-transform-function-name@^7.25.9":
@@ -803,9 +802,9 @@
803802
"@babel/helper-plugin-utils" "^7.25.9"
804803

805804
"@babel/preset-env@^7.25.2":
806-
version "7.26.8"
807-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.26.8.tgz#7af0090829b606d2046db99679004731e1dc364d"
808-
integrity sha512-um7Sy+2THd697S4zJEfv/U5MHGJzkN2xhtsR3T/SWRbVSic62nbISh51VVfU9JiO/L/Z97QczHTaFVkOU8IzNg==
805+
version "7.26.9"
806+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.26.9.tgz#2ec64e903d0efe743699f77a10bdf7955c2123c3"
807+
integrity sha512-vX3qPGE8sEKEAZCWk05k3cpTAE3/nOYca++JA+Rd0z2NCNzabmYvEiSShKzm10zdquOIAVXsy2Ei/DTW34KlKQ==
809808
dependencies:
810809
"@babel/compat-data" "^7.26.8"
811810
"@babel/helper-compilation-targets" "^7.26.5"
@@ -836,7 +835,7 @@
836835
"@babel/plugin-transform-dynamic-import" "^7.25.9"
837836
"@babel/plugin-transform-exponentiation-operator" "^7.26.3"
838837
"@babel/plugin-transform-export-namespace-from" "^7.25.9"
839-
"@babel/plugin-transform-for-of" "^7.25.9"
838+
"@babel/plugin-transform-for-of" "^7.26.9"
840839
"@babel/plugin-transform-function-name" "^7.25.9"
841840
"@babel/plugin-transform-json-strings" "^7.25.9"
842841
"@babel/plugin-transform-literals" "^7.25.9"
@@ -909,32 +908,32 @@
909908
dependencies:
910909
regenerator-runtime "^0.14.0"
911910

912-
"@babel/template@^7.25.9", "@babel/template@^7.26.8", "@babel/template@^7.3.3":
913-
version "7.26.8"
914-
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.26.8.tgz#db3898f47a17bab2f4c78ec1d0de38527c2ffe19"
915-
integrity sha512-iNKaX3ZebKIsCvJ+0jd6embf+Aulaa3vNBqZ41kM7iTWjx5qzWKXGHiJUW3+nTpQ18SG11hdF8OAzKrpXkb96Q==
911+
"@babel/template@^7.25.9", "@babel/template@^7.26.9", "@babel/template@^7.3.3":
912+
version "7.26.9"
913+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.26.9.tgz#4577ad3ddf43d194528cff4e1fa6b232fa609bb2"
914+
integrity sha512-qyRplbeIpNZhmzOysF/wFMuP9sctmh2cFzRAZOn1YapxBsE1i9bJIY586R/WBLfLcmcBlM8ROBiQURnnNy+zfA==
916915
dependencies:
917916
"@babel/code-frame" "^7.26.2"
918-
"@babel/parser" "^7.26.8"
919-
"@babel/types" "^7.26.8"
917+
"@babel/parser" "^7.26.9"
918+
"@babel/types" "^7.26.9"
920919

921-
"@babel/traverse@^7.25.9", "@babel/traverse@^7.26.8":
922-
version "7.26.8"
923-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.26.8.tgz#0a8a9c2b7cc9519eed14275f4fd2278ad46e8cc9"
924-
integrity sha512-nic9tRkjYH0oB2dzr/JoGIm+4Q6SuYeLEiIiZDwBscRMYFJ+tMAz98fuel9ZnbXViA2I0HVSSRRK8DW5fjXStA==
920+
"@babel/traverse@^7.25.9", "@babel/traverse@^7.26.8", "@babel/traverse@^7.26.9":
921+
version "7.26.9"
922+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.26.9.tgz#4398f2394ba66d05d988b2ad13c219a2c857461a"
923+
integrity sha512-ZYW7L+pL8ahU5fXmNbPF+iZFHCv5scFak7MZ9bwaRPLUhHh7QQEMjZUg0HevihoqCM5iSYHN61EyCoZvqC+bxg==
925924
dependencies:
926925
"@babel/code-frame" "^7.26.2"
927-
"@babel/generator" "^7.26.8"
928-
"@babel/parser" "^7.26.8"
929-
"@babel/template" "^7.26.8"
930-
"@babel/types" "^7.26.8"
926+
"@babel/generator" "^7.26.9"
927+
"@babel/parser" "^7.26.9"
928+
"@babel/template" "^7.26.9"
929+
"@babel/types" "^7.26.9"
931930
debug "^4.3.1"
932931
globals "^11.1.0"
933932

934-
"@babel/types@^7.0.0", "@babel/types@^7.20.7", "@babel/types@^7.24.7", "@babel/types@^7.25.9", "@babel/types@^7.26.7", "@babel/types@^7.26.8", "@babel/types@^7.3.3", "@babel/types@^7.4.4":
935-
version "7.26.8"
936-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.26.8.tgz#97dcdc190fab45be7f3dc073e3c11160d677c127"
937-
integrity sha512-eUuWapzEGWFEpHFxgEaBG8e3n6S8L3MSu0oda755rOfabWPnh0Our1AozNFVUxGFIhbKgd1ksprsoDGMinTOTA==
933+
"@babel/types@^7.0.0", "@babel/types@^7.20.7", "@babel/types@^7.24.7", "@babel/types@^7.25.9", "@babel/types@^7.26.9", "@babel/types@^7.3.3", "@babel/types@^7.4.4":
934+
version "7.26.9"
935+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.26.9.tgz#08b43dec79ee8e682c2ac631c010bdcac54a21ce"
936+
integrity sha512-Y3IR1cRnOxOCDvMmNiym7XpXQ93iGDDPHx+Zj+NM+rg0fBaShfQLkg+hKPaZCEvg5N/LeCo4+Rj/i3FuJsIQaw==
938937
dependencies:
939938
"@babel/helper-string-parser" "^7.25.9"
940939
"@babel/helper-validator-identifier" "^7.25.9"
@@ -1604,10 +1603,10 @@
16041603
resolved "https://registry.yarnpkg.com/@hutson/parse-repository-url/-/parse-repository-url-3.0.2.tgz#98c23c950a3d9b6c8f0daed06da6c3af06981340"
16051604
integrity sha512-H9XAx3hc0BQHY6l+IFSWHDySypcXsvsuLhgYLUGywmJ5pswRVQJUHpOsobnLYp2ZUaUlKiKDrgWWhosOwAEM8Q==
16061605

1607-
"@inquirer/core@^10.1.6":
1608-
version "10.1.6"
1609-
resolved "https://registry.yarnpkg.com/@inquirer/core/-/core-10.1.6.tgz#2a92a219cb48c81453e145a5040d0e04f7df1aa2"
1610-
integrity sha512-Bwh/Zk6URrHwZnSSzAZAKH7YgGYi0xICIBDFOqBQoXNNAzBHw/bgXgLmChfp+GyR3PnChcTbiCTZGC6YJNJkMA==
1606+
"@inquirer/core@^10.1.7":
1607+
version "10.1.7"
1608+
resolved "https://registry.yarnpkg.com/@inquirer/core/-/core-10.1.7.tgz#04260b59e0343e86f76da0a4e1fbe4975aca03ca"
1609+
integrity sha512-AA9CQhlrt6ZgiSy6qoAigiA1izOa751ugX6ioSjqgJ+/Gd+tEN/TORk5sUYNjXuHWfW0r1n/a6ak4u/NqHHrtA==
16111610
dependencies:
16121611
"@inquirer/figures" "^1.0.10"
16131612
"@inquirer/type" "^3.0.4"
@@ -1619,11 +1618,11 @@
16191618
yoctocolors-cjs "^2.1.2"
16201619

16211620
"@inquirer/expand@^4.0.3":
1622-
version "4.0.8"
1623-
resolved "https://registry.yarnpkg.com/@inquirer/expand/-/expand-4.0.8.tgz#8438bd34af182d4a37d8d7101a328e10430efadc"
1624-
integrity sha512-k0ouAC6L+0Yoj/j0ys2bat0fYcyFVtItDB7h+pDFKaDDSFJey/C/YY1rmIOqkmFVZ5rZySeAQuS8zLcKkKRLmg==
1621+
version "4.0.9"
1622+
resolved "https://registry.yarnpkg.com/@inquirer/expand/-/expand-4.0.9.tgz#935947192dad0d07a537664ba6a527b9ced44be2"
1623+
integrity sha512-Xxt6nhomWTAmuSX61kVgglLjMEFGa+7+F6UUtdEUeg7fg4r9vaFttUUKrtkViYYrQBA5Ia1tkOJj2koP9BuLig==
16251624
dependencies:
1626-
"@inquirer/core" "^10.1.6"
1625+
"@inquirer/core" "^10.1.7"
16271626
"@inquirer/type" "^3.0.4"
16281627
yoctocolors-cjs "^2.1.2"
16291628

@@ -1633,11 +1632,11 @@
16331632
integrity sha512-Ey6176gZmeqZuY/W/nZiUyvmb1/qInjcpiZjXWi6nON+nxJpD1bxtSoBxNliGISae32n6OwbY+TSXPZ1CfS4bw==
16341633

16351634
"@inquirer/select@^4.0.3":
1636-
version "4.0.8"
1637-
resolved "https://registry.yarnpkg.com/@inquirer/select/-/select-4.0.8.tgz#dde85e10bc4e650c51542de533a91b6bc63498b7"
1638-
integrity sha512-Io2prxFyN2jOCcu4qJbVoilo19caiD3kqkD3WR0q3yDA5HUCo83v4LrRtg55ZwniYACW64z36eV7gyVbOfORjA==
1635+
version "4.0.9"
1636+
resolved "https://registry.yarnpkg.com/@inquirer/select/-/select-4.0.9.tgz#28a4c7b9a406798a9ea365d67dbad5e427c3febe"
1637+
integrity sha512-BpJyJe7Dkhv2kz7yG7bPSbJLQuu/rqyNlF1CfiiFeFwouegfH+zh13KDyt6+d9DwucKo7hqM3wKLLyJxZMO+Xg==
16391638
dependencies:
1640-
"@inquirer/core" "^10.1.6"
1639+
"@inquirer/core" "^10.1.7"
16411640
"@inquirer/figures" "^1.0.10"
16421641
"@inquirer/type" "^3.0.4"
16431642
ansi-escapes "^4.3.2"
@@ -2754,11 +2753,6 @@
27542753
"@types/qs" "*"
27552754
"@types/serve-static" "*"
27562755

2757-
"@types/gensync@^1.0.0":
2758-
version "1.0.4"
2759-
resolved "https://registry.yarnpkg.com/@types/gensync/-/gensync-1.0.4.tgz#7122d8f0cd3bf437f9725cc95b180197190cf50b"
2760-
integrity sha512-C3YYeRQWp2fmq9OryX+FoDy8nXS6scQ7dPptD8LnFDAUNcKWJjXQKDNJD3HVm+kOUsXhTOkpi69vI4EuAr95bA==
2761-
27622756
"@types/graceful-fs@^4.1.3":
27632757
version "4.1.9"
27642758
resolved "https://registry.yarnpkg.com/@types/graceful-fs/-/graceful-fs-4.1.9.tgz#2a06bc0f68a20ab37b3e36aa238be6abdf49e8b4"
@@ -9085,9 +9079,9 @@ [email protected], safe-buffer@>=5.1.0, safe-buffer@^5.1.0, safe-buffer@~5.2.0:
90859079
integrity sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==
90869080

90879081
sass-loader@^16.0.2:
9088-
version "16.0.4"
9089-
resolved "https://registry.yarnpkg.com/sass-loader/-/sass-loader-16.0.4.tgz#5c2afb755fbc0a45a004369efa11579518a39a45"
9090-
integrity sha512-LavLbgbBGUt3wCiYzhuLLu65+fWXaXLmq7YxivLhEqmiupCFZ5sKUAipK3do6V80YSU0jvSxNhEdT13IXNr3rg==
9082+
version "16.0.5"
9083+
resolved "https://registry.yarnpkg.com/sass-loader/-/sass-loader-16.0.5.tgz#257bc90119ade066851cafe7f2c3f3504c7cda98"
9084+
integrity sha512-oL+CMBXrj6BZ/zOq4os+UECPL+bWqt6OAC6DWS8Ln8GZRcMDjlJ4JC3FBDuHJdYaFWIdKNIBYmtZtK2MaMkNIw==
90919085
dependencies:
90929086
neo-async "^2.6.2"
90939087

0 commit comments

Comments
 (0)