fix: upgrade playwright from 1.42.0 to 1.49.1 (#3324)

Snyk has created this PR to upgrade playwright from 1.42.0 to 1.49.1.

See this package in npm:
playwright

See this project in Snyk:
https://app.snyk.io/org/mattermost-core/project/3dea6042-a212-4359-aa52-4b8845ec1c35?utm_source=github-enterprise&utm_medium=referral&page=upgrade-pr

Co-authored-by: snyk-bot <snyk-bot@snyk.io>
This commit is contained in:
mm-prodsec-bot
2025-02-14 15:59:43 +02:00
committed by GitHub
parent d9967f30b0
commit 79ac9d7a7e
2 changed files with 13 additions and 11 deletions

22
e2e/package-lock.json generated
View File

@@ -20,7 +20,7 @@
"mochawesome": "7.1.3", "mochawesome": "7.1.3",
"nan": "2.22.0", "nan": "2.22.0",
"node-abi": "3.71.0", "node-abi": "3.71.0",
"playwright": "1.42.0", "playwright": "^1.49.1",
"ps-node": "0.1.6", "ps-node": "0.1.6",
"recursive-readdir": "2.2.3", "recursive-readdir": "2.2.3",
"robotjs": "0.6.0" "robotjs": "0.6.0"
@@ -3747,31 +3747,33 @@
} }
}, },
"node_modules/playwright": { "node_modules/playwright": {
"version": "1.42.0", "version": "1.49.1",
"resolved": "https://registry.npmjs.org/playwright/-/playwright-1.42.0.tgz", "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.49.1.tgz",
"integrity": "sha512-Ko7YRUgj5xBHbntrgt4EIw/nE//XBHOKVKnBjO1KuZkmkhlbgyggTe5s9hjqQ1LpN+Xg+kHsQyt5Pa0Bw5XpvQ==", "integrity": "sha512-VYL8zLoNTBxVOrJBbDuRgDWa3i+mfQgDTrL8Ah9QXZ7ax4Dsj0MSq5bYgytRnDVVe+njoKnfsYkH3HzqVj5UZA==",
"license": "Apache-2.0",
"dependencies": { "dependencies": {
"playwright-core": "1.42.0" "playwright-core": "1.49.1"
}, },
"bin": { "bin": {
"playwright": "cli.js" "playwright": "cli.js"
}, },
"engines": { "engines": {
"node": ">=16" "node": ">=18"
}, },
"optionalDependencies": { "optionalDependencies": {
"fsevents": "2.3.2" "fsevents": "2.3.2"
} }
}, },
"node_modules/playwright-core": { "node_modules/playwright-core": {
"version": "1.42.0", "version": "1.49.1",
"resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.42.0.tgz", "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.49.1.tgz",
"integrity": "sha512-0HD9y8qEVlcbsAjdpBaFjmaTHf+1FeIddy8VJLeiqwhcNqGCBe4Wp2e8knpqiYbzxtxarxiXyNDw2cG8sCaNMQ==", "integrity": "sha512-BzmpVcs4kE2CH15rWfzpjzVGhWERJfmnXmniSyKeRZUs9Ws65m+RGIi7mjJK/euCegfn3i7jvqWeWyHe9y3Vgg==",
"license": "Apache-2.0",
"bin": { "bin": {
"playwright-core": "cli.js" "playwright-core": "cli.js"
}, },
"engines": { "engines": {
"node": ">=16" "node": ">=18"
} }
}, },
"node_modules/playwright/node_modules/fsevents": { "node_modules/playwright/node_modules/fsevents": {

View File

@@ -34,7 +34,7 @@
"mochawesome": "7.1.3", "mochawesome": "7.1.3",
"nan": "2.22.0", "nan": "2.22.0",
"node-abi": "3.71.0", "node-abi": "3.71.0",
"playwright": "1.42.0", "playwright": "1.49.1",
"ps-node": "0.1.6", "ps-node": "0.1.6",
"recursive-readdir": "2.2.3", "recursive-readdir": "2.2.3",
"robotjs": "0.6.0" "robotjs": "0.6.0"