Skip to content

Commit

Permalink
Merge pull request #857 from rancher/dependabot/npm_and_yarn/tests/pl…
Browse files Browse the repository at this point in the history
…aywright-qase-reporter-2.0.10

Bump playwright-qase-reporter from 2.0.9 to 2.0.10 in /tests
  • Loading branch information
kravciak authored Aug 19, 2024
2 parents 20096ca + 047bb09 commit 25cf1fe
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"@types/semver": "^7.5.8",
"js-yaml": "^4.1.0",
"lodash": "^4.17.21",
"playwright-qase-reporter": "^2.0.9",
"playwright-qase-reporter": "^2.0.10",
"semver": "^7.6.3"
},
"engines": {
Expand Down
28 changes: 14 additions & 14 deletions tests/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -348,13 +348,13 @@ playwright-core@1.46.1:
resolved "https://registry.yarnpkg.com/playwright-core/-/playwright-core-1.46.1.tgz#28f3ab35312135dda75b0c92a3e5c0e7edb9cc8b"
integrity sha512-h9LqIQaAv+CYvWzsZ+h3RsrqCStkBHlgo6/TJlFst3cOTlLghBQlJwPOZKQJTKNaD3QIB7aAVQ+gfWbN3NXB7A==

playwright-qase-reporter@^2.0.9:
version "2.0.9"
resolved "https://registry.yarnpkg.com/playwright-qase-reporter/-/playwright-qase-reporter-2.0.9.tgz#637190098904935974ef3baf4582c13385cb49d5"
integrity sha512-CeySJ0DfsEOlojpOfhOdzuErq7UWQIQNGFMxRo2e8OibbZF3IkKigBL60ohmYMcBCxVaC3uygQTwnalDG1Ph4w==
playwright-qase-reporter@^2.0.10:
version "2.0.10"
resolved "https://registry.yarnpkg.com/playwright-qase-reporter/-/playwright-qase-reporter-2.0.10.tgz#7acb322a218cabfc90d54fa44f511137e98b76a3"
integrity sha512-gWeI7Jt0r2fWOfMTClPOANPTHrWCkxZb9Xj18UFtkir9FPyaSZv/b8iFf+g/8bPpbcCLgN3jqKb0glwIC7vvsw==
dependencies:
chalk "^4.1.2"
qase-javascript-commons "^2.0.8"
qase-javascript-commons "~2.1.1"
uuid "^9.0.0"

playwright@1.46.1:
Expand All @@ -376,10 +376,10 @@ punycode@^2.1.0:
resolved "https://registry.yarnpkg.com/punycode/-/punycode-2.3.1.tgz#027422e2faec0b25e1549c3e1bd8309b9133b6e5"
integrity sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==

qase-javascript-commons@^2.0.8:
version "2.0.11"
resolved "https://registry.yarnpkg.com/qase-javascript-commons/-/qase-javascript-commons-2.0.11.tgz#408ee0ebb2fece242dcee10df9b4fcf85ccf29a7"
integrity sha512-dPuzSgFmXfL5RQANSkKU4Ohp3hzQiKkIHnrCuZiBZ2stZ0LiEcZrvftJk4k2NksKyw3qe4NlSshmf5grh9LNcg==
qase-javascript-commons@~2.1.1:
version "2.1.1"
resolved "https://registry.yarnpkg.com/qase-javascript-commons/-/qase-javascript-commons-2.1.1.tgz#33b7bb4be2e3a05790dbfbfbf44f67c766052278"
integrity sha512-aB07f86mZw3xWZeei9FqG/d3nSfOkWkhiZx+UNP11qipIDfANeHSJcMMNDjJTpklI0AXx3JryCKUinT44fIDvA==
dependencies:
ajv "^8.12.0"
chalk "^4.1.2"
Expand All @@ -390,14 +390,14 @@ qase-javascript-commons@^2.0.8:
lodash.merge "^4.6.2"
lodash.mergewith "^4.6.2"
mime-types "^2.1.33"
qaseio "^2.1.3"
qaseio "~2.2.0"
strip-ansi "^6.0.1"
uuid "^9.0.0"

qaseio@^2.1.3:
version "2.1.5"
resolved "https://registry.yarnpkg.com/qaseio/-/qaseio-2.1.5.tgz#79c2eb1ddeeef9f5b6e72c6fbf6a27505c22d84a"
integrity sha512-x7Vm+/797cgWnCSR43cKs1RYnnV55RLH5E0jqdkDzKXTwHOkEeSQ9WRrn0juDrOctoTmrSlbfdmfs3zDKnJfXA==
qaseio@~2.2.0:
version "2.2.0"
resolved "https://registry.yarnpkg.com/qaseio/-/qaseio-2.2.0.tgz#3f8c08fc98611b6907c4ca90fb78f9884e95eb1c"
integrity sha512-Nsk7Li4H0OspSBxCGVkWVB9rkl9PDd9qEUChFDBSPJhRBHORWCGXnXeJofgGW7qDCgLSgwGp4ctIkEe2GM7v9Q==
dependencies:
axios "^0.28.0"
axios-retry "^3.5.0"
Expand Down

0 comments on commit 25cf1fe

Please sign in to comment.