Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency @playwright/test to v1.42.1 #6214

Merged
merged 1 commit into from
Mar 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion opencti-platform/opencti-front/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
"yup": "1.3.3"
},
"devDependencies": {
"@playwright/test": "1.41.0",
"@playwright/test": "1.42.1",
"@rollup/plugin-graphql": "2.0.4",
"@testing-library/react": "14.2.1",
"@types/node": "20.11.19",
Expand Down
30 changes: 15 additions & 15 deletions opencti-platform/opencti-front/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3907,14 +3907,14 @@ __metadata:
languageName: node
linkType: hard

"@playwright/test@npm:1.41.0":
version: 1.41.0
resolution: "@playwright/test@npm:1.41.0"
"@playwright/test@npm:1.42.1":
version: 1.42.1
resolution: "@playwright/test@npm:1.42.1"
dependencies:
playwright: "npm:1.41.0"
playwright: "npm:1.42.1"
bin:
playwright: cli.js
checksum: 10/079e80335d56029b1b5d93589764b9b6f4b36233c4ed0c1ae84a20bd962f3f01da0ffaffa6f4e3e6b660eeff82f9369d5ddf2131120e3673bba2910e1df13db3
checksum: 10/5bd7f1c77963cacc6f44cf4c1ef46f9ad41e79a3e6f34eb81398afaa09b1b08a4cbe0f7064f03c71c094414d1c4507d6183b61c63aa4b6a93846d386f7c651a2
languageName: node
linkType: hard

Expand Down Expand Up @@ -15570,7 +15570,7 @@ __metadata:
"@mui/styles": "npm:5.15.10"
"@mui/utils": "npm:5.15.9"
"@mui/x-date-pickers": "npm:6.19.4"
"@playwright/test": "npm:1.41.0"
"@playwright/test": "npm:1.42.1"
"@rjsf/core": "npm:5.17.1"
"@rjsf/mui": "npm:5.17.1"
"@rjsf/utils": "npm:5.17.1"
Expand Down Expand Up @@ -16103,27 +16103,27 @@ __metadata:
languageName: node
linkType: hard

"playwright-core@npm:1.41.0":
version: 1.41.0
resolution: "playwright-core@npm:1.41.0"
"playwright-core@npm:1.42.1":
version: 1.42.1
resolution: "playwright-core@npm:1.42.1"
bin:
playwright-core: cli.js
checksum: 10/d87be32ed9a97bb6d379afaa1f0bc8ae1369cfc27468e89df58a723c51ea7e242ae91107a7aada7564da68f7b18fa2925c25d9f238be60410c7fd6c4923901ae
checksum: 10/6a71d2e2aa5b054d6e83836f09e139a0ff4de3aa9b6aebe0e03de3ab828c735d23a20a60fafcee91c1658da490cc390f05af463325ac842beaff58a173f7ad9e
languageName: node
linkType: hard

"playwright@npm:1.41.0":
version: 1.41.0
resolution: "playwright@npm:1.41.0"
"playwright@npm:1.42.1":
version: 1.42.1
resolution: "playwright@npm:1.42.1"
dependencies:
fsevents: "npm:2.3.2"
playwright-core: "npm:1.41.0"
playwright-core: "npm:1.42.1"
dependenciesMeta:
fsevents:
optional: true
bin:
playwright: cli.js
checksum: 10/777760f8ceef66d09270420f9b57fd8fdadd15ee1b56893e2dc25d4fa8690dd51eebd187cea64d63150b4cb2f488fc6e1d213bb0976ac441b3a1ab3dfd72cb13
checksum: 10/1f866a6820e19feaaeb12cd87bfa93299d6d72e1287413098c5ae0349c7e7953eb0a303bdfbb99c12173a3493e6fdb642f89a166cfcfd8295254a520abf6eb7f
languageName: node
linkType: hard

Expand Down
Loading