78
78
browserslist "^4.17.5"
79
79
semver "^6.3.0"
80
80
81
- "@babel/helper-create-class-features-plugin@^7.16.7":
81
+ "@babel/helper-create-class-features-plugin@^7.16.10", "@babel/helper-create-class-features-plugin@^7.16. 7":
82
82
version "7.16.10"
83
83
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.16.10.tgz#8a6959b9cc818a88815ba3c5474619e9c0f2c21c"
84
84
integrity sha512-wDeej0pu3WN/ffTxMNCPW5UCiOav8IcLRxSIyp/9+IF2xJUM9h/OYjg0IJLHaL6F8oU8kqMz9nc1vryXhMsgXg==
409
409
"@babel/helper-create-class-features-plugin" "^7.16.7"
410
410
"@babel/helper-plugin-utils" "^7.16.7"
411
411
412
+ "@babel/plugin-proposal-private-methods@^7.16.11":
413
+ version "7.16.11"
414
+ resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-private-methods/-/plugin-proposal-private-methods-7.16.11.tgz#e8df108288555ff259f4527dbe84813aac3a1c50"
415
+ integrity sha512-F/2uAkPlXDr8+BHpZvo19w3hLFKge+k75XUprE6jaqKxjGkSYcK+4c+bup5PdW/7W/Rpjwql7FTVEDW+fRAQsw==
416
+ dependencies:
417
+ "@babel/helper-create-class-features-plugin" "^7.16.10"
418
+ "@babel/helper-plugin-utils" "^7.16.7"
419
+
412
420
"@babel/plugin-proposal-private-property-in-object@^7.16.7":
413
421
version "7.16.7"
414
422
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-private-property-in-object/-/plugin-proposal-private-property-in-object-7.16.7.tgz#b0b8cef543c2c3d57e59e2c611994861d46a3fce"
831
839
"@babel/helper-create-regexp-features-plugin" "^7.16.7"
832
840
"@babel/helper-plugin-utils" "^7.16.7"
833
841
834
- "@babel/preset-env@^7.14.1", "@babel/preset-env@^7.16.10" :
842
+ "@babel/preset-env@^7.14.1":
835
843
version "7.16.10"
836
844
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.16.10.tgz#84400e6b5ee1efd982f55c61f3b6ac3fb5c8ab57"
837
845
integrity sha512-iCac3fZn9oOcLqc1N2/copPiX7aoxzsvjeDdXoZobrlbQ6YGgS3bL9HyldOJ8V8AY5P7pFynCATrn7M4dMw0Yg==
911
919
core-js-compat "^3.20.2"
912
920
semver "^6.3.0"
913
921
922
+ "@babel/preset-env@^7.16.11":
923
+ version "7.16.11"
924
+ resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.16.11.tgz#5dd88fd885fae36f88fd7c8342475c9f0abe2982"
925
+ integrity sha512-qcmWG8R7ZW6WBRPZK//y+E3Cli151B20W1Rv7ln27vuPaXU/8TKms6jFdiJtF7UDTxcrb7mZd88tAeK9LjdT8g==
926
+ dependencies:
927
+ "@babel/compat-data" "^7.16.8"
928
+ "@babel/helper-compilation-targets" "^7.16.7"
929
+ "@babel/helper-plugin-utils" "^7.16.7"
930
+ "@babel/helper-validator-option" "^7.16.7"
931
+ "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression" "^7.16.7"
932
+ "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.16.7"
933
+ "@babel/plugin-proposal-async-generator-functions" "^7.16.8"
934
+ "@babel/plugin-proposal-class-properties" "^7.16.7"
935
+ "@babel/plugin-proposal-class-static-block" "^7.16.7"
936
+ "@babel/plugin-proposal-dynamic-import" "^7.16.7"
937
+ "@babel/plugin-proposal-export-namespace-from" "^7.16.7"
938
+ "@babel/plugin-proposal-json-strings" "^7.16.7"
939
+ "@babel/plugin-proposal-logical-assignment-operators" "^7.16.7"
940
+ "@babel/plugin-proposal-nullish-coalescing-operator" "^7.16.7"
941
+ "@babel/plugin-proposal-numeric-separator" "^7.16.7"
942
+ "@babel/plugin-proposal-object-rest-spread" "^7.16.7"
943
+ "@babel/plugin-proposal-optional-catch-binding" "^7.16.7"
944
+ "@babel/plugin-proposal-optional-chaining" "^7.16.7"
945
+ "@babel/plugin-proposal-private-methods" "^7.16.11"
946
+ "@babel/plugin-proposal-private-property-in-object" "^7.16.7"
947
+ "@babel/plugin-proposal-unicode-property-regex" "^7.16.7"
948
+ "@babel/plugin-syntax-async-generators" "^7.8.4"
949
+ "@babel/plugin-syntax-class-properties" "^7.12.13"
950
+ "@babel/plugin-syntax-class-static-block" "^7.14.5"
951
+ "@babel/plugin-syntax-dynamic-import" "^7.8.3"
952
+ "@babel/plugin-syntax-export-namespace-from" "^7.8.3"
953
+ "@babel/plugin-syntax-json-strings" "^7.8.3"
954
+ "@babel/plugin-syntax-logical-assignment-operators" "^7.10.4"
955
+ "@babel/plugin-syntax-nullish-coalescing-operator" "^7.8.3"
956
+ "@babel/plugin-syntax-numeric-separator" "^7.10.4"
957
+ "@babel/plugin-syntax-object-rest-spread" "^7.8.3"
958
+ "@babel/plugin-syntax-optional-catch-binding" "^7.8.3"
959
+ "@babel/plugin-syntax-optional-chaining" "^7.8.3"
960
+ "@babel/plugin-syntax-private-property-in-object" "^7.14.5"
961
+ "@babel/plugin-syntax-top-level-await" "^7.14.5"
962
+ "@babel/plugin-transform-arrow-functions" "^7.16.7"
963
+ "@babel/plugin-transform-async-to-generator" "^7.16.8"
964
+ "@babel/plugin-transform-block-scoped-functions" "^7.16.7"
965
+ "@babel/plugin-transform-block-scoping" "^7.16.7"
966
+ "@babel/plugin-transform-classes" "^7.16.7"
967
+ "@babel/plugin-transform-computed-properties" "^7.16.7"
968
+ "@babel/plugin-transform-destructuring" "^7.16.7"
969
+ "@babel/plugin-transform-dotall-regex" "^7.16.7"
970
+ "@babel/plugin-transform-duplicate-keys" "^7.16.7"
971
+ "@babel/plugin-transform-exponentiation-operator" "^7.16.7"
972
+ "@babel/plugin-transform-for-of" "^7.16.7"
973
+ "@babel/plugin-transform-function-name" "^7.16.7"
974
+ "@babel/plugin-transform-literals" "^7.16.7"
975
+ "@babel/plugin-transform-member-expression-literals" "^7.16.7"
976
+ "@babel/plugin-transform-modules-amd" "^7.16.7"
977
+ "@babel/plugin-transform-modules-commonjs" "^7.16.8"
978
+ "@babel/plugin-transform-modules-systemjs" "^7.16.7"
979
+ "@babel/plugin-transform-modules-umd" "^7.16.7"
980
+ "@babel/plugin-transform-named-capturing-groups-regex" "^7.16.8"
981
+ "@babel/plugin-transform-new-target" "^7.16.7"
982
+ "@babel/plugin-transform-object-super" "^7.16.7"
983
+ "@babel/plugin-transform-parameters" "^7.16.7"
984
+ "@babel/plugin-transform-property-literals" "^7.16.7"
985
+ "@babel/plugin-transform-regenerator" "^7.16.7"
986
+ "@babel/plugin-transform-reserved-words" "^7.16.7"
987
+ "@babel/plugin-transform-shorthand-properties" "^7.16.7"
988
+ "@babel/plugin-transform-spread" "^7.16.7"
989
+ "@babel/plugin-transform-sticky-regex" "^7.16.7"
990
+ "@babel/plugin-transform-template-literals" "^7.16.7"
991
+ "@babel/plugin-transform-typeof-symbol" "^7.16.7"
992
+ "@babel/plugin-transform-unicode-escapes" "^7.16.7"
993
+ "@babel/plugin-transform-unicode-regex" "^7.16.7"
994
+ "@babel/preset-modules" "^0.1.5"
995
+ "@babel/types" "^7.16.8"
996
+ babel-plugin-polyfill-corejs2 "^0.3.0"
997
+ babel-plugin-polyfill-corejs3 "^0.5.0"
998
+ babel-plugin-polyfill-regenerator "^0.3.0"
999
+ core-js-compat "^3.20.2"
1000
+ semver "^6.3.0"
1001
+
914
1002
"@babel/preset-modules@^0.1.5":
915
1003
version "0.1.5"
916
1004
resolved "https://registry.yarnpkg.com/@babel/preset-modules/-/preset-modules-0.1.5.tgz#ef939d6e7f268827e1841638dc6ff95515e115d9"
1212
1300
dependencies:
1213
1301
vary "^1.1.2"
1214
1302
1215
- "@microsoft/api-documenter@^7.14.2 ":
1216
- version "7.14.2 "
1217
- resolved "https://registry.yarnpkg.com/@microsoft/api-documenter/-/api-documenter-7.14.2 .tgz#28b206ef07c32ad9d99ef08b49453d9df1bd1b0f "
1218
- integrity sha512-QdGaR2kIV3nMp/O4uMV4sQGEUY9CIOCvdlRy1eS00gkiwEnD5txDXGpGE5aebj7yhPsmmlq7u+049w+RjFdPGg ==
1303
+ "@microsoft/api-documenter@^7.15.0 ":
1304
+ version "7.15.0 "
1305
+ resolved "https://registry.yarnpkg.com/@microsoft/api-documenter/-/api-documenter-7.15.0 .tgz#e6cf24fc0e2f18a71dcf4c5c8100cc083167a81e "
1306
+ integrity sha512-0KvwFamTIGZk6VE71F5gdDLxszLet0A1PEeb87RTdxr4KC0/yVFQvDyj+ck+HVr5+Exf6RyzIHfou0sgJl9SDA ==
1219
1307
dependencies:
1220
1308
"@microsoft/api-extractor-model" "7.15.3"
1221
1309
"@microsoft/tsdoc" "0.13.2"
@@ -9480,10 +9568,10 @@ pkg-dir@^4.1.0, pkg-dir@^4.2.0:
9480
9568
dependencies:
9481
9569
find-up "^4.0.0"
9482
9570
9483
- playwright-core@=1.17.2 :
9484
- version "1.17.2 "
9485
- resolved "https://registry.yarnpkg.com/playwright-core/-/playwright-core-1.17.2 .tgz#916254fa8fb3eb76c160b5c2e06bc979d6ec2cf8 "
9486
- integrity sha512-TCYIt2UNHvqGxvD79bBjBv9osDLAH1gn7AZD5kRpMNQJG6BAmJt8B4Ek8fzdKmCQOnHf9ASJmcYRszoIZxcdVA ==
9571
+ playwright-core@=1.18.0 :
9572
+ version "1.18.0 "
9573
+ resolved "https://registry.yarnpkg.com/playwright-core/-/playwright-core-1.18.0 .tgz#b4d2b9068f26357adaa952a13254796fd439f322 "
9574
+ integrity sha512-JTRlCVpfAFcC1nth+XIE07w6M5m6C8PaEoClv7wGWF97cyDMcHIij0xIVEKMKli7IG5N0mqjLDFc/akXSbMZ1g ==
9487
9575
dependencies:
9488
9576
commander "^8.2.0"
9489
9577
debug "^4.1.1"
@@ -9502,12 +9590,12 @@ playwright-core@=1.17.2:
9502
9590
yauzl "^2.10.0"
9503
9591
yazl "^2.5.1"
9504
9592
9505
- playwright@^1.17.2 :
9506
- version "1.17.2 "
9507
- resolved "https://registry.yarnpkg.com/playwright/-/playwright-1.17.2 .tgz#918b9a7e43ac8640fa3e2162ce0cb8b395c55fb7 "
9508
- integrity sha512-u1HZmVoeLCLptNcpuOyp5KfBzsdsLxE9CReK82i/p8j5i7EPqtY3fX77SMHqDGeO7tLBSYk2a6eFDVlQfSSANg ==
9593
+ playwright@^1.18.0 :
9594
+ version "1.18.0 "
9595
+ resolved "https://registry.yarnpkg.com/playwright/-/playwright-1.18.0 .tgz#4613e19147ffa5f77ad845227f007b9b94a366f8 "
9596
+ integrity sha512-GOWvcWRtL7o6QCj6tvZCxqHKx2sIhXeEmEJAqQdOZgxzQiCkPe1hnTHab1p8R1bDvHK703fDS2oIbs3mcvg6gw ==
9509
9597
dependencies:
9510
- playwright-core "=1.17.2 "
9598
+ playwright-core "=1.18.0 "
9511
9599
9512
9600
pluralize@^8.0.0:
9513
9601
version "8.0.0"
@@ -12019,11 +12107,16 @@ typedarray@^0.0.6:
12019
12107
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
12020
12108
integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=
12021
12109
12022
- typescript@^4.3.5, typescript@^4.5.4, typescript@ ~4.5.2:
12110
+ typescript@^4.3.5, typescript@~4.5.2:
12023
12111
version "4.5.4"
12024
12112
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.5.4.tgz#a17d3a0263bf5c8723b9c52f43c5084edf13c2e8"
12025
12113
integrity sha512-VgYs2A2QIRuGphtzFV7aQJduJ2gyfTljngLzjpfW9FoYZF6xuw1W0vW9ghCKLfcWrCFxK81CSGRAvS1pn4fIUg==
12026
12114
12115
+ typescript@^4.5.5:
12116
+ version "4.5.5"
12117
+ resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.5.5.tgz#d8c953832d28924a9e3d37c73d729c846c5896f3"
12118
+ integrity sha512-TCTIul70LyWe6IJWT8QSYeA54WQe8EjQFU4wY52Fasj5UKx88LNYKCgBEHcOMOrFF1rKGbD8v/xcNWVUq9SymA==
12119
+
12027
12120
typescript@~4.2:
12028
12121
version "4.2.4"
12029
12122
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.2.4.tgz#8610b59747de028fda898a8aef0e103f156d0961"
0 commit comments