Skip to content

Commit cff0c7f

Browse files
chore(deps): update dependency @codeceptjs/ui to ^0.5.0
1 parent da9f549 commit cff0c7f

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

modules/codecept/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"access": "public"
1818
},
1919
"dependencies": {
20-
"@codeceptjs/ui": "^0.4.6",
20+
"@codeceptjs/ui": "^0.5.0",
2121
"@csssr/e2e-tools": "^1.6.14",
2222
"@types/node": "^18.16.18",
2323
"async-retry": "^1.3.3",

yarn.lock

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1252,21 +1252,21 @@
12521252
resolved "https://registry.yarnpkg.com/@codeceptjs/helper/-/helper-1.0.2.tgz#feefbdc7877e7cf98dabcda55ae313b72bda6d98"
12531253
integrity sha512-QKuyw4cGVa78YYj+g02RXitcUYpV4qKjZDHxfCIH2w8lJIr1FQohRD3o/MpcqEnvp475HQJN/OyWhdUBstJupA==
12541254

1255-
"@codeceptjs/ui@^0.4.6":
1256-
version "0.4.7"
1257-
resolved "https://registry.yarnpkg.com/@codeceptjs/ui/-/ui-0.4.7.tgz#411c5524c959f835b530385c5780fa775d848e10"
1258-
integrity sha512-QQMlhewczh2fPfQnkUI5pOG1GmLR0Bc6FiW2no3EEjiQKEycr4F1on574WDr2Q+BbRCxS10ZsopU5ju7CfV4bA==
1255+
"@codeceptjs/ui@^0.5.0":
1256+
version "0.5.0"
1257+
resolved "https://registry.yarnpkg.com/@codeceptjs/ui/-/ui-0.5.0.tgz#51899b14a2d4be187ad5685e993d1bff79d69316"
1258+
integrity sha512-6nZAnn5OKAh2JNRtIwcJV2qF0RcLR6GkciREH8UQgFQBmQAN0dKumfULtX4sD8C5s6yal4PfwRIioyOfY8fEaQ==
12591259
dependencies:
12601260
"@codeceptjs/configure" "^0.8.0"
12611261
axios "^0.24.0"
1262-
body-parser "^1.20.0"
1263-
cheerio "^1.0.0-rc.11"
1262+
body-parser "^1.20.1"
1263+
cheerio "^1.0.0-rc.12"
12641264
chokidar "^3.5.3"
12651265
commander "^8.3.0"
12661266
core-js "2.6.12"
12671267
debug "^4.3.4"
12681268
electron "^15.5.5"
1269-
express "^4.18.1"
1269+
express "^4.18.2"
12701270
lodash.clonedeep "^4.5.0"
12711271
nanoid "^3.3.4"
12721272
socket.io "^2.3.0"
@@ -3474,7 +3474,7 @@ [email protected]:
34743474
type-is "~1.6.18"
34753475
unpipe "1.0.0"
34763476

3477-
body-parser@^1.20.0:
3477+
body-parser@^1.20.1:
34783478
version "1.20.2"
34793479
resolved "https://registry.yarnpkg.com/body-parser/-/body-parser-1.20.2.tgz#6feb0e21c4724d06de7ff38da36dad4f57a747fd"
34803480
integrity sha512-ml9pReCu3M61kGlqoTm2umSXTlRTuGTx0bfYj+uIUKKYycG5NtSbeetV3faSU6R7ajOPw0g/J1PvK4qNy7s5bA==
@@ -3878,7 +3878,7 @@ cheerio-select@^2.1.0:
38783878
domhandler "^5.0.3"
38793879
domutils "^3.0.1"
38803880

3881-
cheerio@^1.0.0-rc.11:
3881+
cheerio@^1.0.0-rc.12:
38823882
version "1.0.0-rc.12"
38833883
resolved "https://registry.yarnpkg.com/cheerio/-/cheerio-1.0.0-rc.12.tgz#788bf7466506b1c6bf5fae51d24a2c4d62e47683"
38843884
integrity sha512-VqR8m68vM46BNnuZ5NtnGBKIE/DfN0cRIzg9n40EIq9NOv90ayxLBXA8fXC5gquFRGJSTRqBq25Jt2ECLR431Q==
@@ -5488,7 +5488,7 @@ expect@^26.6.2:
54885488
jest-message-util "^26.6.2"
54895489
jest-regex-util "^26.0.0"
54905490

5491-
express@^4.18.1:
5491+
express@^4.18.2:
54925492
version "4.18.2"
54935493
resolved "https://registry.yarnpkg.com/express/-/express-4.18.2.tgz#3fabe08296e930c796c19e3c516979386ba9fd59"
54945494
integrity sha512-5/PsL6iGPdfQ/lKM1UuielYgv3BUoJfz1aUwU9vHZ+J7gyvwdQXFEBIEIaxeGf0GIcreATNyBExtalisDbuMqQ==

0 commit comments

Comments
 (0)