From 1bbcfc8be49a50bb0c68607c40fc10b781f01dc8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Jul 2026 18:54:32 +0000 Subject: [PATCH] Bump the development group across 1 directory with 2 updates Bumps the development group with 2 updates in the / directory: [lucide](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide) and [playwright](https://github.com/microsoft/playwright). Updates `lucide` from 1.25.0 to 1.27.0 - [Release notes](https://github.com/lucide-icons/lucide/releases) - [Commits](https://github.com/lucide-icons/lucide/commits/1.27.0/packages/lucide) Updates `playwright` from 1.61.1 to 1.62.0 - [Release notes](https://github.com/microsoft/playwright/releases) - [Commits](https://github.com/microsoft/playwright/compare/v1.61.1...v1.62.0) --- updated-dependencies: - dependency-name: lucide dependency-version: 1.26.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development - dependency-name: playwright dependency-version: 1.62.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development ... Signed-off-by: dependabot[bot] --- package-lock.json | 28 ++++++++++++++-------------- package.json | 4 ++-- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/package-lock.json b/package-lock.json index 48e098f1ed..77265fae08 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,12 +12,12 @@ "@mdx-js/mdx": "3.1.1", "@resvg/resvg-js": "^2.6.2", "highlight.js": "11.11.1", - "lucide": "1.25.0", + "lucide": "1.27.0", "markdown-it": "14.3.0", "markdown-it-anchor": "9.2.1", "mermaid": "11.16.0", "pagefind": "1.5.2", - "playwright": "^1.61.1", + "playwright": "^1.62.0", "yaml": "2.9.0" } }, @@ -2094,9 +2094,9 @@ } }, "node_modules/lucide": { - "version": "1.25.0", - "resolved": "https://registry.npmjs.org/lucide/-/lucide-1.25.0.tgz", - "integrity": "sha512-Pg/9Ga1xTbrnI6GY/7J9krIYmJIkAf3PkK6wPmsAeUtAQsBdGxs1+dfvLqjf9nPI5aFm9+VquT75JGpO3QXSpQ==", + "version": "1.27.0", + "resolved": "https://registry.npmjs.org/lucide/-/lucide-1.27.0.tgz", + "integrity": "sha512-m78hY+pL+dLrVvDEl68oYTdvjXW5Nz0ULDsUfbWfl7lzNDv1kFZGG+bAEm2eGEmUyvpZgAcyRwNhFljIErss3w==", "dev": true, "license": "ISC" }, @@ -3073,35 +3073,35 @@ "license": "MIT" }, "node_modules/playwright": { - "version": "1.61.1", - "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.61.1.tgz", - "integrity": "sha512-DWnY5o3YbLWK4GovuAVwpqL+1VwGNdUGrRr++8j8PtQQzvAVZUIMjKQ90fY689sEJZJBbZVw1rXaOKSTitkzPQ==", + "version": "1.62.0", + "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.62.0.tgz", + "integrity": "sha512-Z14dG305dgaLu6foB1TXQagFiW8JfSUIUaUuPaKQ6NtBPKF1P/qXcqfh6c6K/icPqdy37JmjbiBXf6JNg6Sylw==", "dev": true, "license": "Apache-2.0", "dependencies": { - "playwright-core": "1.61.1" + "playwright-core": "1.62.0" }, "bin": { "playwright": "cli.js" }, "engines": { - "node": ">=18" + "node": ">=20" }, "optionalDependencies": { "fsevents": "2.3.2" } }, "node_modules/playwright-core": { - "version": "1.61.1", - "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.61.1.tgz", - "integrity": "sha512-h7Qlt6m4REp25qvIdvbDtVmD4LqVXfpRxhORv9L0jzETM05p4fuPJ3dKyuSXQxDSbXnmS79HAgi9589lGSpLkg==", + "version": "1.62.0", + "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.62.0.tgz", + "integrity": "sha512-nsNRyq0r2zsG8AcRHWknc9QRA5XCueC7gWMrs+Gx2tlZn9hcl8zudfh00lhJPY1DE7NmZ6bDsT9g2yey8mXljA==", "dev": true, "license": "Apache-2.0", "bin": { "playwright-core": "cli.js" }, "engines": { - "node": ">=18" + "node": ">=20" } }, "node_modules/points-on-curve": { diff --git a/package.json b/package.json index aa8bd8ef65..0050a51542 100644 --- a/package.json +++ b/package.json @@ -23,12 +23,12 @@ "@mdx-js/mdx": "3.1.1", "@resvg/resvg-js": "^2.6.2", "highlight.js": "11.11.1", - "lucide": "1.25.0", + "lucide": "1.27.0", "markdown-it": "14.3.0", "markdown-it-anchor": "9.2.1", "mermaid": "11.16.0", "pagefind": "1.5.2", - "playwright": "^1.61.1", + "playwright": "^1.62.0", "yaml": "2.9.0" }, "dependencies": {