Merge pull request #179 from umbraco/dependabot/npm_and_yarn/playwright/test-1.26.1

Bump @playwright/test from 1.26.0 to 1.26.1
This commit is contained in:
Jacob Overgaard
2022-09-30 13:08:31 +02:00
committed by GitHub
2 changed files with 16 additions and 16 deletions

View File

@@ -26,7 +26,7 @@
"@babel/core": "^7.19.1",
"@mdx-js/react": "^2.1.3",
"@open-wc/testing": "^3.1.6",
"@playwright/test": "^1.26.0",
"@playwright/test": "^1.26.1",
"@storybook/addon-a11y": "^6.5.12",
"@storybook/addon-actions": "^6.5.12",
"@storybook/addon-essentials": "^6.5.12",
@@ -2665,13 +2665,13 @@
"license": "ISC"
},
"node_modules/@playwright/test": {
"version": "1.26.0",
"resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.26.0.tgz",
"integrity": "sha512-D24pu1k/gQw3Lhbpc38G5bXlBjGDrH5A52MsrH12wz6ohGDeQ+aZg/JFSEsT/B3G8zlJe/EU4EkJK74hpqsjEg==",
"version": "1.26.1",
"resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.26.1.tgz",
"integrity": "sha512-bNxyZASVt2adSZ9gbD7NCydzcb5JaI0OR9hc7s+nmPeH604gwp0zp17NNpwXY4c8nvuBGQQ9oGDx72LE+cUWvw==",
"dev": true,
"dependencies": {
"@types/node": "*",
"playwright-core": "1.26.0"
"playwright-core": "1.26.1"
},
"bin": {
"playwright": "cli.js"
@@ -2681,9 +2681,9 @@
}
},
"node_modules/@playwright/test/node_modules/playwright-core": {
"version": "1.26.0",
"resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.26.0.tgz",
"integrity": "sha512-p8huU8eU4gD3VkJd3DA1nA7R3XA6rFvFL+1RYS96cSljCF2yJE9CWEHTPF4LqX8KN9MoWCrAfVKP5381X3CZqg==",
"version": "1.26.1",
"resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.26.1.tgz",
"integrity": "sha512-hzFchhhxnEiPc4qVPs9q2ZR+5eKNifY2hQDHtg1HnTTUuphYCBP8ZRb2si+B1TR7BHirgXaPi48LIye5SgrLAA==",
"dev": true,
"bin": {
"playwright": "cli.js"
@@ -26527,19 +26527,19 @@
}
},
"@playwright/test": {
"version": "1.26.0",
"resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.26.0.tgz",
"integrity": "sha512-D24pu1k/gQw3Lhbpc38G5bXlBjGDrH5A52MsrH12wz6ohGDeQ+aZg/JFSEsT/B3G8zlJe/EU4EkJK74hpqsjEg==",
"version": "1.26.1",
"resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.26.1.tgz",
"integrity": "sha512-bNxyZASVt2adSZ9gbD7NCydzcb5JaI0OR9hc7s+nmPeH604gwp0zp17NNpwXY4c8nvuBGQQ9oGDx72LE+cUWvw==",
"dev": true,
"requires": {
"@types/node": "*",
"playwright-core": "1.26.0"
"playwright-core": "1.26.1"
},
"dependencies": {
"playwright-core": {
"version": "1.26.0",
"resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.26.0.tgz",
"integrity": "sha512-p8huU8eU4gD3VkJd3DA1nA7R3XA6rFvFL+1RYS96cSljCF2yJE9CWEHTPF4LqX8KN9MoWCrAfVKP5381X3CZqg==",
"version": "1.26.1",
"resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.26.1.tgz",
"integrity": "sha512-hzFchhhxnEiPc4qVPs9q2ZR+5eKNifY2hQDHtg1HnTTUuphYCBP8ZRb2si+B1TR7BHirgXaPi48LIye5SgrLAA==",
"dev": true
}
}

View File

@@ -54,7 +54,7 @@
"@babel/core": "^7.19.1",
"@mdx-js/react": "^2.1.3",
"@open-wc/testing": "^3.1.6",
"@playwright/test": "^1.26.0",
"@playwright/test": "^1.26.1",
"@storybook/addon-a11y": "^6.5.12",
"@storybook/addon-actions": "^6.5.12",
"@storybook/addon-essentials": "^6.5.12",