Skip to content
This repository was archived by the owner on Oct 1, 2025. It is now read-only.

Commit c023a8f

Browse files
Merge pull request #160 from CodingItWrong/dependabot/npm_and_yarn/babel/preset-env-7.26.7
Bump @babel/preset-env from 7.26.0 to 7.26.7
2 parents ab994a7 + a32d152 commit c023a8f

File tree

2 files changed

+50
-68
lines changed

2 files changed

+50
-68
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"devDependencies": {
1515
"@babel/core": "^7.26.0",
1616
"@babel/eslint-parser": "^7.26.5",
17-
"@babel/preset-env": "^7.26.0",
17+
"@babel/preset-env": "^7.26.7",
1818
"@babel/preset-react": "^7.26.3",
1919
"babel-loader": "^9.1.3",
2020
"copy-webpack-plugin": "^12.0.2",

yarn.lock

Lines changed: 49 additions & 67 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@
2424
js-tokens "^4.0.0"
2525
picocolors "^1.0.0"
2626

27-
"@babel/compat-data@^7.22.6", "@babel/compat-data@^7.25.9", "@babel/compat-data@^7.26.0":
28-
version "7.26.2"
29-
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.26.2.tgz#278b6b13664557de95b8f35b90d96785850bb56e"
30-
integrity sha512-Z0WgzSEa+aUcdiJuCIqgujCshpMWgUpgOxXotrYPSA53hA3qopNaqcJpyr0hVb1FeWdnqFA35/fUtXgBK8srQg==
27+
"@babel/compat-data@^7.22.6", "@babel/compat-data@^7.26.5":
28+
version "7.26.5"
29+
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.26.5.tgz#df93ac37f4417854130e21d72c66ff3d4b897fc7"
30+
integrity sha512-XvcZi1KWf88RVbF9wn8MN6tYFloU5qX8KjuF3E1PVBmJ9eypXfs4GRiJwLuTZL0iSnJUKn1BFPa5BPZZJyFzPg==
3131

3232
"@babel/core@^7.26.0":
3333
version "7.26.0"
@@ -84,20 +84,12 @@
8484
dependencies:
8585
"@babel/types" "^7.25.9"
8686

87-
"@babel/helper-builder-binary-assignment-operator-visitor@^7.25.9":
88-
version "7.25.9"
89-
resolved "https://registry.yarnpkg.com/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.25.9.tgz#f41752fe772a578e67286e6779a68a5a92de1ee9"
90-
integrity sha512-C47lC7LIDCnz0h4vai/tpNOI95tCd5ZT3iBt/DBH5lXKHZsyNQv18yf1wIIg2ntiQNgmAvA+DgZ82iW8Qdym8g==
91-
dependencies:
92-
"@babel/traverse" "^7.25.9"
93-
"@babel/types" "^7.25.9"
94-
95-
"@babel/helper-compilation-targets@^7.22.6", "@babel/helper-compilation-targets@^7.25.9":
96-
version "7.25.9"
97-
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.25.9.tgz#55af025ce365be3cdc0c1c1e56c6af617ce88875"
98-
integrity sha512-j9Db8Suy6yV/VHa4qzrj9yZfZxhLWQdVnRlXxmKLYlhWUVB1sB2G5sxuWYXk/whHD9iW76PmNzxZ4UCnTQTVEQ==
87+
"@babel/helper-compilation-targets@^7.22.6", "@babel/helper-compilation-targets@^7.25.9", "@babel/helper-compilation-targets@^7.26.5":
88+
version "7.26.5"
89+
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.26.5.tgz#75d92bb8d8d51301c0d49e52a65c9a7fe94514d8"
90+
integrity sha512-IXuyn5EkouFJscIDuFF5EsiSolseme1s0CZB+QxVugqJLYmKdxI1VfIBOst0SUu4rnk2Z7kqTwmoO1lp3HIfnA==
9991
dependencies:
100-
"@babel/compat-data" "^7.25.9"
92+
"@babel/compat-data" "^7.26.5"
10193
"@babel/helper-validator-option" "^7.25.9"
10294
browserslist "^4.24.0"
10395
lru-cache "^5.1.1"
@@ -188,10 +180,10 @@
188180
dependencies:
189181
"@babel/types" "^7.25.9"
190182

191-
"@babel/helper-plugin-utils@^7.0.0", "@babel/helper-plugin-utils@^7.18.6", "@babel/helper-plugin-utils@^7.22.5", "@babel/helper-plugin-utils@^7.25.9":
192-
version "7.25.9"
193-
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.25.9.tgz#9cbdd63a9443a2c92a725cca7ebca12cc8dd9f46"
194-
integrity sha512-kSMlyUVdWe25rEsRGviIgOWnoT/nfABVWlqt9N19/dIPWViAOW2s9wznP5tURbs/IDuNk4gPy3YdYRgH3uxhBw==
183+
"@babel/helper-plugin-utils@^7.0.0", "@babel/helper-plugin-utils@^7.18.6", "@babel/helper-plugin-utils@^7.22.5", "@babel/helper-plugin-utils@^7.25.9", "@babel/helper-plugin-utils@^7.26.5":
184+
version "7.26.5"
185+
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.26.5.tgz#18580d00c9934117ad719392c4f6585c9333cc35"
186+
integrity sha512-RS+jZcRdZdRFzMyr+wcsaqOmld1/EqTghfaBGQQd/WnRdzdlvSZ//kF7U8VQTxf1ynZ4cjUcYgjVGx13ewNPMg==
195187

196188
"@babel/helper-remap-async-to-generator@^7.25.9":
197189
version "7.25.9"
@@ -211,14 +203,6 @@
211203
"@babel/helper-optimise-call-expression" "^7.25.9"
212204
"@babel/traverse" "^7.25.9"
213205

214-
"@babel/helper-simple-access@^7.25.9":
215-
version "7.25.9"
216-
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.25.9.tgz#6d51783299884a2c74618d6ef0f86820ec2e7739"
217-
integrity sha512-c6WHXuiaRsJTyHYLJV75t9IqsmTbItYfdj99PnzYGQZkYKvan5/2jKJ7gu31J3/BJ/A18grImSPModuyG/Eo0Q==
218-
dependencies:
219-
"@babel/traverse" "^7.25.9"
220-
"@babel/types" "^7.25.9"
221-
222206
"@babel/helper-skip-transparent-expression-wrappers@^7.25.9":
223207
version "7.25.9"
224208
resolved "https://registry.yarnpkg.com/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.25.9.tgz#0b2e1b62d560d6b1954893fd2b705dc17c91f0c9"
@@ -364,12 +348,12 @@
364348
"@babel/helper-plugin-utils" "^7.25.9"
365349
"@babel/helper-remap-async-to-generator" "^7.25.9"
366350

367-
"@babel/plugin-transform-block-scoped-functions@^7.25.9":
368-
version "7.25.9"
369-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.25.9.tgz#5700691dbd7abb93de300ca7be94203764fce458"
370-
integrity sha512-toHc9fzab0ZfenFpsyYinOX0J/5dgJVA2fm64xPewu7CoYHWEivIWKxkK2rMi4r3yQqLnVmheMXRdG+k239CgA==
351+
"@babel/plugin-transform-block-scoped-functions@^7.26.5":
352+
version "7.26.5"
353+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.26.5.tgz#3dc4405d31ad1cbe45293aa57205a6e3b009d53e"
354+
integrity sha512-chuTSY+hq09+/f5lMj8ZSYgCFpppV2CbYrhNFJ1BFoXpiWPnnAb7R0MqrafCpN8E1+YRrtM1MXZHJdIx8B6rMQ==
371355
dependencies:
372-
"@babel/helper-plugin-utils" "^7.25.9"
356+
"@babel/helper-plugin-utils" "^7.26.5"
373357

374358
"@babel/plugin-transform-block-scoping@^7.25.9":
375359
version "7.25.9"
@@ -451,12 +435,11 @@
451435
dependencies:
452436
"@babel/helper-plugin-utils" "^7.25.9"
453437

454-
"@babel/plugin-transform-exponentiation-operator@^7.25.9":
455-
version "7.25.9"
456-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.25.9.tgz#ece47b70d236c1d99c263a1e22b62dc20a4c8b0f"
457-
integrity sha512-KRhdhlVk2nObA5AYa7QMgTMTVJdfHprfpAk4DjZVtllqRg9qarilstTKEhpVjyt+Npi8ThRyiV8176Am3CodPA==
438+
"@babel/plugin-transform-exponentiation-operator@^7.26.3":
439+
version "7.26.3"
440+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.26.3.tgz#e29f01b6de302c7c2c794277a48f04a9ca7f03bc"
441+
integrity sha512-7CAHcQ58z2chuXPWblnn1K6rLDnDWieghSOEmqQsrBenH0P9InCUtOJYD89pvngljmZlJcz3fcmgYsXFNGa1ZQ==
458442
dependencies:
459-
"@babel/helper-builder-binary-assignment-operator-visitor" "^7.25.9"
460443
"@babel/helper-plugin-utils" "^7.25.9"
461444

462445
"@babel/plugin-transform-export-namespace-from@^7.25.9":
@@ -519,14 +502,13 @@
519502
"@babel/helper-module-transforms" "^7.25.9"
520503
"@babel/helper-plugin-utils" "^7.25.9"
521504

522-
"@babel/plugin-transform-modules-commonjs@^7.25.9":
523-
version "7.25.9"
524-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.25.9.tgz#d165c8c569a080baf5467bda88df6425fc060686"
525-
integrity sha512-dwh2Ol1jWwL2MgkCzUSOvfmKElqQcuswAZypBSUsScMXvgdT8Ekq5YA6TtqpTVWH+4903NmboMuH1o9i8Rxlyg==
505+
"@babel/plugin-transform-modules-commonjs@^7.26.3":
506+
version "7.26.3"
507+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.26.3.tgz#8f011d44b20d02c3de44d8850d971d8497f981fb"
508+
integrity sha512-MgR55l4q9KddUDITEzEFYn5ZsGDXMSsU9E+kh7fjRXTIC3RHqfCo8RPRbyReYJh44HQ/yomFkqbOFohXvDCiIQ==
526509
dependencies:
527-
"@babel/helper-module-transforms" "^7.25.9"
510+
"@babel/helper-module-transforms" "^7.26.0"
528511
"@babel/helper-plugin-utils" "^7.25.9"
529-
"@babel/helper-simple-access" "^7.25.9"
530512

531513
"@babel/plugin-transform-modules-systemjs@^7.25.9":
532514
version "7.25.9"
@@ -561,12 +543,12 @@
561543
dependencies:
562544
"@babel/helper-plugin-utils" "^7.25.9"
563545

564-
"@babel/plugin-transform-nullish-coalescing-operator@^7.25.9":
565-
version "7.25.9"
566-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-nullish-coalescing-operator/-/plugin-transform-nullish-coalescing-operator-7.25.9.tgz#bcb1b0d9e948168102d5f7104375ca21c3266949"
567-
integrity sha512-ENfftpLZw5EItALAD4WsY/KUWvhUlZndm5GC7G3evUsVeSJB6p0pBeLQUnRnBCBx7zV0RKQjR9kCuwrsIrjWog==
546+
"@babel/plugin-transform-nullish-coalescing-operator@^7.26.6":
547+
version "7.26.6"
548+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-nullish-coalescing-operator/-/plugin-transform-nullish-coalescing-operator-7.26.6.tgz#fbf6b3c92cb509e7b319ee46e3da89c5bedd31fe"
549+
integrity sha512-CKW8Vu+uUZneQCPtXmSBUC6NCAUdya26hWCElAWh5mVSlSRsmiCPUUDKb3Z0szng1hiAJa098Hkhg9o4SE35Qw==
568550
dependencies:
569-
"@babel/helper-plugin-utils" "^7.25.9"
551+
"@babel/helper-plugin-utils" "^7.26.5"
570552

571553
"@babel/plugin-transform-numeric-separator@^7.25.9":
572554
version "7.25.9"
@@ -723,12 +705,12 @@
723705
dependencies:
724706
"@babel/helper-plugin-utils" "^7.25.9"
725707

726-
"@babel/plugin-transform-typeof-symbol@^7.25.9":
727-
version "7.25.9"
728-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.25.9.tgz#224ba48a92869ddbf81f9b4a5f1204bbf5a2bc4b"
729-
integrity sha512-v61XqUMiueJROUv66BVIOi0Fv/CUuZuZMl5NkRoCVxLAnMexZ0A3kMe7vvZ0nulxMuMp0Mk6S5hNh48yki08ZA==
708+
"@babel/plugin-transform-typeof-symbol@^7.26.7":
709+
version "7.26.7"
710+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.26.7.tgz#d0e33acd9223744c1e857dbd6fa17bd0a3786937"
711+
integrity sha512-jfoTXXZTgGg36BmhqT3cAYK5qkmqvJpvNrPhaK/52Vgjhw4Rq29s9UqpWWV0D6yuRmgiFH/BUVlkl96zJWqnaw==
730712
dependencies:
731-
"@babel/helper-plugin-utils" "^7.25.9"
713+
"@babel/helper-plugin-utils" "^7.26.5"
732714

733715
"@babel/plugin-transform-unicode-escapes@^7.25.9":
734716
version "7.25.9"
@@ -761,14 +743,14 @@
761743
"@babel/helper-create-regexp-features-plugin" "^7.25.9"
762744
"@babel/helper-plugin-utils" "^7.25.9"
763745

764-
"@babel/preset-env@^7.26.0":
765-
version "7.26.0"
766-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.26.0.tgz#30e5c6bc1bcc54865bff0c5a30f6d4ccdc7fa8b1"
767-
integrity sha512-H84Fxq0CQJNdPFT2DrfnylZ3cf5K43rGfWK4LJGPpjKHiZlk0/RzwEus3PDDZZg+/Er7lCA03MVacueUuXdzfw==
746+
"@babel/preset-env@^7.26.7":
747+
version "7.26.7"
748+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.26.7.tgz#24d38e211f4570b8d806337035cc3ae798e0c36d"
749+
integrity sha512-Ycg2tnXwixaXOVb29rana8HNPgLVBof8qqtNQ9LE22IoyZboQbGSxI6ZySMdW3K5nAe6gu35IaJefUJflhUFTQ==
768750
dependencies:
769-
"@babel/compat-data" "^7.26.0"
770-
"@babel/helper-compilation-targets" "^7.25.9"
771-
"@babel/helper-plugin-utils" "^7.25.9"
751+
"@babel/compat-data" "^7.26.5"
752+
"@babel/helper-compilation-targets" "^7.26.5"
753+
"@babel/helper-plugin-utils" "^7.26.5"
772754
"@babel/helper-validator-option" "^7.25.9"
773755
"@babel/plugin-bugfix-firefox-class-in-computed-class-key" "^7.25.9"
774756
"@babel/plugin-bugfix-safari-class-field-initializer-scope" "^7.25.9"
@@ -782,7 +764,7 @@
782764
"@babel/plugin-transform-arrow-functions" "^7.25.9"
783765
"@babel/plugin-transform-async-generator-functions" "^7.25.9"
784766
"@babel/plugin-transform-async-to-generator" "^7.25.9"
785-
"@babel/plugin-transform-block-scoped-functions" "^7.25.9"
767+
"@babel/plugin-transform-block-scoped-functions" "^7.26.5"
786768
"@babel/plugin-transform-block-scoping" "^7.25.9"
787769
"@babel/plugin-transform-class-properties" "^7.25.9"
788770
"@babel/plugin-transform-class-static-block" "^7.26.0"
@@ -793,7 +775,7 @@
793775
"@babel/plugin-transform-duplicate-keys" "^7.25.9"
794776
"@babel/plugin-transform-duplicate-named-capturing-groups-regex" "^7.25.9"
795777
"@babel/plugin-transform-dynamic-import" "^7.25.9"
796-
"@babel/plugin-transform-exponentiation-operator" "^7.25.9"
778+
"@babel/plugin-transform-exponentiation-operator" "^7.26.3"
797779
"@babel/plugin-transform-export-namespace-from" "^7.25.9"
798780
"@babel/plugin-transform-for-of" "^7.25.9"
799781
"@babel/plugin-transform-function-name" "^7.25.9"
@@ -802,12 +784,12 @@
802784
"@babel/plugin-transform-logical-assignment-operators" "^7.25.9"
803785
"@babel/plugin-transform-member-expression-literals" "^7.25.9"
804786
"@babel/plugin-transform-modules-amd" "^7.25.9"
805-
"@babel/plugin-transform-modules-commonjs" "^7.25.9"
787+
"@babel/plugin-transform-modules-commonjs" "^7.26.3"
806788
"@babel/plugin-transform-modules-systemjs" "^7.25.9"
807789
"@babel/plugin-transform-modules-umd" "^7.25.9"
808790
"@babel/plugin-transform-named-capturing-groups-regex" "^7.25.9"
809791
"@babel/plugin-transform-new-target" "^7.25.9"
810-
"@babel/plugin-transform-nullish-coalescing-operator" "^7.25.9"
792+
"@babel/plugin-transform-nullish-coalescing-operator" "^7.26.6"
811793
"@babel/plugin-transform-numeric-separator" "^7.25.9"
812794
"@babel/plugin-transform-object-rest-spread" "^7.25.9"
813795
"@babel/plugin-transform-object-super" "^7.25.9"
@@ -824,7 +806,7 @@
824806
"@babel/plugin-transform-spread" "^7.25.9"
825807
"@babel/plugin-transform-sticky-regex" "^7.25.9"
826808
"@babel/plugin-transform-template-literals" "^7.25.9"
827-
"@babel/plugin-transform-typeof-symbol" "^7.25.9"
809+
"@babel/plugin-transform-typeof-symbol" "^7.26.7"
828810
"@babel/plugin-transform-unicode-escapes" "^7.25.9"
829811
"@babel/plugin-transform-unicode-property-regex" "^7.25.9"
830812
"@babel/plugin-transform-unicode-regex" "^7.25.9"

0 commit comments

Comments
 (0)