Skip to content

Commit e92133b

Browse files
Update dependency @babel/preset-env to v7.23.8
1 parent 6a14002 commit e92133b

File tree

3 files changed

+12
-13
lines changed

3 files changed

+12
-13
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.23.7",
3434
"@babel/polyfill": "7.12.1",
35-
"@babel/preset-env": "7.23.7",
35+
"@babel/preset-env": "7.23.8",
3636
"@rollup/plugin-json": "6.1.0",
3737
"c8": "9.0.0",
3838
"core-js": "3.35.0",

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.23.4",
2828
"@babel/core": "7.23.7",
29-
"@babel/preset-env": "7.23.7",
29+
"@babel/preset-env": "7.23.8",
3030
"@babel/preset-react": "7.23.3",
3131
"c8": "9.0.0",
3232
"mocha": "10.2.0",

yarn.lock

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -507,16 +507,15 @@
507507
"@babel/helper-plugin-utils" "^7.22.5"
508508
"@babel/plugin-syntax-class-static-block" "^7.14.5"
509509

510-
"@babel/plugin-transform-classes@^7.23.5":
511-
version "7.23.5"
512-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.23.5.tgz#e7a75f815e0c534cc4c9a39c56636c84fc0d64f2"
513-
integrity sha512-jvOTR4nicqYC9yzOHIhXG5emiFEOpappSJAl73SDSEDcybD+Puuze8Tnpb9p9qEyYup24tq891gkaygIFvWDqg==
510+
"@babel/plugin-transform-classes@^7.23.8":
511+
version "7.23.8"
512+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.23.8.tgz#d08ae096c240347badd68cdf1b6d1624a6435d92"
513+
integrity sha512-yAYslGsY1bX6Knmg46RjiCiNSwJKv2IUC8qOdYKqMMr0491SXFhcHqOdRDeCRohOOIzwN/90C6mQ9qAKgrP7dg==
514514
dependencies:
515515
"@babel/helper-annotate-as-pure" "^7.22.5"
516-
"@babel/helper-compilation-targets" "^7.22.15"
516+
"@babel/helper-compilation-targets" "^7.23.6"
517517
"@babel/helper-environment-visitor" "^7.22.20"
518518
"@babel/helper-function-name" "^7.23.0"
519-
"@babel/helper-optimise-call-expression" "^7.22.5"
520519
"@babel/helper-plugin-utils" "^7.22.5"
521520
"@babel/helper-replace-supers" "^7.22.20"
522521
"@babel/helper-split-export-declaration" "^7.22.6"
@@ -880,10 +879,10 @@
880879
core-js "^2.6.5"
881880
regenerator-runtime "^0.13.4"
882881

883-
"@babel/[email protected].7":
884-
version "7.23.7"
885-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.23.7.tgz#e5d69b9f14db8a13bae4d8e5ce7f360973626241"
886-
integrity sha512-SY27X/GtTz/L4UryMNJ6p4fH4nsgWbz84y9FE0bQeWJP6O5BhgVCt53CotQKHCOeXJel8VyhlhujhlltKms/CA==
882+
"@babel/[email protected].8":
883+
version "7.23.8"
884+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.23.8.tgz#7d6f8171ea7c221ecd28059e65ad37c20e441e3e"
885+
integrity sha512-lFlpmkApLkEP6woIKprO6DO60RImpatTQKtz4sUcDjVcK8M8mQ4sZsuxaTMNOZf0sqAq/ReYW1ZBHnOQwKpLWA==
887886
dependencies:
888887
"@babel/compat-data" "^7.23.5"
889888
"@babel/helper-compilation-targets" "^7.23.6"
@@ -918,7 +917,7 @@
918917
"@babel/plugin-transform-block-scoping" "^7.23.4"
919918
"@babel/plugin-transform-class-properties" "^7.23.3"
920919
"@babel/plugin-transform-class-static-block" "^7.23.4"
921-
"@babel/plugin-transform-classes" "^7.23.5"
920+
"@babel/plugin-transform-classes" "^7.23.8"
922921
"@babel/plugin-transform-computed-properties" "^7.23.3"
923922
"@babel/plugin-transform-destructuring" "^7.23.3"
924923
"@babel/plugin-transform-dotall-regex" "^7.23.3"

0 commit comments

Comments
 (0)