Skip to content

Commit db0da35

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

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
@@ -79,7 +79,7 @@
7979
},
8080
"devDependencies": {
8181
"@babel/core": "7.25.2",
82-
"@babel/preset-env": "7.25.2",
82+
"@babel/preset-env": "7.25.3",
8383
"@commitlint/cli": "19.3.0",
8484
"@iterable-iterator/list": "1.0.1",
8585
"@iterable-iterator/map": "1.0.1",

yarn.lock

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

752-
"@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.25.0":
753-
version "7.25.0"
754-
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"
755-
integrity sha512-dG0aApncVQwAUJa8tP1VHTnmU67BeIQvKafd3raEx315H54FfkZSz3B/TT+33ZQAjatGJA79gZqTtqL5QZUKXw==
752+
"@babel/parser@^7.25.3":
753+
version "7.25.3"
754+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.25.3.tgz#91fb126768d944966263f0657ab222a642b82065"
755+
integrity sha512-iLTJKDbJ4hMvFPgQwwsVoxtHyWpKKPBrxkANrSYewDPaPpT5py5yeVkgPIJ7XYXhndxJpaA3PyALSXQ7u8e/Dw==
756+
dependencies:
757+
"@babel/types" "^7.25.2"
758+
759+
"@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.25.3":
760+
version "7.25.3"
761+
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"
762+
integrity sha512-wUrcsxZg6rqBXG05HG1FPYgsP6EvwF4WpBbxIpWIIYnH8wG0gzx3yZY3dtEHas4sTAOGkbTsc9EGPxwff8lRoA==
756763
dependencies:
757764
"@babel/helper-plugin-utils" "^7.24.8"
758-
"@babel/traverse" "^7.25.0"
765+
"@babel/traverse" "^7.25.3"
759766

760767
"@babel/plugin-bugfix-safari-class-field-initializer-scope@^7.25.0":
761768
version "7.25.0"
@@ -1770,16 +1777,16 @@
17701777
"@babel/helper-create-regexp-features-plugin" "^7.24.7"
17711778
"@babel/helper-plugin-utils" "^7.24.7"
17721779

1773-
"@babel/[email protected].2":
1774-
version "7.25.2"
1775-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.25.2.tgz#15918e9d050c4713a2ab8fa2fa82514eaf16676e"
1776-
integrity sha512-Y2Vkwy3ITW4id9c6KXshVV/x5yCGK7VdJmKkzOzNsDZMojRKfSA/033rRbLqlRozmhRXCejxWHLSJOg/wUHfzw==
1780+
"@babel/[email protected].3":
1781+
version "7.25.3"
1782+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.25.3.tgz#0bf4769d84ac51d1073ab4a86f00f30a3a83c67c"
1783+
integrity sha512-QsYW7UeAaXvLPX9tdVliMJE7MD7M6MLYVTovRTIwhoYQVFHR1rM4wO8wqAezYi3/BpSD+NzVCZ69R6smWiIi8g==
17771784
dependencies:
17781785
"@babel/compat-data" "^7.25.2"
17791786
"@babel/helper-compilation-targets" "^7.25.2"
17801787
"@babel/helper-plugin-utils" "^7.24.8"
17811788
"@babel/helper-validator-option" "^7.24.8"
1782-
"@babel/plugin-bugfix-firefox-class-in-computed-class-key" "^7.25.0"
1789+
"@babel/plugin-bugfix-firefox-class-in-computed-class-key" "^7.25.3"
17831790
"@babel/plugin-bugfix-safari-class-field-initializer-scope" "^7.25.0"
17841791
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression" "^7.25.0"
17851792
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.24.7"
@@ -2091,6 +2098,19 @@
20912098
debug "^4.3.1"
20922099
globals "^11.1.0"
20932100

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

0 commit comments

Comments
 (0)