Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit e6e2940

Browse filesBrowse files
⬆️ deps: Upgrade dependency @babel/preset-env to v7.27.2. (#374)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f9e0b58 commit e6e2940
Copy full SHA for e6e2940

File tree

Expand file treeCollapse file tree

2 files changed

+30
-13
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+30
-13
lines changed

‎package.json

Copy file name to clipboardExpand all lines: package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
"dependencies": {},
7474
"devDependencies": {
7575
"@babel/core": "7.27.1",
76-
"@babel/preset-env": "7.27.1",
76+
"@babel/preset-env": "7.27.2",
7777
"@commitlint/cli": "19.8.0",
7878
"@iterable-iterator/list": "1.0.1",
7979
"@iterable-iterator/reversed": "1.0.0",

‎yarn.lock

Copy file name to clipboardExpand all lines: yarn.lock
+29-12Lines changed: 29 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,11 @@
5454
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.27.1.tgz#db7cf122745e0a332c44e847ddc4f5e5221a43f6"
5555
integrity sha512-Q+E+rd/yBzNQhXkG+zQnF58e4zoZfBedaxwzPmicKsiK3nt8iJYrSrDbjwFFDGC4f+rPafqRaPH6TsDoSvMf7A==
5656

57+
"@babel/compat-data@^7.27.2":
58+
version "7.27.2"
59+
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.27.2.tgz#4183f9e642fd84e74e3eea7ffa93a412e3b102c9"
60+
integrity sha512-TUtMJYRPyUb/9aU8f3K0mjmjf6M9N5Woshn2CS6nqJSeJtTtQcpLUXjGt9vbF8ZGff0El99sWkLgzwW3VXnxZQ==
61+
5762
"@babel/core@7.27.1":
5863
version "7.27.1"
5964
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.27.1.tgz#89de51e86bd12246003e3524704c49541b16c3e6"
@@ -177,6 +182,17 @@
177182
lru-cache "^5.1.1"
178183
semver "^6.3.1"
179184

185+
"@babel/helper-compilation-targets@^7.27.2":
186+
version "7.27.2"
187+
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.27.2.tgz#46a0f6efab808d51d29ce96858dd10ce8732733d"
188+
integrity sha512-2+1thGUUWWjLTYTHZWK1n8Yga0ijBz1XAhUXcKy81rd5g6yh7hGqMp45v7cadSbEHc9G3OTv45SyneRN3ps4DQ==
189+
dependencies:
190+
"@babel/compat-data" "^7.27.2"
191+
"@babel/helper-validator-option" "^7.27.1"
192+
browserslist "^4.24.0"
193+
lru-cache "^5.1.1"
194+
semver "^6.3.1"
195+
180196
"@babel/helper-create-class-features-plugin@^7.12.1", "@babel/helper-create-class-features-plugin@^7.16.5":
181197
version "7.16.5"
182198
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.16.5.tgz#5d1bcd096792c1ebec6249eebc6358eec55d0cad"
@@ -1307,13 +1323,14 @@
13071323
dependencies:
13081324
"@babel/helper-plugin-utils" "^7.27.1"
13091325

1310-
"@babel/plugin-transform-object-rest-spread@^7.27.1":
1311-
version "7.27.1"
1312-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.27.1.tgz#845bdcd74c87b8f565c25cc6812f7f4f43c9ed79"
1313-
integrity sha512-/sSliVc9gHE20/7D5qsdGlq7RG5NCDTWsAhyqzGuq174EtWJoGzIu1BQ7G56eDsTcy1jseBZwv50olSdXOlGuA==
1326+
"@babel/plugin-transform-object-rest-spread@^7.27.2":
1327+
version "7.27.2"
1328+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.27.2.tgz#67f9ab822347aa2bcee91e8996763da79bdea973"
1329+
integrity sha512-AIUHD7xJ1mCrj3uPozvtngY3s0xpv7Nu7DoUSnzNY6Xam1Cy4rUznR//pvMHOhQ4AvbCexhbqXCtpxGHOGOO6g==
13141330
dependencies:
1315-
"@babel/helper-compilation-targets" "^7.27.1"
1331+
"@babel/helper-compilation-targets" "^7.27.2"
13161332
"@babel/helper-plugin-utils" "^7.27.1"
1333+
"@babel/plugin-transform-destructuring" "^7.27.1"
13171334
"@babel/plugin-transform-parameters" "^7.27.1"
13181335

13191336
"@babel/plugin-transform-object-super@^7.16.5":
@@ -1579,13 +1596,13 @@
15791596
"@babel/helper-create-regexp-features-plugin" "^7.27.1"
15801597
"@babel/helper-plugin-utils" "^7.27.1"
15811598

1582-
"@babel/preset-env@7.27.1":
1583-
version "7.27.1"
1584-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.27.1.tgz#23463ab94f36540630924f5de3b4c7a8dde3b6a2"
1585-
integrity sha512-TZ5USxFpLgKDpdEt8YWBR7p6g+bZo6sHaXLqP2BY/U0acaoI8FTVflcYCr/v94twM1C5IWFdZ/hscq9WjUeLXA==
1599+
"@babel/preset-env@7.27.2":
1600+
version "7.27.2"
1601+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.27.2.tgz#106e6bfad92b591b1f6f76fd4cf13b7725a7bf9a"
1602+
integrity sha512-Ma4zSuYSlGNRlCLO+EAzLnCmJK2vdstgv+n7aUP+/IKZrOfWHOJVdSJtuub8RzHTj3ahD37k5OKJWvzf16TQyQ==
15861603
dependencies:
1587-
"@babel/compat-data" "^7.27.1"
1588-
"@babel/helper-compilation-targets" "^7.27.1"
1604+
"@babel/compat-data" "^7.27.2"
1605+
"@babel/helper-compilation-targets" "^7.27.2"
15891606
"@babel/helper-plugin-utils" "^7.27.1"
15901607
"@babel/helper-validator-option" "^7.27.1"
15911608
"@babel/plugin-bugfix-firefox-class-in-computed-class-key" "^7.27.1"
@@ -1627,7 +1644,7 @@
16271644
"@babel/plugin-transform-new-target" "^7.27.1"
16281645
"@babel/plugin-transform-nullish-coalescing-operator" "^7.27.1"
16291646
"@babel/plugin-transform-numeric-separator" "^7.27.1"
1630-
"@babel/plugin-transform-object-rest-spread" "^7.27.1"
1647+
"@babel/plugin-transform-object-rest-spread" "^7.27.2"
16311648
"@babel/plugin-transform-object-super" "^7.27.1"
16321649
"@babel/plugin-transform-optional-catch-binding" "^7.27.1"
16331650
"@babel/plugin-transform-optional-chaining" "^7.27.1"

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.