Skip to content

Commit a79f47e

Browse files
Bump @babel/preset-env from 7.27.1 to 7.27.2 (#138)
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.27.1 to 7.27.2. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.27.2/packages/babel-preset-env) --- updated-dependencies: - dependency-name: "@babel/preset-env" dependency-version: 7.27.2 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 404412d commit a79f47e

File tree

2 files changed

+23
-22
lines changed

2 files changed

+23
-22
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
},
3636
"meta": {},
3737
"devDependencies": {
38-
"@babel/preset-env": "^7.27.1",
38+
"@babel/preset-env": "^7.27.2",
3939
"@types/jest": "^29.5.14",
4040
"@types/node": "^22.15.17",
4141
"@typescript-eslint/eslint-plugin": "^6.4.0",

yarn.lock

Lines changed: 22 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@
3232
js-tokens "^4.0.0"
3333
picocolors "^1.1.1"
3434

35-
"@babel/compat-data@^7.22.6", "@babel/compat-data@^7.27.1":
36-
version "7.27.1"
37-
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.27.1.tgz#db7cf122745e0a332c44e847ddc4f5e5221a43f6"
38-
integrity sha512-Q+E+rd/yBzNQhXkG+zQnF58e4zoZfBedaxwzPmicKsiK3nt8iJYrSrDbjwFFDGC4f+rPafqRaPH6TsDoSvMf7A==
35+
"@babel/compat-data@^7.22.6", "@babel/compat-data@^7.27.2":
36+
version "7.27.2"
37+
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.27.2.tgz#4183f9e642fd84e74e3eea7ffa93a412e3b102c9"
38+
integrity sha512-TUtMJYRPyUb/9aU8f3K0mjmjf6M9N5Woshn2CS6nqJSeJtTtQcpLUXjGt9vbF8ZGff0El99sWkLgzwW3VXnxZQ==
3939

4040
"@babel/core@^7.11.6", "@babel/core@^7.12.3":
4141
version "7.23.9"
@@ -93,12 +93,12 @@
9393
dependencies:
9494
"@babel/types" "^7.27.1"
9595

96-
"@babel/helper-compilation-targets@^7.22.6", "@babel/helper-compilation-targets@^7.23.6", "@babel/helper-compilation-targets@^7.27.1":
97-
version "7.27.1"
98-
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.27.1.tgz#eac1096c7374f161e4f33fc8ae38f4ddf122087a"
99-
integrity sha512-2YaDd/Rd9E598B5+WIc8wJPmWETiiJXFYVE60oX8FDohv7rAUU3CQj+A1MgeEmcsk2+dQuEjIe/GDvig0SqL4g==
96+
"@babel/helper-compilation-targets@^7.22.6", "@babel/helper-compilation-targets@^7.23.6", "@babel/helper-compilation-targets@^7.27.1", "@babel/helper-compilation-targets@^7.27.2":
97+
version "7.27.2"
98+
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.27.2.tgz#46a0f6efab808d51d29ce96858dd10ce8732733d"
99+
integrity sha512-2+1thGUUWWjLTYTHZWK1n8Yga0ijBz1XAhUXcKy81rd5g6yh7hGqMp45v7cadSbEHc9G3OTv45SyneRN3ps4DQ==
100100
dependencies:
101-
"@babel/compat-data" "^7.27.1"
101+
"@babel/compat-data" "^7.27.2"
102102
"@babel/helper-validator-option" "^7.27.1"
103103
browserslist "^4.24.0"
104104
lru-cache "^5.1.1"
@@ -734,13 +734,14 @@
734734
dependencies:
735735
"@babel/helper-plugin-utils" "^7.27.1"
736736

737-
"@babel/plugin-transform-object-rest-spread@^7.27.1":
738-
version "7.27.1"
739-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.27.1.tgz#845bdcd74c87b8f565c25cc6812f7f4f43c9ed79"
740-
integrity sha512-/sSliVc9gHE20/7D5qsdGlq7RG5NCDTWsAhyqzGuq174EtWJoGzIu1BQ7G56eDsTcy1jseBZwv50olSdXOlGuA==
737+
"@babel/plugin-transform-object-rest-spread@^7.27.2":
738+
version "7.27.2"
739+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.27.2.tgz#67f9ab822347aa2bcee91e8996763da79bdea973"
740+
integrity sha512-AIUHD7xJ1mCrj3uPozvtngY3s0xpv7Nu7DoUSnzNY6Xam1Cy4rUznR//pvMHOhQ4AvbCexhbqXCtpxGHOGOO6g==
741741
dependencies:
742-
"@babel/helper-compilation-targets" "^7.27.1"
742+
"@babel/helper-compilation-targets" "^7.27.2"
743743
"@babel/helper-plugin-utils" "^7.27.1"
744+
"@babel/plugin-transform-destructuring" "^7.27.1"
744745
"@babel/plugin-transform-parameters" "^7.27.1"
745746

746747
"@babel/plugin-transform-object-super@^7.27.1":
@@ -886,13 +887,13 @@
886887
"@babel/helper-create-regexp-features-plugin" "^7.27.1"
887888
"@babel/helper-plugin-utils" "^7.27.1"
888889

889-
"@babel/preset-env@^7.27.1":
890-
version "7.27.1"
891-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.27.1.tgz#23463ab94f36540630924f5de3b4c7a8dde3b6a2"
892-
integrity sha512-TZ5USxFpLgKDpdEt8YWBR7p6g+bZo6sHaXLqP2BY/U0acaoI8FTVflcYCr/v94twM1C5IWFdZ/hscq9WjUeLXA==
890+
"@babel/preset-env@^7.27.2":
891+
version "7.27.2"
892+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.27.2.tgz#106e6bfad92b591b1f6f76fd4cf13b7725a7bf9a"
893+
integrity sha512-Ma4zSuYSlGNRlCLO+EAzLnCmJK2vdstgv+n7aUP+/IKZrOfWHOJVdSJtuub8RzHTj3ahD37k5OKJWvzf16TQyQ==
893894
dependencies:
894-
"@babel/compat-data" "^7.27.1"
895-
"@babel/helper-compilation-targets" "^7.27.1"
895+
"@babel/compat-data" "^7.27.2"
896+
"@babel/helper-compilation-targets" "^7.27.2"
896897
"@babel/helper-plugin-utils" "^7.27.1"
897898
"@babel/helper-validator-option" "^7.27.1"
898899
"@babel/plugin-bugfix-firefox-class-in-computed-class-key" "^7.27.1"
@@ -934,7 +935,7 @@
934935
"@babel/plugin-transform-new-target" "^7.27.1"
935936
"@babel/plugin-transform-nullish-coalescing-operator" "^7.27.1"
936937
"@babel/plugin-transform-numeric-separator" "^7.27.1"
937-
"@babel/plugin-transform-object-rest-spread" "^7.27.1"
938+
"@babel/plugin-transform-object-rest-spread" "^7.27.2"
938939
"@babel/plugin-transform-object-super" "^7.27.1"
939940
"@babel/plugin-transform-optional-catch-binding" "^7.27.1"
940941
"@babel/plugin-transform-optional-chaining" "^7.27.1"

0 commit comments

Comments
 (0)