Skip to content

Commit 19d50de

Browse files
committed
chore(deps): update dependency @babel/preset-env to v7.24.8
1 parent 20157a1 commit 19d50de

File tree

2 files changed

+128
-44
lines changed

2 files changed

+128
-44
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"prepare": "husky install"
4949
},
5050
"devDependencies": {
51-
"@babel/preset-env": "7.24.7",
51+
"@babel/preset-env": "7.24.8",
5252
"@rollup/plugin-babel": "6.0.4",
5353
"@rollup/plugin-node-resolve": "15.2.3",
5454
"@types/jest": "29.5.12",

yarn.lock

+127-43
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,11 @@
5353
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.24.7.tgz#d23bbea508c3883ba8251fb4164982c36ea577ed"
5454
integrity sha512-qJzAIcv03PyaWqxRgO4mSU3lihncDT296vnyuE2O8uA4w3UHWI4S3hgeZd1L8W1Bft40w9JxJ2b412iDUFFRhw==
5555

56+
"@babel/compat-data@^7.24.8":
57+
version "7.24.8"
58+
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.24.8.tgz#f9196455334c38d059ac8b1a16a51decda9d30d3"
59+
integrity sha512-c4IM7OTg6k1Q+AJ153e2mc2QVTezTwnb4VzquwcyiEzGnW0Kedv4do/TrkU98qPeC5LNiMt/QXwIjzYXLBpyZg==
60+
5661
"@babel/core@^7.11.6", "@babel/core@^7.12.3":
5762
version "7.22.9"
5863
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.22.9.tgz#bd96492c68822198f33e8a256061da3cf391f58f"
@@ -138,6 +143,17 @@
138143
lru-cache "^5.1.1"
139144
semver "^6.3.1"
140145

146+
"@babel/helper-compilation-targets@^7.24.8":
147+
version "7.24.8"
148+
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.24.8.tgz#b607c3161cd9d1744977d4f97139572fe778c271"
149+
integrity sha512-oU+UoqCHdp+nWVDkpldqIQL/i/bvAv53tRqLG/s+cOXxe66zOYLU7ar/Xs3LdmBihrUMEUhwu6dMZwbNOYDwvw==
150+
dependencies:
151+
"@babel/compat-data" "^7.24.8"
152+
"@babel/helper-validator-option" "^7.24.8"
153+
browserslist "^4.23.1"
154+
lru-cache "^5.1.1"
155+
semver "^6.3.1"
156+
141157
"@babel/helper-create-class-features-plugin@^7.24.7":
142158
version "7.24.7"
143159
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.24.7.tgz#2eaed36b3a1c11c53bdf80d53838b293c52f5b3b"
@@ -269,6 +285,17 @@
269285
"@babel/helper-split-export-declaration" "^7.24.7"
270286
"@babel/helper-validator-identifier" "^7.24.7"
271287

288+
"@babel/helper-module-transforms@^7.24.8":
289+
version "7.24.8"
290+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.24.8.tgz#b1f2df4f96f3465b0d035b697ec86cb51ff348fe"
291+
integrity sha512-m4vWKVqvkVAWLXfHCCfff2luJj86U+J0/x+0N3ArG/tP0Fq7zky2dYwMbtPmkc/oulkkbjdL3uWzuoBwQ8R00Q==
292+
dependencies:
293+
"@babel/helper-environment-visitor" "^7.24.7"
294+
"@babel/helper-module-imports" "^7.24.7"
295+
"@babel/helper-simple-access" "^7.24.7"
296+
"@babel/helper-split-export-declaration" "^7.24.7"
297+
"@babel/helper-validator-identifier" "^7.24.7"
298+
272299
"@babel/helper-optimise-call-expression@^7.24.7":
273300
version "7.24.7"
274301
resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.24.7.tgz#8b0a0456c92f6b323d27cfd00d1d664e76692a0f"
@@ -286,6 +313,11 @@
286313
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.24.7.tgz#98c84fe6fe3d0d3ae7bfc3a5e166a46844feb2a0"
287314
integrity sha512-Rq76wjt7yz9AAc1KnlRKNAi/dMSVWgDRx43FHoJEbcYU6xOWaE2dVPwcdTukJrjxS65GITyfbvEYHvkirZ6uEg==
288315

316+
"@babel/helper-plugin-utils@^7.24.8":
317+
version "7.24.8"
318+
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.24.8.tgz#94ee67e8ec0e5d44ea7baeb51e571bd26af07878"
319+
integrity sha512-FFWx5142D8h2Mgr/iPVGH5G7w6jDn4jUSpZTyDnQO0Yn7Ks2Kuz6Pci8H6MPCoUJegd/UZQ3tAvfLCxQSnWWwg==
320+
289321
"@babel/helper-remap-async-to-generator@^7.24.7":
290322
version "7.24.7"
291323
resolved "https://registry.yarnpkg.com/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.24.7.tgz#b3f0f203628522713849d49403f1a414468be4c7"
@@ -376,6 +408,11 @@
376408
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.24.7.tgz#24c3bb77c7a425d1742eec8fb433b5a1b38e62f6"
377409
integrity sha512-yy1/KvjhV/ZCL+SM7hBrvnZJ3ZuT9OuZgIJAGpPEToANvc3iM6iDvBnRjtElWibHU6n8/LPR/EjX9EtIEYO3pw==
378410

411+
"@babel/helper-validator-option@^7.24.8":
412+
version "7.24.8"
413+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.24.8.tgz#3725cdeea8b480e86d34df15304806a06975e33d"
414+
integrity sha512-xb8t9tD1MHLungh/AIoWYN+gVHaB9kwlu8gffXGSt3FFEIT7RjS+xWbc2vUD1UTZdIpKj/ab3rdqJ7ufngyi2Q==
415+
379416
"@babel/helper-wrap-function@^7.24.7":
380417
version "7.24.7"
381418
resolved "https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.24.7.tgz#52d893af7e42edca7c6d2c6764549826336aae1f"
@@ -676,16 +713,16 @@
676713
"@babel/helper-plugin-utils" "^7.24.7"
677714
"@babel/plugin-syntax-class-static-block" "^7.14.5"
678715

679-
"@babel/plugin-transform-classes@^7.24.7":
680-
version "7.24.7"
681-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.24.7.tgz#4ae6ef43a12492134138c1e45913f7c46c41b4bf"
682-
integrity sha512-CFbbBigp8ln4FU6Bpy6g7sE8B/WmCmzvivzUC6xDAdWVsjYTXijpuuGJmYkAaoWAzcItGKT3IOAbxRItZ5HTjw==
716+
"@babel/plugin-transform-classes@^7.24.8":
717+
version "7.24.8"
718+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.24.8.tgz#ad23301fe5bc153ca4cf7fb572a9bc8b0b711cf7"
719+
integrity sha512-VXy91c47uujj758ud9wx+OMgheXm4qJfyhj1P18YvlrQkNOSrwsteHk+EFS3OMGfhMhpZa0A+81eE7G4QC+3CA==
683720
dependencies:
684721
"@babel/helper-annotate-as-pure" "^7.24.7"
685-
"@babel/helper-compilation-targets" "^7.24.7"
722+
"@babel/helper-compilation-targets" "^7.24.8"
686723
"@babel/helper-environment-visitor" "^7.24.7"
687724
"@babel/helper-function-name" "^7.24.7"
688-
"@babel/helper-plugin-utils" "^7.24.7"
725+
"@babel/helper-plugin-utils" "^7.24.8"
689726
"@babel/helper-replace-supers" "^7.24.7"
690727
"@babel/helper-split-export-declaration" "^7.24.7"
691728
globals "^11.1.0"
@@ -698,12 +735,12 @@
698735
"@babel/helper-plugin-utils" "^7.24.7"
699736
"@babel/template" "^7.24.7"
700737

701-
"@babel/plugin-transform-destructuring@^7.24.7":
702-
version "7.24.7"
703-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.24.7.tgz#a097f25292defb6e6cc16d6333a4cfc1e3c72d9e"
704-
integrity sha512-19eJO/8kdCQ9zISOf+SEUJM/bAUIsvY3YDnXZTupUCQ8LgrWnsG/gFB9dvXqdXnRXMAM8fvt7b0CBKQHNGy1mw==
738+
"@babel/plugin-transform-destructuring@^7.24.8":
739+
version "7.24.8"
740+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.24.8.tgz#c828e814dbe42a2718a838c2a2e16a408e055550"
741+
integrity sha512-36e87mfY8TnRxc7yc6M9g9gOB7rKgSahqkIKwLpz4Ppk2+zC2Cy1is0uwtuSG6AE4zlTOUa+7JGz9jCJGLqQFQ==
705742
dependencies:
706-
"@babel/helper-plugin-utils" "^7.24.7"
743+
"@babel/helper-plugin-utils" "^7.24.8"
707744

708745
"@babel/plugin-transform-dotall-regex@^7.24.7":
709746
version "7.24.7"
@@ -799,13 +836,13 @@
799836
"@babel/helper-module-transforms" "^7.24.7"
800837
"@babel/helper-plugin-utils" "^7.24.7"
801838

802-
"@babel/plugin-transform-modules-commonjs@^7.24.7":
803-
version "7.24.7"
804-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.24.7.tgz#9fd5f7fdadee9085886b183f1ad13d1ab260f4ab"
805-
integrity sha512-iFI8GDxtevHJ/Z22J5xQpVqFLlMNstcLXh994xifFwxxGslr2ZXXLWgtBeLctOD63UFDArdvN6Tg8RFw+aEmjQ==
839+
"@babel/plugin-transform-modules-commonjs@^7.24.8":
840+
version "7.24.8"
841+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.24.8.tgz#ab6421e564b717cb475d6fff70ae7f103536ea3c"
842+
integrity sha512-WHsk9H8XxRs3JXKWFiqtQebdh9b/pTk4EgueygFzYlTKAg0Ud985mSevdNjdXdFBATSKVJGQXP1tv6aGbssLKA==
806843
dependencies:
807-
"@babel/helper-module-transforms" "^7.24.7"
808-
"@babel/helper-plugin-utils" "^7.24.7"
844+
"@babel/helper-module-transforms" "^7.24.8"
845+
"@babel/helper-plugin-utils" "^7.24.8"
809846
"@babel/helper-simple-access" "^7.24.7"
810847

811848
"@babel/plugin-transform-modules-systemjs@^7.24.7":
@@ -892,6 +929,15 @@
892929
"@babel/helper-skip-transparent-expression-wrappers" "^7.24.7"
893930
"@babel/plugin-syntax-optional-chaining" "^7.8.3"
894931

932+
"@babel/plugin-transform-optional-chaining@^7.24.8":
933+
version "7.24.8"
934+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-optional-chaining/-/plugin-transform-optional-chaining-7.24.8.tgz#bb02a67b60ff0406085c13d104c99a835cdf365d"
935+
integrity sha512-5cTOLSMs9eypEy8JUVvIKOu6NgvbJMnpG62VpIHrTmROdQ+L5mDAaI40g25k5vXti55JWNX5jCkq3HZxXBQANw==
936+
dependencies:
937+
"@babel/helper-plugin-utils" "^7.24.8"
938+
"@babel/helper-skip-transparent-expression-wrappers" "^7.24.7"
939+
"@babel/plugin-syntax-optional-chaining" "^7.8.3"
940+
895941
"@babel/plugin-transform-parameters@^7.24.7":
896942
version "7.24.7"
897943
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.24.7.tgz#5881f0ae21018400e320fc7eb817e529d1254b68"
@@ -968,12 +1014,12 @@
9681014
dependencies:
9691015
"@babel/helper-plugin-utils" "^7.24.7"
9701016

971-
"@babel/plugin-transform-typeof-symbol@^7.24.7":
972-
version "7.24.7"
973-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.24.7.tgz#f074be466580d47d6e6b27473a840c9f9ca08fb0"
974-
integrity sha512-VtR8hDy7YLB7+Pet9IarXjg/zgCMSF+1mNS/EQEiEaUPoFXCVsHG64SIxcaaI2zJgRiv+YmgaQESUfWAdbjzgg==
1017+
"@babel/plugin-transform-typeof-symbol@^7.24.8":
1018+
version "7.24.8"
1019+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.24.8.tgz#383dab37fb073f5bfe6e60c654caac309f92ba1c"
1020+
integrity sha512-adNTUpDCVnmAE58VEqKlAA6ZBlNkMnWD0ZcW76lyNFN3MJniyGFZfNwERVk8Ap56MCnXztmDr19T4mPTztcuaw==
9751021
dependencies:
976-
"@babel/helper-plugin-utils" "^7.24.7"
1022+
"@babel/helper-plugin-utils" "^7.24.8"
9771023

9781024
"@babel/plugin-transform-unicode-escapes@^7.24.7":
9791025
version "7.24.7"
@@ -1006,15 +1052,15 @@
10061052
"@babel/helper-create-regexp-features-plugin" "^7.24.7"
10071053
"@babel/helper-plugin-utils" "^7.24.7"
10081054

1009-
"@babel/[email protected].7":
1010-
version "7.24.7"
1011-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.24.7.tgz#ff067b4e30ba4a72f225f12f123173e77b987f37"
1012-
integrity sha512-1YZNsc+y6cTvWlDHidMBsQZrZfEFjRIo/BZCT906PMdzOyXtSLTgqGdrpcuTDCXyd11Am5uQULtDIcCfnTc8fQ==
1055+
"@babel/[email protected].8":
1056+
version "7.24.8"
1057+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.24.8.tgz#e0db94d7f17d6f0e2564e8d29190bc8cdacec2d1"
1058+
integrity sha512-vObvMZB6hNWuDxhSaEPTKCwcqkAIuDtE+bQGn4XMXne1DSLzFVY8Vmj1bm+mUQXYNN8NmaQEO+r8MMbzPr1jBQ==
10131059
dependencies:
1014-
"@babel/compat-data" "^7.24.7"
1015-
"@babel/helper-compilation-targets" "^7.24.7"
1016-
"@babel/helper-plugin-utils" "^7.24.7"
1017-
"@babel/helper-validator-option" "^7.24.7"
1060+
"@babel/compat-data" "^7.24.8"
1061+
"@babel/helper-compilation-targets" "^7.24.8"
1062+
"@babel/helper-plugin-utils" "^7.24.8"
1063+
"@babel/helper-validator-option" "^7.24.8"
10181064
"@babel/plugin-bugfix-firefox-class-in-computed-class-key" "^7.24.7"
10191065
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression" "^7.24.7"
10201066
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.24.7"
@@ -1045,9 +1091,9 @@
10451091
"@babel/plugin-transform-block-scoping" "^7.24.7"
10461092
"@babel/plugin-transform-class-properties" "^7.24.7"
10471093
"@babel/plugin-transform-class-static-block" "^7.24.7"
1048-
"@babel/plugin-transform-classes" "^7.24.7"
1094+
"@babel/plugin-transform-classes" "^7.24.8"
10491095
"@babel/plugin-transform-computed-properties" "^7.24.7"
1050-
"@babel/plugin-transform-destructuring" "^7.24.7"
1096+
"@babel/plugin-transform-destructuring" "^7.24.8"
10511097
"@babel/plugin-transform-dotall-regex" "^7.24.7"
10521098
"@babel/plugin-transform-duplicate-keys" "^7.24.7"
10531099
"@babel/plugin-transform-dynamic-import" "^7.24.7"
@@ -1060,7 +1106,7 @@
10601106
"@babel/plugin-transform-logical-assignment-operators" "^7.24.7"
10611107
"@babel/plugin-transform-member-expression-literals" "^7.24.7"
10621108
"@babel/plugin-transform-modules-amd" "^7.24.7"
1063-
"@babel/plugin-transform-modules-commonjs" "^7.24.7"
1109+
"@babel/plugin-transform-modules-commonjs" "^7.24.8"
10641110
"@babel/plugin-transform-modules-systemjs" "^7.24.7"
10651111
"@babel/plugin-transform-modules-umd" "^7.24.7"
10661112
"@babel/plugin-transform-named-capturing-groups-regex" "^7.24.7"
@@ -1070,7 +1116,7 @@
10701116
"@babel/plugin-transform-object-rest-spread" "^7.24.7"
10711117
"@babel/plugin-transform-object-super" "^7.24.7"
10721118
"@babel/plugin-transform-optional-catch-binding" "^7.24.7"
1073-
"@babel/plugin-transform-optional-chaining" "^7.24.7"
1119+
"@babel/plugin-transform-optional-chaining" "^7.24.8"
10741120
"@babel/plugin-transform-parameters" "^7.24.7"
10751121
"@babel/plugin-transform-private-methods" "^7.24.7"
10761122
"@babel/plugin-transform-private-property-in-object" "^7.24.7"
@@ -1081,7 +1127,7 @@
10811127
"@babel/plugin-transform-spread" "^7.24.7"
10821128
"@babel/plugin-transform-sticky-regex" "^7.24.7"
10831129
"@babel/plugin-transform-template-literals" "^7.24.7"
1084-
"@babel/plugin-transform-typeof-symbol" "^7.24.7"
1130+
"@babel/plugin-transform-typeof-symbol" "^7.24.8"
10851131
"@babel/plugin-transform-unicode-escapes" "^7.24.7"
10861132
"@babel/plugin-transform-unicode-property-regex" "^7.24.7"
10871133
"@babel/plugin-transform-unicode-regex" "^7.24.7"
@@ -1090,7 +1136,7 @@
10901136
babel-plugin-polyfill-corejs2 "^0.4.10"
10911137
babel-plugin-polyfill-corejs3 "^0.10.4"
10921138
babel-plugin-polyfill-regenerator "^0.6.1"
1093-
core-js-compat "^3.31.0"
1139+
core-js-compat "^3.37.1"
10941140
semver "^6.3.1"
10951141

10961142
@@ -2255,6 +2301,16 @@ browserslist@^4.23.0:
22552301
node-releases "^2.0.14"
22562302
update-browserslist-db "^1.0.13"
22572303

2304+
browserslist@^4.23.1:
2305+
version "4.23.2"
2306+
resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.23.2.tgz#244fe803641f1c19c28c48c4b6ec9736eb3d32ed"
2307+
integrity sha512-qkqSyistMYdxAcw+CzbZwlBy8AGmS/eEWs+sEV5TnLRGDOL+C5M2EnH6tlZyg0YoAxGJAFKh61En9BR941GnHA==
2308+
dependencies:
2309+
caniuse-lite "^1.0.30001640"
2310+
electron-to-chromium "^1.4.820"
2311+
node-releases "^2.0.14"
2312+
update-browserslist-db "^1.1.0"
2313+
22582314
22592315
version "0.2.6"
22602316
resolved "https://registry.yarnpkg.com/bs-logger/-/bs-logger-0.2.6.tgz#eb7d365307a72cf974cc6cda76b68354ad336bd8"
@@ -2309,6 +2365,11 @@ caniuse-lite@^1.0.30001587:
23092365
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001617.tgz#809bc25f3f5027ceb33142a7d6c40759d7a901eb"
23102366
integrity sha512-mLyjzNI9I+Pix8zwcrpxEbGlfqOkF9kM3ptzmKNw5tizSyYwMe+nGLTqMK9cO+0E+Bh6TsBxNAaHWEM8xwSsmA==
23112367

2368+
caniuse-lite@^1.0.30001640:
2369+
version "1.0.30001641"
2370+
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001641.tgz#3572862cd18befae3f637f2a1101cc033c6782ac"
2371+
integrity sha512-Phv5thgl67bHYo1TtMY/MurjkHhV4EDaCosezRXgZ8jzA/Ub+wjxAvbGvjoFENStinwi5kCyOYV3mi5tOGykwA==
2372+
23122373
chalk@^2.0.0, chalk@^2.4.2:
23132374
version "2.4.2"
23142375
resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.2.tgz#cd42541677a54333cf541a49108c1432b44c9424"
@@ -2439,20 +2500,20 @@ convert-source-map@^2.0.0:
24392500
resolved "https://registry.yarnpkg.com/convert-source-map/-/convert-source-map-2.0.0.tgz#4b560f649fc4e918dd0ab75cf4961e8bc882d82a"
24402501
integrity sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==
24412502

2442-
core-js-compat@^3.31.0:
2443-
version "3.31.1"
2444-
resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.31.1.tgz#5084ad1a46858df50ff89ace152441a63ba7aae0"
2445-
integrity sha512-wIDWd2s5/5aJSdpOJHfSibxNODxoGoWOBHt8JSPB41NOE94M7kuTPZCYLOlTtuoXTsBPKobpJ6T+y0SSy5L9SA==
2446-
dependencies:
2447-
browserslist "^4.21.9"
2448-
24492503
core-js-compat@^3.36.1:
24502504
version "3.37.0"
24512505
resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.37.0.tgz#d9570e544163779bb4dff1031c7972f44918dc73"
24522506
integrity sha512-vYq4L+T8aS5UuFg4UwDhc7YNRWVeVZwltad9C/jV3R2LgVOpS9BDr7l/WL6BN0dbV3k1XejPTHqqEzJgsa0frA==
24532507
dependencies:
24542508
browserslist "^4.23.0"
24552509

2510+
core-js-compat@^3.37.1:
2511+
version "3.37.1"
2512+
resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.37.1.tgz#c844310c7852f4bdf49b8d339730b97e17ff09ee"
2513+
integrity sha512-9TNiImhKvQqSUkOvk/mMRZzOANTiEVC7WaBNhHcKM7x+/5E1l5NvsysR19zuDQScE8k+kfQXWRN3AtS/eOSHpg==
2514+
dependencies:
2515+
browserslist "^4.23.0"
2516+
24562517
core-util-is@~1.0.0:
24572518
version "1.0.3"
24582519
resolved "https://registry.yarnpkg.com/core-util-is/-/core-util-is-1.0.3.tgz#a6042d3634c2b27e9328f837b965fac83808db85"
@@ -2572,6 +2633,11 @@ electron-to-chromium@^1.4.668:
25722633
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.763.tgz#64f2041ed496fd6fc710b9be806fe91da9334f91"
25732634
integrity sha512-k4J8NrtJ9QrvHLRo8Q18OncqBCB7tIUyqxRcJnlonQ0ioHKYB988GcDFF3ZePmnb8eHEopDs/wPHR/iGAFgoUQ==
25742635

2636+
electron-to-chromium@^1.4.820:
2637+
version "1.4.825"
2638+
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.825.tgz#2d9c3d1eb81a67ecea0c06bcf70740b00ba52718"
2639+
integrity sha512-OCcF+LwdgFGcsYPYC5keEEFC2XT0gBhrYbeGzHCx7i9qRFbzO/AqTmc/C/1xNhJj+JA7rzlN7mpBuStshh96Cg==
2640+
25752641
emittery@^0.13.1:
25762642
version "0.13.1"
25772643
resolved "https://registry.yarnpkg.com/emittery/-/emittery-0.13.1.tgz#c04b8c3457490e0847ae51fced3af52d338e3dad"
@@ -2604,6 +2670,11 @@ escalade@^3.1.1:
26042670
resolved "https://registry.yarnpkg.com/escalade/-/escalade-3.1.1.tgz#d8cfdc7000965c5a0174b4a82eaa5c0552742e40"
26052671
integrity sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==
26062672

2673+
escalade@^3.1.2:
2674+
version "3.1.2"
2675+
resolved "https://registry.yarnpkg.com/escalade/-/escalade-3.1.2.tgz#54076e9ab29ea5bf3d8f1ed62acffbb88272df27"
2676+
integrity sha512-ErCHMCae19vR8vQGe50xIsVomy19rg6gFu3+r3jkEO46suLMWBksvVyoGgQV+jOfl84ZSOSlmv6Gxa89PmTGmA==
2677+
26072678
escape-string-regexp@^1.0.5:
26082679
version "1.0.5"
26092680
resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz#1b61c0562190a8dff6ae3bb2cf0200ca130b86d4"
@@ -4183,6 +4254,11 @@ picocolors@^1.0.0:
41834254
resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.0.0.tgz#cb5bdc74ff3f51892236eaf79d68bc44564ab81c"
41844255
integrity sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==
41854256

4257+
picocolors@^1.0.1:
4258+
version "1.0.1"
4259+
resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.0.1.tgz#a8ad579b571952f0e5d25892de5445bcfe25aaa1"
4260+
integrity sha512-anP1Z8qwhkbmu7MFP5iTt+wQKXgwzf7zTyGlcdzabySa9vd0Xt392U0rVmz9poOaBj0uHJKyyo9/upk0HrEQew==
4261+
41864262
picomatch@^2.0.4, picomatch@^2.2.3, picomatch@^2.3.1:
41874263
version "2.3.1"
41884264
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.1.tgz#3ba3833733646d9d3e4995946c1365a67fb07a42"
@@ -4867,6 +4943,14 @@ update-browserslist-db@^1.0.13:
48674943
escalade "^3.1.1"
48684944
picocolors "^1.0.0"
48694945

4946+
update-browserslist-db@^1.1.0:
4947+
version "1.1.0"
4948+
resolved "https://registry.yarnpkg.com/update-browserslist-db/-/update-browserslist-db-1.1.0.tgz#7ca61c0d8650766090728046e416a8cde682859e"
4949+
integrity sha512-EdRAaAyk2cUE1wOf2DkEhzxqOQvFOoRJFNS6NeyJ01Gp2beMRpBAINjM2iDXE3KCuKhwnvHIQCJm6ThL2Z+HzQ==
4950+
dependencies:
4951+
escalade "^3.1.2"
4952+
picocolors "^1.0.1"
4953+
48704954
uri-js@^4.2.2:
48714955
version "4.4.1"
48724956
resolved "https://registry.yarnpkg.com/uri-js/-/uri-js-4.4.1.tgz#9b1a52595225859e55f669d928f88c6c57f2a77e"

0 commit comments

Comments
 (0)