Skip to content

Commit e824d02

Browse files
Merge pull request #176 from wimpyprogrammer/dependabot/npm_and_yarn/babel/preset-env-7.27.2
Bump @babel/preset-env from 7.27.1 to 7.27.2
2 parents 9293b5b + e5d13d5 commit e824d02

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
@@ -19,7 +19,7 @@
1919
},
2020
"devDependencies": {
2121
"@babel/core": "^7.27.1",
22-
"@babel/preset-env": "^7.27.1",
22+
"@babel/preset-env": "^7.27.2",
2323
"jest": "^29.7.0"
2424
}
2525
}

yarn.lock

Lines changed: 22 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@
1919
js-tokens "^4.0.0"
2020
picocolors "^1.1.1"
2121

22-
"@babel/compat-data@^7.22.6", "@babel/compat-data@^7.27.1":
23-
version "7.27.1"
24-
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.27.1.tgz#db7cf122745e0a332c44e847ddc4f5e5221a43f6"
25-
integrity sha512-Q+E+rd/yBzNQhXkG+zQnF58e4zoZfBedaxwzPmicKsiK3nt8iJYrSrDbjwFFDGC4f+rPafqRaPH6TsDoSvMf7A==
22+
"@babel/compat-data@^7.22.6", "@babel/compat-data@^7.27.2":
23+
version "7.27.2"
24+
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.27.2.tgz#4183f9e642fd84e74e3eea7ffa93a412e3b102c9"
25+
integrity sha512-TUtMJYRPyUb/9aU8f3K0mjmjf6M9N5Woshn2CS6nqJSeJtTtQcpLUXjGt9vbF8ZGff0El99sWkLgzwW3VXnxZQ==
2626

2727
"@babel/core@^7.11.6", "@babel/core@^7.12.3", "@babel/core@^7.27.1":
2828
version "7.27.1"
@@ -70,12 +70,12 @@
7070
dependencies:
7171
"@babel/types" "^7.27.1"
7272

73-
"@babel/helper-compilation-targets@^7.22.6", "@babel/helper-compilation-targets@^7.27.1":
74-
version "7.27.1"
75-
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.27.1.tgz#eac1096c7374f161e4f33fc8ae38f4ddf122087a"
76-
integrity sha512-2YaDd/Rd9E598B5+WIc8wJPmWETiiJXFYVE60oX8FDohv7rAUU3CQj+A1MgeEmcsk2+dQuEjIe/GDvig0SqL4g==
73+
"@babel/helper-compilation-targets@^7.22.6", "@babel/helper-compilation-targets@^7.27.1", "@babel/helper-compilation-targets@^7.27.2":
74+
version "7.27.2"
75+
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.27.2.tgz#46a0f6efab808d51d29ce96858dd10ce8732733d"
76+
integrity sha512-2+1thGUUWWjLTYTHZWK1n8Yga0ijBz1XAhUXcKy81rd5g6yh7hGqMp45v7cadSbEHc9G3OTv45SyneRN3ps4DQ==
7777
dependencies:
78-
"@babel/compat-data" "^7.27.1"
78+
"@babel/compat-data" "^7.27.2"
7979
"@babel/helper-validator-option" "^7.27.1"
8080
browserslist "^4.24.0"
8181
lru-cache "^5.1.1"
@@ -633,13 +633,14 @@
633633
dependencies:
634634
"@babel/helper-plugin-utils" "^7.27.1"
635635

636-
"@babel/plugin-transform-object-rest-spread@^7.27.1":
637-
version "7.27.1"
638-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.27.1.tgz#845bdcd74c87b8f565c25cc6812f7f4f43c9ed79"
639-
integrity sha512-/sSliVc9gHE20/7D5qsdGlq7RG5NCDTWsAhyqzGuq174EtWJoGzIu1BQ7G56eDsTcy1jseBZwv50olSdXOlGuA==
636+
"@babel/plugin-transform-object-rest-spread@^7.27.2":
637+
version "7.27.2"
638+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.27.2.tgz#67f9ab822347aa2bcee91e8996763da79bdea973"
639+
integrity sha512-AIUHD7xJ1mCrj3uPozvtngY3s0xpv7Nu7DoUSnzNY6Xam1Cy4rUznR//pvMHOhQ4AvbCexhbqXCtpxGHOGOO6g==
640640
dependencies:
641-
"@babel/helper-compilation-targets" "^7.27.1"
641+
"@babel/helper-compilation-targets" "^7.27.2"
642642
"@babel/helper-plugin-utils" "^7.27.1"
643+
"@babel/plugin-transform-destructuring" "^7.27.1"
643644
"@babel/plugin-transform-parameters" "^7.27.1"
644645

645646
"@babel/plugin-transform-object-super@^7.27.1":
@@ -785,13 +786,13 @@
785786
"@babel/helper-create-regexp-features-plugin" "^7.27.1"
786787
"@babel/helper-plugin-utils" "^7.27.1"
787788

788-
"@babel/preset-env@^7.27.1":
789-
version "7.27.1"
790-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.27.1.tgz#23463ab94f36540630924f5de3b4c7a8dde3b6a2"
791-
integrity sha512-TZ5USxFpLgKDpdEt8YWBR7p6g+bZo6sHaXLqP2BY/U0acaoI8FTVflcYCr/v94twM1C5IWFdZ/hscq9WjUeLXA==
789+
"@babel/preset-env@^7.27.2":
790+
version "7.27.2"
791+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.27.2.tgz#106e6bfad92b591b1f6f76fd4cf13b7725a7bf9a"
792+
integrity sha512-Ma4zSuYSlGNRlCLO+EAzLnCmJK2vdstgv+n7aUP+/IKZrOfWHOJVdSJtuub8RzHTj3ahD37k5OKJWvzf16TQyQ==
792793
dependencies:
793-
"@babel/compat-data" "^7.27.1"
794-
"@babel/helper-compilation-targets" "^7.27.1"
794+
"@babel/compat-data" "^7.27.2"
795+
"@babel/helper-compilation-targets" "^7.27.2"
795796
"@babel/helper-plugin-utils" "^7.27.1"
796797
"@babel/helper-validator-option" "^7.27.1"
797798
"@babel/plugin-bugfix-firefox-class-in-computed-class-key" "^7.27.1"
@@ -833,7 +834,7 @@
833834
"@babel/plugin-transform-new-target" "^7.27.1"
834835
"@babel/plugin-transform-nullish-coalescing-operator" "^7.27.1"
835836
"@babel/plugin-transform-numeric-separator" "^7.27.1"
836-
"@babel/plugin-transform-object-rest-spread" "^7.27.1"
837+
"@babel/plugin-transform-object-rest-spread" "^7.27.2"
837838
"@babel/plugin-transform-object-super" "^7.27.1"
838839
"@babel/plugin-transform-optional-catch-binding" "^7.27.1"
839840
"@babel/plugin-transform-optional-chaining" "^7.27.1"

0 commit comments

Comments
 (0)