Skip to content

Commit f6573fb

Browse files
Update dependency @babel/preset-env to v7.25.3
1 parent 5eca344 commit f6573fb

File tree

3 files changed

+23
-21
lines changed

3 files changed

+23
-21
lines changed

packages/content-api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"devDependencies": {
3333
"@babel/core": "7.25.2",
3434
"@babel/polyfill": "7.12.1",
35-
"@babel/preset-env": "7.25.2",
35+
"@babel/preset-env": "7.25.3",
3636
"@rollup/plugin-json": "6.1.0",
3737
"c8": "10.1.2",
3838
"core-js": "3.37.1",

packages/helpers-gatsby/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"devDependencies": {
2727
"@babel/cli": "7.24.8",
2828
"@babel/core": "7.25.2",
29-
"@babel/preset-env": "7.25.2",
29+
"@babel/preset-env": "7.25.3",
3030
"@babel/preset-react": "7.24.7",
3131
"c8": "10.1.2",
3232
"mocha": "10.7.0",

yarn.lock

Lines changed: 21 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -243,18 +243,20 @@
243243
js-tokens "^4.0.0"
244244
picocolors "^1.0.0"
245245

246-
"@babel/parser@^7.25.0":
247-
version "7.25.0"
248-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.25.0.tgz#9fdc9237504d797b6e7b8f66e78ea7f570d256ad"
249-
integrity sha512-CzdIU9jdP0dg7HdyB+bHvDJGagUv+qtzZt5rYCWwW6tITNqV9odjp6Qu41gkG0ca5UfdDUWrKkiAnHHdGRnOrA==
246+
"@babel/parser@^7.25.0", "@babel/parser@^7.25.3":
247+
version "7.25.3"
248+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.25.3.tgz#91fb126768d944966263f0657ab222a642b82065"
249+
integrity sha512-iLTJKDbJ4hMvFPgQwwsVoxtHyWpKKPBrxkANrSYewDPaPpT5py5yeVkgPIJ7XYXhndxJpaA3PyALSXQ7u8e/Dw==
250+
dependencies:
251+
"@babel/types" "^7.25.2"
250252

251-
"@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.25.0":
252-
version "7.25.0"
253-
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"
254-
integrity sha512-dG0aApncVQwAUJa8tP1VHTnmU67BeIQvKafd3raEx315H54FfkZSz3B/TT+33ZQAjatGJA79gZqTtqL5QZUKXw==
253+
"@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.25.3":
254+
version "7.25.3"
255+
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"
256+
integrity sha512-wUrcsxZg6rqBXG05HG1FPYgsP6EvwF4WpBbxIpWIIYnH8wG0gzx3yZY3dtEHas4sTAOGkbTsc9EGPxwff8lRoA==
255257
dependencies:
256258
"@babel/helper-plugin-utils" "^7.24.8"
257-
"@babel/traverse" "^7.25.0"
259+
"@babel/traverse" "^7.25.3"
258260

259261
"@babel/plugin-bugfix-safari-class-field-initializer-scope@^7.25.0":
260262
version "7.25.0"
@@ -860,16 +862,16 @@
860862
core-js "^2.6.5"
861863
regenerator-runtime "^0.13.4"
862864

863-
"@babel/[email protected].2":
864-
version "7.25.2"
865-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.25.2.tgz#15918e9d050c4713a2ab8fa2fa82514eaf16676e"
866-
integrity sha512-Y2Vkwy3ITW4id9c6KXshVV/x5yCGK7VdJmKkzOzNsDZMojRKfSA/033rRbLqlRozmhRXCejxWHLSJOg/wUHfzw==
865+
"@babel/[email protected].3":
866+
version "7.25.3"
867+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.25.3.tgz#0bf4769d84ac51d1073ab4a86f00f30a3a83c67c"
868+
integrity sha512-QsYW7UeAaXvLPX9tdVliMJE7MD7M6MLYVTovRTIwhoYQVFHR1rM4wO8wqAezYi3/BpSD+NzVCZ69R6smWiIi8g==
867869
dependencies:
868870
"@babel/compat-data" "^7.25.2"
869871
"@babel/helper-compilation-targets" "^7.25.2"
870872
"@babel/helper-plugin-utils" "^7.24.8"
871873
"@babel/helper-validator-option" "^7.24.8"
872-
"@babel/plugin-bugfix-firefox-class-in-computed-class-key" "^7.25.0"
874+
"@babel/plugin-bugfix-firefox-class-in-computed-class-key" "^7.25.3"
873875
"@babel/plugin-bugfix-safari-class-field-initializer-scope" "^7.25.0"
874876
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression" "^7.25.0"
875877
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.24.7"
@@ -991,14 +993,14 @@
991993
"@babel/parser" "^7.25.0"
992994
"@babel/types" "^7.25.0"
993995

994-
"@babel/traverse@^7.24.7", "@babel/traverse@^7.24.8", "@babel/traverse@^7.25.0", "@babel/traverse@^7.25.1", "@babel/traverse@^7.25.2":
995-
version "7.25.2"
996-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.25.2.tgz#1a0a4aef53177bead359ccd0c89f4426c805b2ae"
997-
integrity sha512-s4/r+a7xTnny2O6FcZzqgT6nE4/GHEdcqj4qAeglbUOh0TeglEfmNJFAd/OLoVtGd6ZhAO8GCVvCNUO5t/VJVQ==
996+
"@babel/traverse@^7.24.7", "@babel/traverse@^7.24.8", "@babel/traverse@^7.25.0", "@babel/traverse@^7.25.1", "@babel/traverse@^7.25.2", "@babel/traverse@^7.25.3":
997+
version "7.25.3"
998+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.25.3.tgz#f1b901951c83eda2f3e29450ce92743783373490"
999+
integrity sha512-HefgyP1x754oGCsKmV5reSmtV7IXj/kpaE1XYY+D9G5PvKKoFfSbiS4M77MdjuwlZKDIKFCffq9rPU+H/s3ZdQ==
9981000
dependencies:
9991001
"@babel/code-frame" "^7.24.7"
10001002
"@babel/generator" "^7.25.0"
1001-
"@babel/parser" "^7.25.0"
1003+
"@babel/parser" "^7.25.3"
10021004
"@babel/template" "^7.25.0"
10031005
"@babel/types" "^7.25.2"
10041006
debug "^4.3.1"

0 commit comments

Comments
 (0)