Skip to content

Commit

Permalink
chore(deps): update dependency @codeceptjs/ui to ^0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 2, 2023
1 parent da9f549 commit d646614
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion modules/codecept/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"access": "public"
},
"dependencies": {
"@codeceptjs/ui": "^0.4.6",
"@codeceptjs/ui": "^0.6.0",
"@csssr/e2e-tools": "^1.6.14",
"@types/node": "^18.16.18",
"async-retry": "^1.3.3",
Expand Down
20 changes: 10 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1252,21 +1252,21 @@
resolved "https://registry.yarnpkg.com/@codeceptjs/helper/-/helper-1.0.2.tgz#feefbdc7877e7cf98dabcda55ae313b72bda6d98"
integrity sha512-QKuyw4cGVa78YYj+g02RXitcUYpV4qKjZDHxfCIH2w8lJIr1FQohRD3o/MpcqEnvp475HQJN/OyWhdUBstJupA==

"@codeceptjs/ui@^0.4.6":
version "0.4.7"
resolved "https://registry.yarnpkg.com/@codeceptjs/ui/-/ui-0.4.7.tgz#411c5524c959f835b530385c5780fa775d848e10"
integrity sha512-QQMlhewczh2fPfQnkUI5pOG1GmLR0Bc6FiW2no3EEjiQKEycr4F1on574WDr2Q+BbRCxS10ZsopU5ju7CfV4bA==
"@codeceptjs/ui@^0.6.0":
version "0.6.1"
resolved "https://registry.yarnpkg.com/@codeceptjs/ui/-/ui-0.6.1.tgz#1f4b477294eacb0988fd912a839cde8a6be33050"
integrity sha512-dkcmSzVV7jE8M3eVYCCdieNFk2MTRDoc+dKt1z+ubfW92mgt6fy7uRejwfBnCKQIGSn6eYGiu01v4fondQHFOg==
dependencies:
"@codeceptjs/configure" "^0.8.0"
axios "^0.24.0"
body-parser "^1.20.0"
cheerio "^1.0.0-rc.11"
body-parser "^1.20.1"
cheerio "^1.0.0-rc.12"
chokidar "^3.5.3"
commander "^8.3.0"
core-js "2.6.12"
debug "^4.3.4"
electron "^15.5.5"
express "^4.18.1"
express "^4.18.2"
lodash.clonedeep "^4.5.0"
nanoid "^3.3.4"
socket.io "^2.3.0"
Expand Down Expand Up @@ -3474,7 +3474,7 @@ [email protected]:
type-is "~1.6.18"
unpipe "1.0.0"

body-parser@^1.20.0:
body-parser@^1.20.1:
version "1.20.2"
resolved "https://registry.yarnpkg.com/body-parser/-/body-parser-1.20.2.tgz#6feb0e21c4724d06de7ff38da36dad4f57a747fd"
integrity sha512-ml9pReCu3M61kGlqoTm2umSXTlRTuGTx0bfYj+uIUKKYycG5NtSbeetV3faSU6R7ajOPw0g/J1PvK4qNy7s5bA==
Expand Down Expand Up @@ -3878,7 +3878,7 @@ cheerio-select@^2.1.0:
domhandler "^5.0.3"
domutils "^3.0.1"

cheerio@^1.0.0-rc.11:
cheerio@^1.0.0-rc.12:
version "1.0.0-rc.12"
resolved "https://registry.yarnpkg.com/cheerio/-/cheerio-1.0.0-rc.12.tgz#788bf7466506b1c6bf5fae51d24a2c4d62e47683"
integrity sha512-VqR8m68vM46BNnuZ5NtnGBKIE/DfN0cRIzg9n40EIq9NOv90ayxLBXA8fXC5gquFRGJSTRqBq25Jt2ECLR431Q==
Expand Down Expand Up @@ -5488,7 +5488,7 @@ expect@^26.6.2:
jest-message-util "^26.6.2"
jest-regex-util "^26.0.0"

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

0 comments on commit d646614

Please sign in to comment.