Skip to content

Commit e4bd67f

Browse files
authored
Merge pull request #968 from KnpLabs/dependabot/npm_and_yarn/babel/preset-env-7.26.7
chore(deps-dev): bump @babel/preset-env from 7.26.0 to 7.26.7
2 parents f82d0c5 + 9088a41 commit e4bd67f

File tree

3 files changed

+51
-69
lines changed

3 files changed

+51
-69
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ RUN apt-get update \
1313
&& apt-get update \
1414
&& apt-get install -y \
1515
procps=2:4.0.2-3 \
16-
google-chrome-stable=130.* \
16+
google-chrome-stable=132.* \
1717
fonts-ipafont-gothic=00303-23 \
1818
fonts-wqy-zenhei=0.9.45-8 \
1919
fonts-thai-tlwg=1:0.7.3-1 \

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"@babel/cli": "^7.25.9",
1616
"@babel/core": "^7.26.0",
1717
"@babel/node": "^7.26.0",
18-
"@babel/preset-env": "^7.26.0",
18+
"@babel/preset-env": "^7.26.7",
1919
"babel-jest": "^29.7.0",
2020
"eslint": "^8.57.1",
2121
"eslint-plugin-jest": "^28.9.0",

yarn.lock

Lines changed: 49 additions & 67 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,10 @@
4040
js-tokens "^4.0.0"
4141
picocolors "^1.0.0"
4242

43-
"@babel/compat-data@^7.22.6", "@babel/compat-data@^7.25.9", "@babel/compat-data@^7.26.0":
44-
version "7.26.0"
45-
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.26.0.tgz#f02ba6d34e88fadd5e8861e8b38902f43cc1c819"
46-
integrity sha512-qETICbZSLe7uXv9VE8T/RWOdIE5qqyTucOt4zLYMafj2MRO271VGgLd4RACJMeBO37UPWhXiKMBk7YlJ0fOzQA==
43+
"@babel/compat-data@^7.22.6", "@babel/compat-data@^7.26.5":
44+
version "7.26.5"
45+
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.26.5.tgz#df93ac37f4417854130e21d72c66ff3d4b897fc7"
46+
integrity sha512-XvcZi1KWf88RVbF9wn8MN6tYFloU5qX8KjuF3E1PVBmJ9eypXfs4GRiJwLuTZL0iSnJUKn1BFPa5BPZZJyFzPg==
4747

4848
"@babel/core@^7.11.6", "@babel/core@^7.12.3", "@babel/core@^7.26.0":
4949
version "7.26.0"
@@ -91,20 +91,12 @@
9191
dependencies:
9292
"@babel/types" "^7.25.9"
9393

94-
"@babel/helper-builder-binary-assignment-operator-visitor@^7.25.9":
95-
version "7.25.9"
96-
resolved "https://registry.yarnpkg.com/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.25.9.tgz#f41752fe772a578e67286e6779a68a5a92de1ee9"
97-
integrity sha512-C47lC7LIDCnz0h4vai/tpNOI95tCd5ZT3iBt/DBH5lXKHZsyNQv18yf1wIIg2ntiQNgmAvA+DgZ82iW8Qdym8g==
98-
dependencies:
99-
"@babel/traverse" "^7.25.9"
100-
"@babel/types" "^7.25.9"
101-
102-
"@babel/helper-compilation-targets@^7.22.6", "@babel/helper-compilation-targets@^7.25.9":
103-
version "7.25.9"
104-
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.25.9.tgz#55af025ce365be3cdc0c1c1e56c6af617ce88875"
105-
integrity sha512-j9Db8Suy6yV/VHa4qzrj9yZfZxhLWQdVnRlXxmKLYlhWUVB1sB2G5sxuWYXk/whHD9iW76PmNzxZ4UCnTQTVEQ==
94+
"@babel/helper-compilation-targets@^7.22.6", "@babel/helper-compilation-targets@^7.25.9", "@babel/helper-compilation-targets@^7.26.5":
95+
version "7.26.5"
96+
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.26.5.tgz#75d92bb8d8d51301c0d49e52a65c9a7fe94514d8"
97+
integrity sha512-IXuyn5EkouFJscIDuFF5EsiSolseme1s0CZB+QxVugqJLYmKdxI1VfIBOst0SUu4rnk2Z7kqTwmoO1lp3HIfnA==
10698
dependencies:
107-
"@babel/compat-data" "^7.25.9"
99+
"@babel/compat-data" "^7.26.5"
108100
"@babel/helper-validator-option" "^7.25.9"
109101
browserslist "^4.24.0"
110102
lru-cache "^5.1.1"
@@ -194,10 +186,10 @@
194186
dependencies:
195187
"@babel/types" "^7.25.9"
196188

197-
"@babel/helper-plugin-utils@^7.0.0", "@babel/helper-plugin-utils@^7.10.4", "@babel/helper-plugin-utils@^7.12.13", "@babel/helper-plugin-utils@^7.14.5", "@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.8.0":
198-
version "7.25.9"
199-
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.25.9.tgz#9cbdd63a9443a2c92a725cca7ebca12cc8dd9f46"
200-
integrity sha512-kSMlyUVdWe25rEsRGviIgOWnoT/nfABVWlqt9N19/dIPWViAOW2s9wznP5tURbs/IDuNk4gPy3YdYRgH3uxhBw==
189+
"@babel/helper-plugin-utils@^7.0.0", "@babel/helper-plugin-utils@^7.10.4", "@babel/helper-plugin-utils@^7.12.13", "@babel/helper-plugin-utils@^7.14.5", "@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", "@babel/helper-plugin-utils@^7.8.0":
190+
version "7.26.5"
191+
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.26.5.tgz#18580d00c9934117ad719392c4f6585c9333cc35"
192+
integrity sha512-RS+jZcRdZdRFzMyr+wcsaqOmld1/EqTghfaBGQQd/WnRdzdlvSZ//kF7U8VQTxf1ynZ4cjUcYgjVGx13ewNPMg==
201193

202194
"@babel/helper-remap-async-to-generator@^7.25.9":
203195
version "7.25.9"
@@ -217,14 +209,6 @@
217209
"@babel/helper-optimise-call-expression" "^7.25.9"
218210
"@babel/traverse" "^7.25.9"
219211

220-
"@babel/helper-simple-access@^7.25.9":
221-
version "7.25.9"
222-
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.25.9.tgz#6d51783299884a2c74618d6ef0f86820ec2e7739"
223-
integrity sha512-c6WHXuiaRsJTyHYLJV75t9IqsmTbItYfdj99PnzYGQZkYKvan5/2jKJ7gu31J3/BJ/A18grImSPModuyG/Eo0Q==
224-
dependencies:
225-
"@babel/traverse" "^7.25.9"
226-
"@babel/types" "^7.25.9"
227-
228212
"@babel/helper-skip-transparent-expression-wrappers@^7.25.9":
229213
version "7.25.9"
230214
resolved "https://registry.yarnpkg.com/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.25.9.tgz#0b2e1b62d560d6b1954893fd2b705dc17c91f0c9"
@@ -473,12 +457,12 @@
473457
"@babel/helper-plugin-utils" "^7.25.9"
474458
"@babel/helper-remap-async-to-generator" "^7.25.9"
475459

476-
"@babel/plugin-transform-block-scoped-functions@^7.25.9":
477-
version "7.25.9"
478-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.25.9.tgz#5700691dbd7abb93de300ca7be94203764fce458"
479-
integrity sha512-toHc9fzab0ZfenFpsyYinOX0J/5dgJVA2fm64xPewu7CoYHWEivIWKxkK2rMi4r3yQqLnVmheMXRdG+k239CgA==
460+
"@babel/plugin-transform-block-scoped-functions@^7.26.5":
461+
version "7.26.5"
462+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.26.5.tgz#3dc4405d31ad1cbe45293aa57205a6e3b009d53e"
463+
integrity sha512-chuTSY+hq09+/f5lMj8ZSYgCFpppV2CbYrhNFJ1BFoXpiWPnnAb7R0MqrafCpN8E1+YRrtM1MXZHJdIx8B6rMQ==
480464
dependencies:
481-
"@babel/helper-plugin-utils" "^7.25.9"
465+
"@babel/helper-plugin-utils" "^7.26.5"
482466

483467
"@babel/plugin-transform-block-scoping@^7.25.9":
484468
version "7.25.9"
@@ -560,12 +544,11 @@
560544
dependencies:
561545
"@babel/helper-plugin-utils" "^7.25.9"
562546

563-
"@babel/plugin-transform-exponentiation-operator@^7.25.9":
564-
version "7.25.9"
565-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.25.9.tgz#ece47b70d236c1d99c263a1e22b62dc20a4c8b0f"
566-
integrity sha512-KRhdhlVk2nObA5AYa7QMgTMTVJdfHprfpAk4DjZVtllqRg9qarilstTKEhpVjyt+Npi8ThRyiV8176Am3CodPA==
547+
"@babel/plugin-transform-exponentiation-operator@^7.26.3":
548+
version "7.26.3"
549+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.26.3.tgz#e29f01b6de302c7c2c794277a48f04a9ca7f03bc"
550+
integrity sha512-7CAHcQ58z2chuXPWblnn1K6rLDnDWieghSOEmqQsrBenH0P9InCUtOJYD89pvngljmZlJcz3fcmgYsXFNGa1ZQ==
567551
dependencies:
568-
"@babel/helper-builder-binary-assignment-operator-visitor" "^7.25.9"
569552
"@babel/helper-plugin-utils" "^7.25.9"
570553

571554
"@babel/plugin-transform-export-namespace-from@^7.25.9":
@@ -628,14 +611,13 @@
628611
"@babel/helper-module-transforms" "^7.25.9"
629612
"@babel/helper-plugin-utils" "^7.25.9"
630613

631-
"@babel/plugin-transform-modules-commonjs@^7.25.9":
632-
version "7.25.9"
633-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.25.9.tgz#d165c8c569a080baf5467bda88df6425fc060686"
634-
integrity sha512-dwh2Ol1jWwL2MgkCzUSOvfmKElqQcuswAZypBSUsScMXvgdT8Ekq5YA6TtqpTVWH+4903NmboMuH1o9i8Rxlyg==
614+
"@babel/plugin-transform-modules-commonjs@^7.26.3":
615+
version "7.26.3"
616+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.26.3.tgz#8f011d44b20d02c3de44d8850d971d8497f981fb"
617+
integrity sha512-MgR55l4q9KddUDITEzEFYn5ZsGDXMSsU9E+kh7fjRXTIC3RHqfCo8RPRbyReYJh44HQ/yomFkqbOFohXvDCiIQ==
635618
dependencies:
636-
"@babel/helper-module-transforms" "^7.25.9"
619+
"@babel/helper-module-transforms" "^7.26.0"
637620
"@babel/helper-plugin-utils" "^7.25.9"
638-
"@babel/helper-simple-access" "^7.25.9"
639621

640622
"@babel/plugin-transform-modules-systemjs@^7.25.9":
641623
version "7.25.9"
@@ -670,12 +652,12 @@
670652
dependencies:
671653
"@babel/helper-plugin-utils" "^7.25.9"
672654

673-
"@babel/plugin-transform-nullish-coalescing-operator@^7.25.9":
674-
version "7.25.9"
675-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-nullish-coalescing-operator/-/plugin-transform-nullish-coalescing-operator-7.25.9.tgz#bcb1b0d9e948168102d5f7104375ca21c3266949"
676-
integrity sha512-ENfftpLZw5EItALAD4WsY/KUWvhUlZndm5GC7G3evUsVeSJB6p0pBeLQUnRnBCBx7zV0RKQjR9kCuwrsIrjWog==
655+
"@babel/plugin-transform-nullish-coalescing-operator@^7.26.6":
656+
version "7.26.6"
657+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-nullish-coalescing-operator/-/plugin-transform-nullish-coalescing-operator-7.26.6.tgz#fbf6b3c92cb509e7b319ee46e3da89c5bedd31fe"
658+
integrity sha512-CKW8Vu+uUZneQCPtXmSBUC6NCAUdya26hWCElAWh5mVSlSRsmiCPUUDKb3Z0szng1hiAJa098Hkhg9o4SE35Qw==
677659
dependencies:
678-
"@babel/helper-plugin-utils" "^7.25.9"
660+
"@babel/helper-plugin-utils" "^7.26.5"
679661

680662
"@babel/plugin-transform-numeric-separator@^7.25.9":
681663
version "7.25.9"
@@ -799,12 +781,12 @@
799781
dependencies:
800782
"@babel/helper-plugin-utils" "^7.25.9"
801783

802-
"@babel/plugin-transform-typeof-symbol@^7.25.9":
803-
version "7.25.9"
804-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.25.9.tgz#224ba48a92869ddbf81f9b4a5f1204bbf5a2bc4b"
805-
integrity sha512-v61XqUMiueJROUv66BVIOi0Fv/CUuZuZMl5NkRoCVxLAnMexZ0A3kMe7vvZ0nulxMuMp0Mk6S5hNh48yki08ZA==
784+
"@babel/plugin-transform-typeof-symbol@^7.26.7":
785+
version "7.26.7"
786+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.26.7.tgz#d0e33acd9223744c1e857dbd6fa17bd0a3786937"
787+
integrity sha512-jfoTXXZTgGg36BmhqT3cAYK5qkmqvJpvNrPhaK/52Vgjhw4Rq29s9UqpWWV0D6yuRmgiFH/BUVlkl96zJWqnaw==
806788
dependencies:
807-
"@babel/helper-plugin-utils" "^7.25.9"
789+
"@babel/helper-plugin-utils" "^7.26.5"
808790

809791
"@babel/plugin-transform-unicode-escapes@^7.25.9":
810792
version "7.25.9"
@@ -837,14 +819,14 @@
837819
"@babel/helper-create-regexp-features-plugin" "^7.25.9"
838820
"@babel/helper-plugin-utils" "^7.25.9"
839821

840-
"@babel/preset-env@^7.26.0":
841-
version "7.26.0"
842-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.26.0.tgz#30e5c6bc1bcc54865bff0c5a30f6d4ccdc7fa8b1"
843-
integrity sha512-H84Fxq0CQJNdPFT2DrfnylZ3cf5K43rGfWK4LJGPpjKHiZlk0/RzwEus3PDDZZg+/Er7lCA03MVacueUuXdzfw==
822+
"@babel/preset-env@^7.26.7":
823+
version "7.26.7"
824+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.26.7.tgz#24d38e211f4570b8d806337035cc3ae798e0c36d"
825+
integrity sha512-Ycg2tnXwixaXOVb29rana8HNPgLVBof8qqtNQ9LE22IoyZboQbGSxI6ZySMdW3K5nAe6gu35IaJefUJflhUFTQ==
844826
dependencies:
845-
"@babel/compat-data" "^7.26.0"
846-
"@babel/helper-compilation-targets" "^7.25.9"
847-
"@babel/helper-plugin-utils" "^7.25.9"
827+
"@babel/compat-data" "^7.26.5"
828+
"@babel/helper-compilation-targets" "^7.26.5"
829+
"@babel/helper-plugin-utils" "^7.26.5"
848830
"@babel/helper-validator-option" "^7.25.9"
849831
"@babel/plugin-bugfix-firefox-class-in-computed-class-key" "^7.25.9"
850832
"@babel/plugin-bugfix-safari-class-field-initializer-scope" "^7.25.9"
@@ -858,7 +840,7 @@
858840
"@babel/plugin-transform-arrow-functions" "^7.25.9"
859841
"@babel/plugin-transform-async-generator-functions" "^7.25.9"
860842
"@babel/plugin-transform-async-to-generator" "^7.25.9"
861-
"@babel/plugin-transform-block-scoped-functions" "^7.25.9"
843+
"@babel/plugin-transform-block-scoped-functions" "^7.26.5"
862844
"@babel/plugin-transform-block-scoping" "^7.25.9"
863845
"@babel/plugin-transform-class-properties" "^7.25.9"
864846
"@babel/plugin-transform-class-static-block" "^7.26.0"
@@ -869,7 +851,7 @@
869851
"@babel/plugin-transform-duplicate-keys" "^7.25.9"
870852
"@babel/plugin-transform-duplicate-named-capturing-groups-regex" "^7.25.9"
871853
"@babel/plugin-transform-dynamic-import" "^7.25.9"
872-
"@babel/plugin-transform-exponentiation-operator" "^7.25.9"
854+
"@babel/plugin-transform-exponentiation-operator" "^7.26.3"
873855
"@babel/plugin-transform-export-namespace-from" "^7.25.9"
874856
"@babel/plugin-transform-for-of" "^7.25.9"
875857
"@babel/plugin-transform-function-name" "^7.25.9"
@@ -878,12 +860,12 @@
878860
"@babel/plugin-transform-logical-assignment-operators" "^7.25.9"
879861
"@babel/plugin-transform-member-expression-literals" "^7.25.9"
880862
"@babel/plugin-transform-modules-amd" "^7.25.9"
881-
"@babel/plugin-transform-modules-commonjs" "^7.25.9"
863+
"@babel/plugin-transform-modules-commonjs" "^7.26.3"
882864
"@babel/plugin-transform-modules-systemjs" "^7.25.9"
883865
"@babel/plugin-transform-modules-umd" "^7.25.9"
884866
"@babel/plugin-transform-named-capturing-groups-regex" "^7.25.9"
885867
"@babel/plugin-transform-new-target" "^7.25.9"
886-
"@babel/plugin-transform-nullish-coalescing-operator" "^7.25.9"
868+
"@babel/plugin-transform-nullish-coalescing-operator" "^7.26.6"
887869
"@babel/plugin-transform-numeric-separator" "^7.25.9"
888870
"@babel/plugin-transform-object-rest-spread" "^7.25.9"
889871
"@babel/plugin-transform-object-super" "^7.25.9"
@@ -900,7 +882,7 @@
900882
"@babel/plugin-transform-spread" "^7.25.9"
901883
"@babel/plugin-transform-sticky-regex" "^7.25.9"
902884
"@babel/plugin-transform-template-literals" "^7.25.9"
903-
"@babel/plugin-transform-typeof-symbol" "^7.25.9"
885+
"@babel/plugin-transform-typeof-symbol" "^7.26.7"
904886
"@babel/plugin-transform-unicode-escapes" "^7.25.9"
905887
"@babel/plugin-transform-unicode-property-regex" "^7.25.9"
906888
"@babel/plugin-transform-unicode-regex" "^7.25.9"

0 commit comments

Comments
 (0)