From 9738c9882f84f8c55143be41fa120e4688a4f0ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Jun 2026 15:28:47 +0000 Subject: [PATCH] Bump chrome-devtools-mcp from 0.21.0 to 1.1.0 Bumps [chrome-devtools-mcp](https://github.com/ChromeDevTools/chrome-devtools-mcp) from 0.21.0 to 1.1.0. - [Release notes](https://github.com/ChromeDevTools/chrome-devtools-mcp/releases) - [Changelog](https://github.com/ChromeDevTools/chrome-devtools-mcp/blob/main/CHANGELOG.md) - [Commits](https://github.com/ChromeDevTools/chrome-devtools-mcp/compare/chrome-devtools-mcp-v0.21.0...chrome-devtools-mcp-v1.1.0) --- updated-dependencies: - dependency-name: chrome-devtools-mcp dependency-version: 1.1.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index ebb3919b6..d334bdad2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -72,7 +72,7 @@ "@types/react-dom": "^19.2.3", "@types/supertest": "^7.2.0", "agent-tail-core": "^0.4.0", - "chrome-devtools-mcp": "^0.21.0", + "chrome-devtools-mcp": "^1.1.0", "code-inspector-plugin": "^1.5.1", "drizzle-kit": "^0.31.10", "happy-dom": "^20.8.9", @@ -11573,9 +11573,9 @@ "license": "ISC" }, "node_modules/chrome-devtools-mcp": { - "version": "0.21.0", - "resolved": "https://registry.npmjs.org/chrome-devtools-mcp/-/chrome-devtools-mcp-0.21.0.tgz", - "integrity": "sha512-d+iqrRmcwpRFV3Q4DRCF2LCoq+WCRU3GhISKQ9v8g+1C2Uh8upj3urkjxNO4QIjhBMIYei/VQ1OQLFceby80Og==", + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/chrome-devtools-mcp/-/chrome-devtools-mcp-1.1.0.tgz", + "integrity": "sha512-oxRGj24Wr1uhL4jVQFcxbiHjxcvOAiDPpjGQGsMylsiwfyjw0C5RGbPl5PCEw9FQlhBZ39djMh9cuJwG0TOzZQ==", "dev": true, "license": "Apache-2.0", "bin": { diff --git a/package.json b/package.json index cbb7bd228..979a69d60 100644 --- a/package.json +++ b/package.json @@ -114,7 +114,7 @@ "@types/react-dom": "^19.2.3", "@types/supertest": "^7.2.0", "agent-tail-core": "^0.4.0", - "chrome-devtools-mcp": "^0.21.0", + "chrome-devtools-mcp": "^1.1.0", "code-inspector-plugin": "^1.5.1", "drizzle-kit": "^0.31.10", "happy-dom": "^20.8.9",