Skip to content

Commit e596c11

Browse files
chore(deps): update all non-major dependencies (#1531)
Co-authored-by: Renovate Bot <[email protected]>
1 parent d38a8d7 commit e596c11

File tree

2 files changed

+113
-20
lines changed

2 files changed

+113
-20
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@
5050
},
5151
"devDependencies": {
5252
"@babel/core": "^7.16.10",
53-
"@babel/preset-env": "^7.16.10",
53+
"@babel/preset-env": "^7.16.11",
5454
"@babel/preset-typescript": "^7.16.7",
55-
"@microsoft/api-documenter": "^7.14.2",
55+
"@microsoft/api-documenter": "^7.15.0",
5656
"@microsoft/api-extractor": "^7.19.4",
5757
"@nuxt/test-utils": "^0.2.2",
5858
"@nuxt/types": "^2.15.8",
@@ -81,13 +81,13 @@
8181
"lodash.get": "^4.4.2",
8282
"nuxt": "^2.15.8",
8383
"oidc-provider": "^7.10.6",
84-
"playwright": "^1.17.2",
84+
"playwright": "^1.18.0",
8585
"prettier": "^2.5.1",
8686
"siroc": "^0.16.0",
8787
"standard-version": "^9.3.2",
8888
"ts-jest": "^27.1.3",
8989
"ts-loader": "^8.3.0",
90-
"typescript": "^4.5.4",
90+
"typescript": "^4.5.5",
9191
"vue": "2.6.14",
9292
"webpack": "<5"
9393
},

yarn.lock

Lines changed: 109 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
browserslist "^4.17.5"
7979
semver "^6.3.0"
8080

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":
8282
version "7.16.10"
8383
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.16.10.tgz#8a6959b9cc818a88815ba3c5474619e9c0f2c21c"
8484
integrity sha512-wDeej0pu3WN/ffTxMNCPW5UCiOav8IcLRxSIyp/9+IF2xJUM9h/OYjg0IJLHaL6F8oU8kqMz9nc1vryXhMsgXg==
@@ -409,6 +409,14 @@
409409
"@babel/helper-create-class-features-plugin" "^7.16.7"
410410
"@babel/helper-plugin-utils" "^7.16.7"
411411

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+
412420
"@babel/plugin-proposal-private-property-in-object@^7.16.7":
413421
version "7.16.7"
414422
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-private-property-in-object/-/plugin-proposal-private-property-in-object-7.16.7.tgz#b0b8cef543c2c3d57e59e2c611994861d46a3fce"
@@ -831,7 +839,7 @@
831839
"@babel/helper-create-regexp-features-plugin" "^7.16.7"
832840
"@babel/helper-plugin-utils" "^7.16.7"
833841

834-
"@babel/preset-env@^7.14.1", "@babel/preset-env@^7.16.10":
842+
"@babel/preset-env@^7.14.1":
835843
version "7.16.10"
836844
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.16.10.tgz#84400e6b5ee1efd982f55c61f3b6ac3fb5c8ab57"
837845
integrity sha512-iCac3fZn9oOcLqc1N2/copPiX7aoxzsvjeDdXoZobrlbQ6YGgS3bL9HyldOJ8V8AY5P7pFynCATrn7M4dMw0Yg==
@@ -911,6 +919,86 @@
911919
core-js-compat "^3.20.2"
912920
semver "^6.3.0"
913921

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+
9141002
"@babel/preset-modules@^0.1.5":
9151003
version "0.1.5"
9161004
resolved "https://registry.yarnpkg.com/@babel/preset-modules/-/preset-modules-0.1.5.tgz#ef939d6e7f268827e1841638dc6ff95515e115d9"
@@ -1212,10 +1300,10 @@
12121300
dependencies:
12131301
vary "^1.1.2"
12141302

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==
12191307
dependencies:
12201308
"@microsoft/api-extractor-model" "7.15.3"
12211309
"@microsoft/tsdoc" "0.13.2"
@@ -9480,10 +9568,10 @@ pkg-dir@^4.1.0, pkg-dir@^4.2.0:
94809568
dependencies:
94819569
find-up "^4.0.0"
94829570

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==
94879575
dependencies:
94889576
commander "^8.2.0"
94899577
debug "^4.1.1"
@@ -9502,12 +9590,12 @@ playwright-core@=1.17.2:
95029590
yauzl "^2.10.0"
95039591
yazl "^2.5.1"
95049592

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==
95099597
dependencies:
9510-
playwright-core "=1.17.2"
9598+
playwright-core "=1.18.0"
95119599

95129600
pluralize@^8.0.0:
95139601
version "8.0.0"
@@ -12019,11 +12107,16 @@ typedarray@^0.0.6:
1201912107
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
1202012108
integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=
1202112109

12022-
typescript@^4.3.5, typescript@^4.5.4, typescript@~4.5.2:
12110+
typescript@^4.3.5, typescript@~4.5.2:
1202312111
version "4.5.4"
1202412112
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.5.4.tgz#a17d3a0263bf5c8723b9c52f43c5084edf13c2e8"
1202512113
integrity sha512-VgYs2A2QIRuGphtzFV7aQJduJ2gyfTljngLzjpfW9FoYZF6xuw1W0vW9ghCKLfcWrCFxK81CSGRAvS1pn4fIUg==
1202612114

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+
1202712120
typescript@~4.2:
1202812121
version "4.2.4"
1202912122
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.2.4.tgz#8610b59747de028fda898a8aef0e103f156d0961"

0 commit comments

Comments
 (0)