Skip to content

Commit 8b4663e

Browse files
committed
⬆️ deps: Upgrade dependency @babel/preset-env to v7.23.8
1 parent 77673a3 commit 8b4663e

File tree

2 files changed

+11
-12
lines changed

2 files changed

+11
-12
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"dependencies": {},
6767
"devDependencies": {
6868
"@babel/core": "7.23.7",
69-
"@babel/preset-env": "7.23.7",
69+
"@babel/preset-env": "7.23.8",
7070
"@babel/register": "7.23.7",
7171
"@commitlint/cli": "18.4.4",
7272
"@js-library/commitlint-config": "0.0.4",

yarn.lock

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1116,16 +1116,15 @@
11161116
"@babel/helper-split-export-declaration" "^7.16.0"
11171117
globals "^11.1.0"
11181118

1119-
"@babel/plugin-transform-classes@^7.23.5":
1120-
version "7.23.5"
1121-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.23.5.tgz#e7a75f815e0c534cc4c9a39c56636c84fc0d64f2"
1122-
integrity sha512-jvOTR4nicqYC9yzOHIhXG5emiFEOpappSJAl73SDSEDcybD+Puuze8Tnpb9p9qEyYup24tq891gkaygIFvWDqg==
1119+
"@babel/plugin-transform-classes@^7.23.8":
1120+
version "7.23.8"
1121+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.23.8.tgz#d08ae096c240347badd68cdf1b6d1624a6435d92"
1122+
integrity sha512-yAYslGsY1bX6Knmg46RjiCiNSwJKv2IUC8qOdYKqMMr0491SXFhcHqOdRDeCRohOOIzwN/90C6mQ9qAKgrP7dg==
11231123
dependencies:
11241124
"@babel/helper-annotate-as-pure" "^7.22.5"
1125-
"@babel/helper-compilation-targets" "^7.22.15"
1125+
"@babel/helper-compilation-targets" "^7.23.6"
11261126
"@babel/helper-environment-visitor" "^7.22.20"
11271127
"@babel/helper-function-name" "^7.23.0"
1128-
"@babel/helper-optimise-call-expression" "^7.22.5"
11291128
"@babel/helper-plugin-utils" "^7.22.5"
11301129
"@babel/helper-replace-supers" "^7.22.20"
11311130
"@babel/helper-split-export-declaration" "^7.22.6"
@@ -1703,10 +1702,10 @@
17031702
"@babel/helper-create-regexp-features-plugin" "^7.22.15"
17041703
"@babel/helper-plugin-utils" "^7.22.5"
17051704

1706-
"@babel/preset-env@7.23.7":
1707-
version "7.23.7"
1708-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.23.7.tgz#e5d69b9f14db8a13bae4d8e5ce7f360973626241"
1709-
integrity sha512-SY27X/GtTz/L4UryMNJ6p4fH4nsgWbz84y9FE0bQeWJP6O5BhgVCt53CotQKHCOeXJel8VyhlhujhlltKms/CA==
1705+
"@babel/preset-env@7.23.8":
1706+
version "7.23.8"
1707+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.23.8.tgz#7d6f8171ea7c221ecd28059e65ad37c20e441e3e"
1708+
integrity sha512-lFlpmkApLkEP6woIKprO6DO60RImpatTQKtz4sUcDjVcK8M8mQ4sZsuxaTMNOZf0sqAq/ReYW1ZBHnOQwKpLWA==
17101709
dependencies:
17111710
"@babel/compat-data" "^7.23.5"
17121711
"@babel/helper-compilation-targets" "^7.23.6"
@@ -1741,7 +1740,7 @@
17411740
"@babel/plugin-transform-block-scoping" "^7.23.4"
17421741
"@babel/plugin-transform-class-properties" "^7.23.3"
17431742
"@babel/plugin-transform-class-static-block" "^7.23.4"
1744-
"@babel/plugin-transform-classes" "^7.23.5"
1743+
"@babel/plugin-transform-classes" "^7.23.8"
17451744
"@babel/plugin-transform-computed-properties" "^7.23.3"
17461745
"@babel/plugin-transform-destructuring" "^7.23.3"
17471746
"@babel/plugin-transform-dotall-regex" "^7.23.3"

0 commit comments

Comments
 (0)