Skip to content

Commit 8079ece

Browse files
⬆️ deps: Upgrade dependency @babel/preset-env to v7.25.3.
1 parent 2222cd9 commit 8079ece

File tree

2 files changed

+31
-11
lines changed

2 files changed

+31
-11
lines changed

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
"dependencies": {},
7373
"devDependencies": {
7474
"@babel/core": "7.25.2",
75-
"@babel/preset-env": "7.25.2",
75+
"@babel/preset-env": "7.25.3",
7676
"@commitlint/cli": "19.3.0",
7777
"@js-library/commitlint-config": "0.0.4",
7878
"@node-loader/babel": "2.1.0",

Diff for: yarn.lock

+30-10
Original file line numberDiff line numberDiff line change
@@ -758,13 +758,20 @@
758758
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.25.0.tgz#9fdc9237504d797b6e7b8f66e78ea7f570d256ad"
759759
integrity sha512-CzdIU9jdP0dg7HdyB+bHvDJGagUv+qtzZt5rYCWwW6tITNqV9odjp6Qu41gkG0ca5UfdDUWrKkiAnHHdGRnOrA==
760760

761-
"@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.25.0":
762-
version "7.25.0"
763-
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"
764-
integrity sha512-dG0aApncVQwAUJa8tP1VHTnmU67BeIQvKafd3raEx315H54FfkZSz3B/TT+33ZQAjatGJA79gZqTtqL5QZUKXw==
761+
"@babel/parser@^7.25.3":
762+
version "7.25.3"
763+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.25.3.tgz#91fb126768d944966263f0657ab222a642b82065"
764+
integrity sha512-iLTJKDbJ4hMvFPgQwwsVoxtHyWpKKPBrxkANrSYewDPaPpT5py5yeVkgPIJ7XYXhndxJpaA3PyALSXQ7u8e/Dw==
765+
dependencies:
766+
"@babel/types" "^7.25.2"
767+
768+
"@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.25.3":
769+
version "7.25.3"
770+
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"
771+
integrity sha512-wUrcsxZg6rqBXG05HG1FPYgsP6EvwF4WpBbxIpWIIYnH8wG0gzx3yZY3dtEHas4sTAOGkbTsc9EGPxwff8lRoA==
765772
dependencies:
766773
"@babel/helper-plugin-utils" "^7.24.8"
767-
"@babel/traverse" "^7.25.0"
774+
"@babel/traverse" "^7.25.3"
768775

769776
"@babel/plugin-bugfix-safari-class-field-initializer-scope@^7.25.0":
770777
version "7.25.0"
@@ -1787,16 +1794,16 @@
17871794
"@babel/helper-create-regexp-features-plugin" "^7.24.7"
17881795
"@babel/helper-plugin-utils" "^7.24.7"
17891796

1790-
"@babel/[email protected].2":
1791-
version "7.25.2"
1792-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.25.2.tgz#15918e9d050c4713a2ab8fa2fa82514eaf16676e"
1793-
integrity sha512-Y2Vkwy3ITW4id9c6KXshVV/x5yCGK7VdJmKkzOzNsDZMojRKfSA/033rRbLqlRozmhRXCejxWHLSJOg/wUHfzw==
1797+
"@babel/[email protected].3":
1798+
version "7.25.3"
1799+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.25.3.tgz#0bf4769d84ac51d1073ab4a86f00f30a3a83c67c"
1800+
integrity sha512-QsYW7UeAaXvLPX9tdVliMJE7MD7M6MLYVTovRTIwhoYQVFHR1rM4wO8wqAezYi3/BpSD+NzVCZ69R6smWiIi8g==
17941801
dependencies:
17951802
"@babel/compat-data" "^7.25.2"
17961803
"@babel/helper-compilation-targets" "^7.25.2"
17971804
"@babel/helper-plugin-utils" "^7.24.8"
17981805
"@babel/helper-validator-option" "^7.24.8"
1799-
"@babel/plugin-bugfix-firefox-class-in-computed-class-key" "^7.25.0"
1806+
"@babel/plugin-bugfix-firefox-class-in-computed-class-key" "^7.25.3"
18001807
"@babel/plugin-bugfix-safari-class-field-initializer-scope" "^7.25.0"
18011808
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression" "^7.25.0"
18021809
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.24.7"
@@ -2110,6 +2117,19 @@
21102117
debug "^4.3.1"
21112118
globals "^11.1.0"
21122119

2120+
"@babel/traverse@^7.25.3":
2121+
version "7.25.3"
2122+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.25.3.tgz#f1b901951c83eda2f3e29450ce92743783373490"
2123+
integrity sha512-HefgyP1x754oGCsKmV5reSmtV7IXj/kpaE1XYY+D9G5PvKKoFfSbiS4M77MdjuwlZKDIKFCffq9rPU+H/s3ZdQ==
2124+
dependencies:
2125+
"@babel/code-frame" "^7.24.7"
2126+
"@babel/generator" "^7.25.0"
2127+
"@babel/parser" "^7.25.3"
2128+
"@babel/template" "^7.25.0"
2129+
"@babel/types" "^7.25.2"
2130+
debug "^4.3.1"
2131+
globals "^11.1.0"
2132+
21132133
"@babel/types@^7.16.0", "@babel/types@^7.4.4":
21142134
version "7.16.0"
21152135
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.16.0.tgz#db3b313804f96aadd0b776c4823e127ad67289ba"

0 commit comments

Comments
 (0)