Browse Source

Bump @playwright/test from 1.40.1 to 1.41.0 (#3592)

Bumps [@playwright/test](https://github.com/microsoft/playwright) from 1.40.1 to 1.41.0.
- [Release notes](https://github.com/microsoft/playwright/releases)
- [Commits](https://github.com/microsoft/playwright/compare/v1.40.1...v1.41.0)

---
updated-dependencies:
- dependency-name: "@playwright/test"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
pull/3594/head
dependabot[bot] 10 months ago committed by GitHub
parent
commit
452dee4849
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 24
      package-lock.json
  2. 2
      package.json

24
package-lock.json generated

@ -9,7 +9,7 @@
"monaco-editor": "^0.45.0"
},
"devDependencies": {
"@playwright/test": "^1.40.1",
"@playwright/test": "^1.41.0",
"@wasm-tool/wasm-pack-plugin": "^1.7.0",
"bootstrap": "^5.3.2",
"clean-webpack-plugin": "^4.0.0",
@ -135,12 +135,12 @@
}
},
"node_modules/@playwright/test": {
"version": "1.40.1",
"resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.40.1.tgz",
"integrity": "sha512-EaaawMTOeEItCRvfmkI9v6rBkF1svM8wjl/YPRrg2N2Wmp+4qJYkWtJsbew1szfKKDm6fPLy4YAanBhIlf9dWw==",
"version": "1.41.0",
"resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.41.0.tgz",
"integrity": "sha512-Grvzj841THwtpBOrfiHOeYTJQxDRnKofMSzCiV8XeyLWu3o89qftQ4BCKfkziJhSUQRd0utKhrddtIsiraIwmw==",
"dev": true,
"dependencies": {
"playwright": "1.40.1"
"playwright": "1.41.0"
},
"bin": {
"playwright": "cli.js"
@ -3266,12 +3266,12 @@
}
},
"node_modules/playwright": {
"version": "1.40.1",
"resolved": "https://registry.npmjs.org/playwright/-/playwright-1.40.1.tgz",
"integrity": "sha512-2eHI7IioIpQ0bS1Ovg/HszsN/XKNwEG1kbzSDDmADpclKc7CyqkHw7Mg2JCz/bbCxg25QUPcjksoMW7JcIFQmw==",
"version": "1.41.0",
"resolved": "https://registry.npmjs.org/playwright/-/playwright-1.41.0.tgz",
"integrity": "sha512-XOsfl5ZtAik/T9oek4V0jAypNlaCNzuKOwVhqhgYT3os6kH34PzbRb74F0VWcLYa5WFdnmxl7qyAHBXvPv7lqQ==",
"dev": true,
"dependencies": {
"playwright-core": "1.40.1"
"playwright-core": "1.41.0"
},
"bin": {
"playwright": "cli.js"
@ -3284,9 +3284,9 @@
}
},
"node_modules/playwright-core": {
"version": "1.40.1",
"resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.40.1.tgz",
"integrity": "sha512-+hkOycxPiV534c4HhpfX6yrlawqVUzITRKwHAmYfmsVreltEl6fAZJ3DPfLMOODw0H3s1Itd6MDCWmP1fl/QvQ==",
"version": "1.41.0",
"resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.41.0.tgz",
"integrity": "sha512-UGKASUhXmvqm2Lxa1fNr8sFwAtqjpgBRr9jQ7XBI8Rn5uFiEowGUGwrruUQsVPIom4bk7Lt+oLGpXobnXzrBIw==",
"dev": true,
"bin": {
"playwright-core": "cli.js"

2
package.json

@ -6,7 +6,7 @@
"build:prod": "webpack --mode=production"
},
"devDependencies": {
"@playwright/test": "^1.40.1",
"@playwright/test": "^1.41.0",
"@wasm-tool/wasm-pack-plugin": "^1.7.0",
"bootstrap": "^5.3.2",
"clean-webpack-plugin": "^4.0.0",

Loading…
Cancel
Save