Skip to content

Commit a99c4f2

Browse files
Merge pull request #531 from Heigvd/vulnerability-fix
yarn upgrade because of vulnerability
2 parents 0f74df1 + b52f4b8 commit a99c4f2

File tree

5 files changed

+196
-23
lines changed

5 files changed

+196
-23
lines changed

colab-api/src/main/node/colab-yjs/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,8 @@
3535
"ws": "^8.14.2",
3636
"y-protocols": "^1.0.6",
3737
"yjs": "^13.6.8"
38+
},
39+
"resolutions": {
40+
"@babel/traverse": "^7.23.2"
3841
}
3942
}

colab-api/src/main/node/colab-yjs/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -80,10 +80,10 @@
8080
"@babel/parser" "^7.22.15"
8181
"@babel/types" "^7.22.15"
8282

83-
"@babel/traverse@^7.4.3":
84-
version "7.23.0"
85-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.23.0.tgz#18196ddfbcf4ccea324b7f6d3ada00d8c5a99c53"
86-
integrity sha512-t/QaEvyIoIkwzpiZ7aoSKK8kObQYeF7T2v+dazAYCb8SXtp58zEVkWW7zAnju8FNKNdr4ScAOEDmMItbyOmEYw==
83+
"@babel/traverse@^7.23.2", "@babel/traverse@^7.4.3":
84+
version "7.23.2"
85+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.23.2.tgz#329c7a06735e144a506bdb2cad0268b7f46f4ad8"
86+
integrity sha512-azpe59SQ48qG6nu2CzcMLbxUudtN+dOM9kDbUqGq3HXUJRlo7i8fvPoxQUzYgLZ4cMVmuZgm8vvBpNeRhd6XSw==
8787
dependencies:
8888
"@babel/code-frame" "^7.22.13"
8989
"@babel/generator" "^7.23.0"

colab-webapp/package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,9 @@
1111
"scripts": {},
1212
"workspaces": [
1313
"src/main/node/app"
14-
]
14+
],
15+
"resolutions": {
16+
"@babel/traverse": "^7.23.2",
17+
"postcss": "^8.4.31"
18+
}
1519
}

colab-webapp/src/main/node/app/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,9 @@
7070
]
7171
},
7272
"devDependencies": {
73-
"@babel/core": "^7.23.0",
73+
"@babel/core": "^7.23.2",
7474
"@babel/plugin-transform-class-properties": "^7.22.5",
75-
"@babel/preset-env": "^7.22.20",
75+
"@babel/preset-env": "^7.23.2",
7676
"@babel/preset-react": "^7.22.15",
7777
"@svgr/webpack": "^8.1.0",
7878
"@types/diff": "^5.0.0",

colab-webapp/yarn.lock

Lines changed: 182 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,12 @@
2828
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.22.20.tgz#8df6e96661209623f1975d66c35ffca66f3306d0"
2929
integrity sha512-BQYjKbpXjoXwFW5jGqiizJQQT/aC7pFm9Ok1OWssonuguICi264lbgMzRp2ZMmRSlfkX6DsWDDcsrctK8Rwfiw==
3030

31-
"@babel/core@^7.11.6", "@babel/core@^7.12.3", "@babel/core@^7.21.3", "@babel/core@^7.23.0":
31+
"@babel/compat-data@^7.23.2":
32+
version "7.23.2"
33+
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.23.2.tgz#6a12ced93455827037bfb5ed8492820d60fc32cc"
34+
integrity sha512-0S9TQMmDHlqAZ2ITT95irXKfxN9bncq8ZCoJhun3nHL/lLUxd2NKBJYoNGWH7S0hz6fRQwWlAWn/ILM0C70KZQ==
35+
36+
"@babel/core@^7.11.6", "@babel/core@^7.12.3", "@babel/core@^7.21.3":
3237
version "7.23.0"
3338
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.23.0.tgz#f8259ae0e52a123eb40f552551e647b506a94d83"
3439
integrity sha512-97z/ju/Jy1rZmDxybphrBuI+jtJjFVoz7Mr9yUQVVVi+DNZE333uFQeMOqcCIy1x3WYBIbWftUSLmbNXNT7qFQ==
@@ -49,6 +54,27 @@
4954
json5 "^2.2.3"
5055
semver "^6.3.1"
5156

57+
"@babel/core@^7.23.2":
58+
version "7.23.2"
59+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.23.2.tgz#ed10df0d580fff67c5f3ee70fd22e2e4c90a9f94"
60+
integrity sha512-n7s51eWdaWZ3vGT2tD4T7J6eJs3QoBXydv7vkUM06Bf1cbVD2Kc2UrkzhiQwobfV7NwOnQXYL7UBJ5VPU+RGoQ==
61+
dependencies:
62+
"@ampproject/remapping" "^2.2.0"
63+
"@babel/code-frame" "^7.22.13"
64+
"@babel/generator" "^7.23.0"
65+
"@babel/helper-compilation-targets" "^7.22.15"
66+
"@babel/helper-module-transforms" "^7.23.0"
67+
"@babel/helpers" "^7.23.2"
68+
"@babel/parser" "^7.23.0"
69+
"@babel/template" "^7.22.15"
70+
"@babel/traverse" "^7.23.2"
71+
"@babel/types" "^7.23.0"
72+
convert-source-map "^2.0.0"
73+
debug "^4.1.0"
74+
gensync "^1.0.0-beta.2"
75+
json5 "^2.2.3"
76+
semver "^6.3.1"
77+
5278
"@babel/generator@^7.23.0", "@babel/generator@^7.7.2":
5379
version "7.23.0"
5480
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.23.0.tgz#df5c386e2218be505b34837acbcb874d7a983420"
@@ -119,6 +145,17 @@
119145
lodash.debounce "^4.0.8"
120146
resolve "^1.14.2"
121147

148+
"@babel/helper-define-polyfill-provider@^0.4.3":
149+
version "0.4.3"
150+
resolved "https://registry.yarnpkg.com/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.4.3.tgz#a71c10f7146d809f4a256c373f462d9bba8cf6ba"
151+
integrity sha512-WBrLmuPP47n7PNwsZ57pqam6G/RGo1vw/87b0Blc53tZNGZ4x7YvZ6HgQe2vo1W/FR20OgjeZuGXzudPiXHFug==
152+
dependencies:
153+
"@babel/helper-compilation-targets" "^7.22.6"
154+
"@babel/helper-plugin-utils" "^7.22.5"
155+
debug "^4.1.1"
156+
lodash.debounce "^4.0.8"
157+
resolve "^1.14.2"
158+
122159
"@babel/helper-environment-visitor@^7.22.20", "@babel/helper-environment-visitor@^7.22.5":
123160
version "7.22.20"
124161
resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.20.tgz#96159db61d34a29dba454c959f5ae4a649ba9167"
@@ -176,7 +213,7 @@
176213
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.22.5.tgz#dd7ee3735e8a313b9f7b05a773d892e88e6d7295"
177214
integrity sha512-uLls06UVKgFG9QD4OeFYLEGteMIAa5kpTPcFL28yuCIIzsf6ZyKZMllKVOCZFhiZ5ptnwX4mtKdWCBE/uT4amg==
178215

179-
"@babel/helper-remap-async-to-generator@^7.22.5", "@babel/helper-remap-async-to-generator@^7.22.9":
216+
"@babel/helper-remap-async-to-generator@^7.22.20", "@babel/helper-remap-async-to-generator@^7.22.5", "@babel/helper-remap-async-to-generator@^7.22.9":
180217
version "7.22.20"
181218
resolved "https://registry.yarnpkg.com/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.22.20.tgz#7b68e1cb4fa964d2996fd063723fb48eca8498e0"
182219
integrity sha512-pBGyV4uBqOns+0UvhsTO8qgl8hO89PmiDYv+/COyp1aeMcmfrfruz+/nCMFiYyFF/Knn0yfrC85ZzNFjembFTw==
@@ -248,6 +285,15 @@
248285
"@babel/traverse" "^7.23.0"
249286
"@babel/types" "^7.23.0"
250287

288+
"@babel/helpers@^7.23.2":
289+
version "7.23.2"
290+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.23.2.tgz#2832549a6e37d484286e15ba36a5330483cac767"
291+
integrity sha512-lzchcp8SjTSVe/fPmLwtWVBFC7+Tbn8LGHDVfDp9JGxpAY5opSaEFgt8UQvrnECWOTdji2mOWMz1rOhkHscmGQ==
292+
dependencies:
293+
"@babel/template" "^7.22.15"
294+
"@babel/traverse" "^7.23.2"
295+
"@babel/types" "^7.23.0"
296+
251297
"@babel/highlight@^7.22.13":
252298
version "7.22.20"
253299
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.22.20.tgz#4ca92b71d80554b01427815e06f2df965b9c1f54"
@@ -448,6 +494,16 @@
448494
"@babel/helper-remap-async-to-generator" "^7.22.9"
449495
"@babel/plugin-syntax-async-generators" "^7.8.4"
450496

497+
"@babel/plugin-transform-async-generator-functions@^7.23.2":
498+
version "7.23.2"
499+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.23.2.tgz#054afe290d64c6f576f371ccc321772c8ea87ebb"
500+
integrity sha512-BBYVGxbDVHfoeXbOwcagAkOQAm9NxoTdMGfTqghu1GrvadSaw6iW3Je6IcL5PNOw8VwjxqBECXy50/iCQSY/lQ==
501+
dependencies:
502+
"@babel/helper-environment-visitor" "^7.22.20"
503+
"@babel/helper-plugin-utils" "^7.22.5"
504+
"@babel/helper-remap-async-to-generator" "^7.22.20"
505+
"@babel/plugin-syntax-async-generators" "^7.8.4"
506+
451507
"@babel/plugin-transform-async-to-generator@^7.22.5":
452508
version "7.22.5"
453509
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.22.5.tgz#c7a85f44e46f8952f6d27fe57c2ed3cc084c3775"
@@ -464,7 +520,7 @@
464520
dependencies:
465521
"@babel/helper-plugin-utils" "^7.22.5"
466522

467-
"@babel/plugin-transform-block-scoping@^7.22.15":
523+
"@babel/plugin-transform-block-scoping@^7.22.15", "@babel/plugin-transform-block-scoping@^7.23.0":
468524
version "7.23.0"
469525
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.23.0.tgz#8744d02c6c264d82e1a4bc5d2d501fd8aff6f022"
470526
integrity sha512-cOsrbmIOXmf+5YbL99/S49Y3j46k/T16b9ml8bm9lP6N9US5iQ2yBK7gpui1pg0V/WMcXdkfKbTb7HXq9u+v4g==
@@ -511,7 +567,7 @@
511567
"@babel/helper-plugin-utils" "^7.22.5"
512568
"@babel/template" "^7.22.5"
513569

514-
"@babel/plugin-transform-destructuring@^7.22.15":
570+
"@babel/plugin-transform-destructuring@^7.22.15", "@babel/plugin-transform-destructuring@^7.23.0":
515571
version "7.23.0"
516572
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.23.0.tgz#6447aa686be48b32eaf65a73e0e2c0bd010a266c"
517573
integrity sha512-vaMdgNXFkYrB+8lbgniSYWHsgqK5gjaMNcc84bMIOMRLH0L9AqYq3hwMdvnyqj1OPqea8UtjPEuS/DCenah1wg==
@@ -603,7 +659,7 @@
603659
dependencies:
604660
"@babel/helper-plugin-utils" "^7.22.5"
605661

606-
"@babel/plugin-transform-modules-amd@^7.22.5":
662+
"@babel/plugin-transform-modules-amd@^7.22.5", "@babel/plugin-transform-modules-amd@^7.23.0":
607663
version "7.23.0"
608664
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.23.0.tgz#05b2bc43373faa6d30ca89214731f76f966f3b88"
609665
integrity sha512-xWT5gefv2HGSm4QHtgc1sYPbseOyf+FFDo2JbpE25GWl5BqTGO9IMwTYJRoIdjsF85GE+VegHxSCUt5EvoYTAw==
@@ -620,7 +676,7 @@
620676
"@babel/helper-plugin-utils" "^7.22.5"
621677
"@babel/helper-simple-access" "^7.22.5"
622678

623-
"@babel/plugin-transform-modules-systemjs@^7.22.11":
679+
"@babel/plugin-transform-modules-systemjs@^7.22.11", "@babel/plugin-transform-modules-systemjs@^7.23.0":
624680
version "7.23.0"
625681
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.23.0.tgz#77591e126f3ff4132a40595a6cccd00a6b60d160"
626682
integrity sha512-qBej6ctXZD2f+DhlOC9yO47yEYgUh5CZNz/aBoH4j/3NOlRfJXJbY7xDQCqQVf9KbrqGzIWER1f23doHGrIHFg==
@@ -696,7 +752,7 @@
696752
"@babel/helper-plugin-utils" "^7.22.5"
697753
"@babel/plugin-syntax-optional-catch-binding" "^7.8.3"
698754

699-
"@babel/plugin-transform-optional-chaining@^7.22.15":
755+
"@babel/plugin-transform-optional-chaining@^7.22.15", "@babel/plugin-transform-optional-chaining@^7.23.0":
700756
version "7.23.0"
701757
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-optional-chaining/-/plugin-transform-optional-chaining-7.23.0.tgz#73ff5fc1cf98f542f09f29c0631647d8ad0be158"
702758
integrity sha512-sBBGXbLJjxTzLBF5rFWaikMnOGOk/BmK6vVByIdEggZ7Vn6CvWXZyRkkLFK6WE0IF8jSliyOkUN6SScFgzCM0g==
@@ -869,7 +925,7 @@
869925
"@babel/helper-create-regexp-features-plugin" "^7.22.5"
870926
"@babel/helper-plugin-utils" "^7.22.5"
871927

872-
"@babel/preset-env@^7.20.2", "@babel/preset-env@^7.22.20":
928+
"@babel/preset-env@^7.20.2":
873929
version "7.22.20"
874930
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.22.20.tgz#de9e9b57e1127ce0a2f580831717f7fb677ceedb"
875931
integrity sha512-11MY04gGC4kSzlPHRfvVkNAZhUxOvm7DCJ37hPDnUENwe06npjIRAfInEMTGSb4LZK5ZgDFkv5hw0lGebHeTyg==
@@ -955,6 +1011,92 @@
9551011
core-js-compat "^3.31.0"
9561012
semver "^6.3.1"
9571013

1014+
"@babel/preset-env@^7.23.2":
1015+
version "7.23.2"
1016+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.23.2.tgz#1f22be0ff0e121113260337dbc3e58fafce8d059"
1017+
integrity sha512-BW3gsuDD+rvHL2VO2SjAUNTBe5YrjsTiDyqamPDWY723na3/yPQ65X5oQkFVJZ0o50/2d+svm1rkPoJeR1KxVQ==
1018+
dependencies:
1019+
"@babel/compat-data" "^7.23.2"
1020+
"@babel/helper-compilation-targets" "^7.22.15"
1021+
"@babel/helper-plugin-utils" "^7.22.5"
1022+
"@babel/helper-validator-option" "^7.22.15"
1023+
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression" "^7.22.15"
1024+
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.22.15"
1025+
"@babel/plugin-proposal-private-property-in-object" "7.21.0-placeholder-for-preset-env.2"
1026+
"@babel/plugin-syntax-async-generators" "^7.8.4"
1027+
"@babel/plugin-syntax-class-properties" "^7.12.13"
1028+
"@babel/plugin-syntax-class-static-block" "^7.14.5"
1029+
"@babel/plugin-syntax-dynamic-import" "^7.8.3"
1030+
"@babel/plugin-syntax-export-namespace-from" "^7.8.3"
1031+
"@babel/plugin-syntax-import-assertions" "^7.22.5"
1032+
"@babel/plugin-syntax-import-attributes" "^7.22.5"
1033+
"@babel/plugin-syntax-import-meta" "^7.10.4"
1034+
"@babel/plugin-syntax-json-strings" "^7.8.3"
1035+
"@babel/plugin-syntax-logical-assignment-operators" "^7.10.4"
1036+
"@babel/plugin-syntax-nullish-coalescing-operator" "^7.8.3"
1037+
"@babel/plugin-syntax-numeric-separator" "^7.10.4"
1038+
"@babel/plugin-syntax-object-rest-spread" "^7.8.3"
1039+
"@babel/plugin-syntax-optional-catch-binding" "^7.8.3"
1040+
"@babel/plugin-syntax-optional-chaining" "^7.8.3"
1041+
"@babel/plugin-syntax-private-property-in-object" "^7.14.5"
1042+
"@babel/plugin-syntax-top-level-await" "^7.14.5"
1043+
"@babel/plugin-syntax-unicode-sets-regex" "^7.18.6"
1044+
"@babel/plugin-transform-arrow-functions" "^7.22.5"
1045+
"@babel/plugin-transform-async-generator-functions" "^7.23.2"
1046+
"@babel/plugin-transform-async-to-generator" "^7.22.5"
1047+
"@babel/plugin-transform-block-scoped-functions" "^7.22.5"
1048+
"@babel/plugin-transform-block-scoping" "^7.23.0"
1049+
"@babel/plugin-transform-class-properties" "^7.22.5"
1050+
"@babel/plugin-transform-class-static-block" "^7.22.11"
1051+
"@babel/plugin-transform-classes" "^7.22.15"
1052+
"@babel/plugin-transform-computed-properties" "^7.22.5"
1053+
"@babel/plugin-transform-destructuring" "^7.23.0"
1054+
"@babel/plugin-transform-dotall-regex" "^7.22.5"
1055+
"@babel/plugin-transform-duplicate-keys" "^7.22.5"
1056+
"@babel/plugin-transform-dynamic-import" "^7.22.11"
1057+
"@babel/plugin-transform-exponentiation-operator" "^7.22.5"
1058+
"@babel/plugin-transform-export-namespace-from" "^7.22.11"
1059+
"@babel/plugin-transform-for-of" "^7.22.15"
1060+
"@babel/plugin-transform-function-name" "^7.22.5"
1061+
"@babel/plugin-transform-json-strings" "^7.22.11"
1062+
"@babel/plugin-transform-literals" "^7.22.5"
1063+
"@babel/plugin-transform-logical-assignment-operators" "^7.22.11"
1064+
"@babel/plugin-transform-member-expression-literals" "^7.22.5"
1065+
"@babel/plugin-transform-modules-amd" "^7.23.0"
1066+
"@babel/plugin-transform-modules-commonjs" "^7.23.0"
1067+
"@babel/plugin-transform-modules-systemjs" "^7.23.0"
1068+
"@babel/plugin-transform-modules-umd" "^7.22.5"
1069+
"@babel/plugin-transform-named-capturing-groups-regex" "^7.22.5"
1070+
"@babel/plugin-transform-new-target" "^7.22.5"
1071+
"@babel/plugin-transform-nullish-coalescing-operator" "^7.22.11"
1072+
"@babel/plugin-transform-numeric-separator" "^7.22.11"
1073+
"@babel/plugin-transform-object-rest-spread" "^7.22.15"
1074+
"@babel/plugin-transform-object-super" "^7.22.5"
1075+
"@babel/plugin-transform-optional-catch-binding" "^7.22.11"
1076+
"@babel/plugin-transform-optional-chaining" "^7.23.0"
1077+
"@babel/plugin-transform-parameters" "^7.22.15"
1078+
"@babel/plugin-transform-private-methods" "^7.22.5"
1079+
"@babel/plugin-transform-private-property-in-object" "^7.22.11"
1080+
"@babel/plugin-transform-property-literals" "^7.22.5"
1081+
"@babel/plugin-transform-regenerator" "^7.22.10"
1082+
"@babel/plugin-transform-reserved-words" "^7.22.5"
1083+
"@babel/plugin-transform-shorthand-properties" "^7.22.5"
1084+
"@babel/plugin-transform-spread" "^7.22.5"
1085+
"@babel/plugin-transform-sticky-regex" "^7.22.5"
1086+
"@babel/plugin-transform-template-literals" "^7.22.5"
1087+
"@babel/plugin-transform-typeof-symbol" "^7.22.5"
1088+
"@babel/plugin-transform-unicode-escapes" "^7.22.10"
1089+
"@babel/plugin-transform-unicode-property-regex" "^7.22.5"
1090+
"@babel/plugin-transform-unicode-regex" "^7.22.5"
1091+
"@babel/plugin-transform-unicode-sets-regex" "^7.22.5"
1092+
"@babel/preset-modules" "0.1.6-no-external-plugins"
1093+
"@babel/types" "^7.23.0"
1094+
babel-plugin-polyfill-corejs2 "^0.4.6"
1095+
babel-plugin-polyfill-corejs3 "^0.8.5"
1096+
babel-plugin-polyfill-regenerator "^0.5.3"
1097+
core-js-compat "^3.31.0"
1098+
semver "^6.3.1"
1099+
9581100
"@babel/preset-modules@0.1.6-no-external-plugins":
9591101
version "0.1.6-no-external-plugins"
9601102
resolved "https://registry.yarnpkg.com/@babel/preset-modules/-/preset-modules-0.1.6-no-external-plugins.tgz#ccb88a2c49c817236861fee7826080573b8a923a"
@@ -1008,10 +1150,10 @@
10081150
"@babel/parser" "^7.22.15"
10091151
"@babel/types" "^7.22.15"
10101152

1011-
"@babel/traverse@^7.23.0":
1012-
version "7.23.0"
1013-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.23.0.tgz#18196ddfbcf4ccea324b7f6d3ada00d8c5a99c53"
1014-
integrity sha512-t/QaEvyIoIkwzpiZ7aoSKK8kObQYeF7T2v+dazAYCb8SXtp58zEVkWW7zAnju8FNKNdr4ScAOEDmMItbyOmEYw==
1153+
"@babel/traverse@^7.23.0", "@babel/traverse@^7.23.2":
1154+
version "7.23.2"
1155+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.23.2.tgz#329c7a06735e144a506bdb2cad0268b7f46f4ad8"
1156+
integrity sha512-azpe59SQ48qG6nu2CzcMLbxUudtN+dOM9kDbUqGq3HXUJRlo7i8fvPoxQUzYgLZ4cMVmuZgm8vvBpNeRhd6XSw==
10151157
dependencies:
10161158
"@babel/code-frame" "^7.22.13"
10171159
"@babel/generator" "^7.23.0"
@@ -3642,6 +3784,15 @@ babel-plugin-polyfill-corejs2@^0.4.5:
36423784
"@babel/helper-define-polyfill-provider" "^0.4.2"
36433785
semver "^6.3.1"
36443786

3787+
babel-plugin-polyfill-corejs2@^0.4.6:
3788+
version "0.4.6"
3789+
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.4.6.tgz#b2df0251d8e99f229a8e60fc4efa9a68b41c8313"
3790+
integrity sha512-jhHiWVZIlnPbEUKSSNb9YoWcQGdlTLq7z1GHL4AjFxaoOUMuuEVJ+Y4pAaQUGOGk93YsVCKPbqbfw3m0SM6H8Q==
3791+
dependencies:
3792+
"@babel/compat-data" "^7.22.6"
3793+
"@babel/helper-define-polyfill-provider" "^0.4.3"
3794+
semver "^6.3.1"
3795+
36453796
babel-plugin-polyfill-corejs3@^0.8.3:
36463797
version "0.8.4"
36473798
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.8.4.tgz#1fac2b1dcef6274e72b3c72977ed8325cb330591"
@@ -3650,13 +3801,28 @@ babel-plugin-polyfill-corejs3@^0.8.3:
36503801
"@babel/helper-define-polyfill-provider" "^0.4.2"
36513802
core-js-compat "^3.32.2"
36523803

3804+
babel-plugin-polyfill-corejs3@^0.8.5:
3805+
version "0.8.5"
3806+
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.8.5.tgz#a75fa1b0c3fc5bd6837f9ec465c0f48031b8cab1"
3807+
integrity sha512-Q6CdATeAvbScWPNLB8lzSO7fgUVBkQt6zLgNlfyeCr/EQaEQR+bWiBYYPYAFyE528BMjRhL+1QBMOI4jc/c5TA==
3808+
dependencies:
3809+
"@babel/helper-define-polyfill-provider" "^0.4.3"
3810+
core-js-compat "^3.32.2"
3811+
36533812
babel-plugin-polyfill-regenerator@^0.5.2:
36543813
version "0.5.2"
36553814
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.5.2.tgz#80d0f3e1098c080c8b5a65f41e9427af692dc326"
36563815
integrity sha512-tAlOptU0Xj34V1Y2PNTL4Y0FOJMDB6bZmoW39FeCQIhigGLkqu3Fj6uiXpxIf6Ij274ENdYx64y6Au+ZKlb1IA==
36573816
dependencies:
36583817
"@babel/helper-define-polyfill-provider" "^0.4.2"
36593818

3819+
babel-plugin-polyfill-regenerator@^0.5.3:
3820+
version "0.5.3"
3821+
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.5.3.tgz#d4c49e4b44614607c13fb769bcd85c72bb26a4a5"
3822+
integrity sha512-8sHeDOmXC8csczMrYEOf0UTNa4yE2SxV5JGeT/LP1n0OYVDUUFPxG9vdk2AlDlIit4t+Kf0xCtpgXPBwnn/9pw==
3823+
dependencies:
3824+
"@babel/helper-define-polyfill-provider" "^0.4.3"
3825+
36603826
babel-preset-current-node-syntax@^1.0.0:
36613827
version "1.0.1"
36623828
resolved "https://registry.yarnpkg.com/babel-preset-current-node-syntax/-/babel-preset-current-node-syntax-1.0.1.tgz#b4399239b89b2a011f9ddbe3e4f401fc40cff73b"
@@ -7169,10 +7335,10 @@ postcss-value-parser@^4.1.0, postcss-value-parser@^4.2.0:
71697335
resolved "https://registry.yarnpkg.com/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz#723c09920836ba6d3e5af019f92bc0971c02e514"
71707336
integrity sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==
71717337

7172-
postcss@^8.4.21:
7173-
version "8.4.30"
7174-
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.30.tgz#0e0648d551a606ef2192a26da4cabafcc09c1aa7"
7175-
integrity sha512-7ZEao1g4kd68l97aWG/etQKPKq07us0ieSZ2TnFDk11i0ZfDW2AwKHYU8qv4MZKqN2fdBfg+7q0ES06UA73C1g==
7338+
postcss@^8.4.21, postcss@^8.4.31:
7339+
version "8.4.31"
7340+
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.31.tgz#92b451050a9f914da6755af352bdc0192508656d"
7341+
integrity sha512-PS08Iboia9mts/2ygV3eLpY5ghnUcfLV/EXTOW1E2qYxJKGGBUtNjN76FYHnMs36RmARn41bC0AZmn+rR0OVpQ==
71767342
dependencies:
71777343
nanoid "^3.3.6"
71787344
picocolors "^1.0.0"

0 commit comments

Comments
 (0)