build(deps-dev): bump @currents/playwright from 1.9.4 to 1.11.4
Bumps [@currents/playwright](https://github.com/currents-dev/currents-playwright-changelog) from 1.9.4 to 1.11.4. - [Changelog](https://github.com/currents-dev/currents-playwright-changelog/blob/main/CHANGELOG.md) - [Commits](https://github.com/currents-dev/currents-playwright-changelog/commits) --- updated-dependencies: - dependency-name: "@currents/playwright" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
265ba2ac78
commit
eb146a61d5
2 changed files with 54 additions and 9 deletions
61
package-lock.json
generated
61
package-lock.json
generated
|
|
@ -35,7 +35,7 @@
|
|||
"@babel/preset-env": "7.26.9",
|
||||
"@babel/preset-react": "7.26.3",
|
||||
"@babel/preset-typescript": "7.26.0",
|
||||
"@currents/playwright": "1.9.4",
|
||||
"@currents/playwright": "1.11.4",
|
||||
"@patternfly/react-icons": "5.4.2",
|
||||
"@playwright/test": "1.50.1",
|
||||
"@redhat-cloud-services/eslint-config-redhat-cloud-services": "2.0.12",
|
||||
|
|
@ -2121,9 +2121,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@currents/playwright": {
|
||||
"version": "1.9.4",
|
||||
"resolved": "https://registry.npmjs.org/@currents/playwright/-/playwright-1.9.4.tgz",
|
||||
"integrity": "sha512-PC+rz0vLDcMD/eOzeVIQrXhowEGXlds5LIhuVcfKDH2j4AcE5XwBrUOBEI1duOZq5dDK5ii7G3LZ6vN4RtM64A==",
|
||||
"version": "1.11.4",
|
||||
"resolved": "https://registry.npmjs.org/@currents/playwright/-/playwright-1.11.4.tgz",
|
||||
"integrity": "sha512-f1gcxXA5wNoPYci7ccayYEUq4N+QkiPbiRE4hasUbF75EWqHFlTFCLtEOQUXoVPz5mJLp48F1ZeDPnJiqADf6g==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
|
|
@ -2131,7 +2131,7 @@
|
|||
"@commander-js/extra-typings": "^12.1.0",
|
||||
"@currents/commit-info": "1.0.1-beta.0",
|
||||
"async-retry": "^1.3.3",
|
||||
"axios": "^1.7.4",
|
||||
"axios": "^1.8.2",
|
||||
"axios-retry": "^4.5.0",
|
||||
"c12": "^1.11.2",
|
||||
"chalk": "^4.1.2",
|
||||
|
|
@ -2149,6 +2149,7 @@
|
|||
"nanoid": "^3.3.8",
|
||||
"object-sizeof": "^2.6.5",
|
||||
"p-debounce": "^2.1.0",
|
||||
"p-map": "^4.0.0",
|
||||
"p-queue": "6.6.2",
|
||||
"pino": "^9.6.0",
|
||||
"pluralize": "^8.0.0",
|
||||
|
|
@ -2159,7 +2160,7 @@
|
|||
"tmp": "^0.2.3",
|
||||
"tmp-promise": "^3.0.3",
|
||||
"ts-pattern": "^5.6.0",
|
||||
"ws": "^8.18.0"
|
||||
"ws": "^8.18.1"
|
||||
},
|
||||
"bin": {
|
||||
"pwc": "dist/bin/pwc.js",
|
||||
|
|
@ -2221,6 +2222,22 @@
|
|||
"node": ">= 14"
|
||||
}
|
||||
},
|
||||
"node_modules/@currents/playwright/node_modules/p-map": {
|
||||
"version": "4.0.0",
|
||||
"resolved": "https://registry.npmjs.org/p-map/-/p-map-4.0.0.tgz",
|
||||
"integrity": "sha512-/bjOqmgETBYB5BoEeGVea8dmvHb2m9GLy1E9W43yeyfP6QQCZGFNa+XRceJEuDB6zqr+gKpIAmlLebMpykw/MQ==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"aggregate-error": "^3.0.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=10"
|
||||
},
|
||||
"funding": {
|
||||
"url": "https://github.com/sponsors/sindresorhus"
|
||||
}
|
||||
},
|
||||
"node_modules/@currents/playwright/node_modules/tmp": {
|
||||
"version": "0.2.3",
|
||||
"resolved": "https://registry.npmjs.org/tmp/-/tmp-0.2.3.tgz",
|
||||
|
|
@ -5417,6 +5434,20 @@
|
|||
"node": ">= 6.0.0"
|
||||
}
|
||||
},
|
||||
"node_modules/aggregate-error": {
|
||||
"version": "3.1.0",
|
||||
"resolved": "https://registry.npmjs.org/aggregate-error/-/aggregate-error-3.1.0.tgz",
|
||||
"integrity": "sha512-4I7Td01quW/RpocfNayFdFVk1qSuoh0E7JrbRJ16nH01HhKFQ88INq9Sd+nd72zqRySlr9BmDA8xlEJ6vJMrYA==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"clean-stack": "^2.0.0",
|
||||
"indent-string": "^4.0.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=8"
|
||||
}
|
||||
},
|
||||
"node_modules/ajv": {
|
||||
"version": "8.17.1",
|
||||
"dev": true,
|
||||
|
|
@ -5878,7 +5909,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/axios": {
|
||||
"version": "1.7.7",
|
||||
"version": "1.8.4",
|
||||
"resolved": "https://registry.npmjs.org/axios/-/axios-1.8.4.tgz",
|
||||
"integrity": "sha512-eBSYY4Y68NNlHbHBMdeDmKNtDgXWhQsJcGqzO3iLUM0GraQFSS9cVgPX5I9b3lbdFKyYoAEGAZF1DwhTaljNAw==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"follow-redirects": "^1.15.6",
|
||||
|
|
@ -6532,6 +6565,16 @@
|
|||
"node": ">=0.10.0"
|
||||
}
|
||||
},
|
||||
"node_modules/clean-stack": {
|
||||
"version": "2.2.0",
|
||||
"resolved": "https://registry.npmjs.org/clean-stack/-/clean-stack-2.2.0.tgz",
|
||||
"integrity": "sha512-4diC9HaTE+KRAMWhDhrGOECgWZxoevMc5TlkObMqNSsVU62PYzXZ/SMTjzyGAFF1YusgxGcSWTEXBhp0CPwQ1A==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"engines": {
|
||||
"node": ">=6"
|
||||
}
|
||||
},
|
||||
"node_modules/clean-webpack-plugin": {
|
||||
"version": "4.0.0",
|
||||
"dev": true,
|
||||
|
|
@ -18261,7 +18304,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/ws": {
|
||||
"version": "8.18.0",
|
||||
"version": "8.18.1",
|
||||
"resolved": "https://registry.npmjs.org/ws/-/ws-8.18.1.tgz",
|
||||
"integrity": "sha512-RKW2aJZMXeMxVpnZ6bck+RswznaxmzdULiBr6KY7XkTnW8uvt0iT9H5DkHUChXrc+uurzwa0rVI16n/Xzjdz1w==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"engines": {
|
||||
|
|
|
|||
|
|
@ -35,7 +35,7 @@
|
|||
"@babel/preset-typescript": "7.26.0",
|
||||
"@patternfly/react-icons": "5.4.2",
|
||||
"@playwright/test": "1.50.1",
|
||||
"@currents/playwright": "1.9.4",
|
||||
"@currents/playwright": "1.11.4",
|
||||
"@redhat-cloud-services/eslint-config-redhat-cloud-services": "2.0.12",
|
||||
"@redhat-cloud-services/frontend-components-config": "6.3.8",
|
||||
"@redhat-cloud-services/tsc-transform-imports": "1.0.23",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue