From 8cb868b2b8056f96708badfc5e2adcbc497353d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Jul 2026 07:35:40 +0000 Subject: [PATCH] build(deps-dev): Bump playwright from 1.58.2 to 1.61.1 in /brainstorm Bumps [playwright](https://github.com/microsoft/playwright) from 1.58.2 to 1.61.1. - [Release notes](https://github.com/microsoft/playwright/releases) - [Commits](https://github.com/microsoft/playwright/compare/v1.58.2...v1.61.1) --- updated-dependencies: - dependency-name: playwright dependency-version: 1.61.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- brainstorm/package-lock.json | 16 ++++++++-------- brainstorm/package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/brainstorm/package-lock.json b/brainstorm/package-lock.json index 4e1e93fc..d3259e1c 100644 --- a/brainstorm/package-lock.json +++ b/brainstorm/package-lock.json @@ -54,7 +54,7 @@ "globals": "^17.3.0", "html-webpack-plugin": "^5.6.6", "mini-css-extract-plugin": "^2.10.2", - "playwright": "^1.58.2", + "playwright": "^1.61.1", "prettier": "^3.9.4", "style-loader": "^4.0.0", "tailwindcss": "^4.2.0", @@ -9704,13 +9704,13 @@ } }, "node_modules/playwright": { - "version": "1.58.2", - "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.58.2.tgz", - "integrity": "sha512-vA30H8Nvkq/cPBnNw4Q8TWz1EJyqgpuinBcHET0YVJVFldr8JDNiU9LaWAE1KqSkRYazuaBhTpB5ZzShOezQ6A==", + "version": "1.61.1", + "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.61.1.tgz", + "integrity": "sha512-DWnY5o3YbLWK4GovuAVwpqL+1VwGNdUGrRr++8j8PtQQzvAVZUIMjKQ90fY689sEJZJBbZVw1rXaOKSTitkzPQ==", "dev": true, "license": "Apache-2.0", "dependencies": { - "playwright-core": "1.58.2" + "playwright-core": "1.61.1" }, "bin": { "playwright": "cli.js" @@ -9723,9 +9723,9 @@ } }, "node_modules/playwright-core": { - "version": "1.58.2", - "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.58.2.tgz", - "integrity": "sha512-yZkEtftgwS8CsfYo7nm0KE8jsvm6i/PTgVtB8DL726wNf6H2IMsDuxCpJj59KDaxCtSnrWan2AeDqM7JBaultg==", + "version": "1.61.1", + "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.61.1.tgz", + "integrity": "sha512-h7Qlt6m4REp25qvIdvbDtVmD4LqVXfpRxhORv9L0jzETM05p4fuPJ3dKyuSXQxDSbXnmS79HAgi9589lGSpLkg==", "dev": true, "license": "Apache-2.0", "bin": { diff --git a/brainstorm/package.json b/brainstorm/package.json index 92a8c30a..feefabc4 100644 --- a/brainstorm/package.json +++ b/brainstorm/package.json @@ -70,7 +70,7 @@ "globals": "^17.3.0", "html-webpack-plugin": "^5.6.6", "mini-css-extract-plugin": "^2.10.2", - "playwright": "^1.58.2", + "playwright": "^1.61.1", "prettier": "^3.9.4", "style-loader": "^4.0.0", "tailwindcss": "^4.2.0",