Skip to content

Commit cc32f56

Browse files
⬆️ deps: Upgrade dependency @babel/preset-env to v7.25.3.
1 parent c07b7f4 commit cc32f56

File tree

2 files changed

+31
-11
lines changed

2 files changed

+31
-11
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
"@babel/core": "7.25.2",
7777
"@babel/plugin-transform-destructuring": "7.24.8",
7878
"@babel/plugin-transform-for-of": "7.24.7",
79-
"@babel/preset-env": "7.25.2",
79+
"@babel/preset-env": "7.25.3",
8080
"@commitlint/cli": "19.3.0",
8181
"@js-library/commitlint-config": "0.0.4",
8282
"@node-loader/babel": "2.1.0",

yarn.lock

Lines changed: 30 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -727,13 +727,20 @@
727727
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.25.0.tgz#9fdc9237504d797b6e7b8f66e78ea7f570d256ad"
728728
integrity sha512-CzdIU9jdP0dg7HdyB+bHvDJGagUv+qtzZt5rYCWwW6tITNqV9odjp6Qu41gkG0ca5UfdDUWrKkiAnHHdGRnOrA==
729729

730-
"@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.25.0":
731-
version "7.25.0"
732-
resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-firefox-class-in-computed-class-key/-/plugin-bugfix-firefox-class-in-computed-class-key-7.25.0.tgz#328275f22d809b962978d998c6eba22a233ac8aa"
733-
integrity sha512-dG0aApncVQwAUJa8tP1VHTnmU67BeIQvKafd3raEx315H54FfkZSz3B/TT+33ZQAjatGJA79gZqTtqL5QZUKXw==
730+
"@babel/parser@^7.25.3":
731+
version "7.25.3"
732+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.25.3.tgz#91fb126768d944966263f0657ab222a642b82065"
733+
integrity sha512-iLTJKDbJ4hMvFPgQwwsVoxtHyWpKKPBrxkANrSYewDPaPpT5py5yeVkgPIJ7XYXhndxJpaA3PyALSXQ7u8e/Dw==
734+
dependencies:
735+
"@babel/types" "^7.25.2"
736+
737+
"@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.25.3":
738+
version "7.25.3"
739+
resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-firefox-class-in-computed-class-key/-/plugin-bugfix-firefox-class-in-computed-class-key-7.25.3.tgz#dca427b45a6c0f5c095a1c639dfe2476a3daba7f"
740+
integrity sha512-wUrcsxZg6rqBXG05HG1FPYgsP6EvwF4WpBbxIpWIIYnH8wG0gzx3yZY3dtEHas4sTAOGkbTsc9EGPxwff8lRoA==
734741
dependencies:
735742
"@babel/helper-plugin-utils" "^7.24.8"
736-
"@babel/traverse" "^7.25.0"
743+
"@babel/traverse" "^7.25.3"
737744

738745
"@babel/plugin-bugfix-safari-class-field-initializer-scope@^7.25.0":
739746
version "7.25.0"
@@ -1768,16 +1775,16 @@
17681775
"@babel/helper-create-regexp-features-plugin" "^7.24.7"
17691776
"@babel/helper-plugin-utils" "^7.24.7"
17701777

1771-
"@babel/preset-env@7.25.2":
1772-
version "7.25.2"
1773-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.25.2.tgz#15918e9d050c4713a2ab8fa2fa82514eaf16676e"
1774-
integrity sha512-Y2Vkwy3ITW4id9c6KXshVV/x5yCGK7VdJmKkzOzNsDZMojRKfSA/033rRbLqlRozmhRXCejxWHLSJOg/wUHfzw==
1778+
"@babel/preset-env@7.25.3":
1779+
version "7.25.3"
1780+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.25.3.tgz#0bf4769d84ac51d1073ab4a86f00f30a3a83c67c"
1781+
integrity sha512-QsYW7UeAaXvLPX9tdVliMJE7MD7M6MLYVTovRTIwhoYQVFHR1rM4wO8wqAezYi3/BpSD+NzVCZ69R6smWiIi8g==
17751782
dependencies:
17761783
"@babel/compat-data" "^7.25.2"
17771784
"@babel/helper-compilation-targets" "^7.25.2"
17781785
"@babel/helper-plugin-utils" "^7.24.8"
17791786
"@babel/helper-validator-option" "^7.24.8"
1780-
"@babel/plugin-bugfix-firefox-class-in-computed-class-key" "^7.25.0"
1787+
"@babel/plugin-bugfix-firefox-class-in-computed-class-key" "^7.25.3"
17811788
"@babel/plugin-bugfix-safari-class-field-initializer-scope" "^7.25.0"
17821789
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression" "^7.25.0"
17831790
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.24.7"
@@ -2092,6 +2099,19 @@
20922099
debug "^4.3.1"
20932100
globals "^11.1.0"
20942101

2102+
"@babel/traverse@^7.25.3":
2103+
version "7.25.3"
2104+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.25.3.tgz#f1b901951c83eda2f3e29450ce92743783373490"
2105+
integrity sha512-HefgyP1x754oGCsKmV5reSmtV7IXj/kpaE1XYY+D9G5PvKKoFfSbiS4M77MdjuwlZKDIKFCffq9rPU+H/s3ZdQ==
2106+
dependencies:
2107+
"@babel/code-frame" "^7.24.7"
2108+
"@babel/generator" "^7.25.0"
2109+
"@babel/parser" "^7.25.3"
2110+
"@babel/template" "^7.25.0"
2111+
"@babel/types" "^7.25.2"
2112+
debug "^4.3.1"
2113+
globals "^11.1.0"
2114+
20952115
"@babel/types@^7.18.10", "@babel/types@^7.18.6", "@babel/types@^7.18.9", "@babel/types@^7.19.0", "@babel/types@^7.4.4":
20962116
version "7.19.0"
20972117
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.19.0.tgz#75f21d73d73dc0351f3368d28db73465f4814600"

0 commit comments

Comments
 (0)