From ff70fe7615ad271abca01d624479c9aa1774182d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Jul 2026 12:54:14 +0000 Subject: [PATCH 1/3] ci: bump actions/checkout from 7.0.0 to 7.0.1 Bumps [actions/checkout](https://github.com/actions/checkout) from 7.0.0 to 7.0.1. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0...3d3c42e5aac5ba805825da76410c181273ba90b1) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 7.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 23ac815..a7dd529 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: node: [24] runs-on: ubuntu-latest steps: - - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 - name: Set up Node ${{ matrix.node }} uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: From 550ea39098f0a70fa11da2891ddf4c196c4b6f2f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Jul 2026 12:54:38 +0000 Subject: [PATCH 2/3] deps: bump the dev-dependencies group with 2 updates Bumps the dev-dependencies group with 2 updates: [happy-dom](https://github.com/capricorn86/happy-dom) and [sass](https://github.com/sass/dart-sass). Updates `happy-dom` from 20.10.6 to 20.11.1 - [Release notes](https://github.com/capricorn86/happy-dom/releases) - [Commits](https://github.com/capricorn86/happy-dom/compare/v20.10.6...v20.11.1) Updates `sass` from 1.101.0 to 1.101.6 - [Release notes](https://github.com/sass/dart-sass/releases) - [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md) - [Commits](https://github.com/sass/dart-sass/compare/1.101.0...1.101.6) --- updated-dependencies: - dependency-name: happy-dom dependency-version: 20.11.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: sass dependency-version: 1.101.6 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++-------- package.json | 4 ++-- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4cbecb3..6ba13af 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,8 +12,8 @@ "lucide-static": "^1.24.0" }, "devDependencies": { - "happy-dom": "^20.10.6", - "sass": "^1.101.0", + "happy-dom": "^20.11.1", + "sass": "^1.101.6", "typescript": "~7.0.2", "vite": "^8.1.5", "vite-plugin-singlefile": "^2.3.3", @@ -1366,9 +1366,9 @@ } }, "node_modules/happy-dom": { - "version": "20.10.6", - "resolved": "https://registry.npmjs.org/happy-dom/-/happy-dom-20.10.6.tgz", - "integrity": "sha512-6QD0ilzDDt93tX44y8tbmZdAcdTRYDhUP+Asgi6pC8Pp5IA3cvaZGyoVN/EGtlq9ziT65iPuBBn3ASLr6hCgVw==", + "version": "20.11.1", + "resolved": "https://registry.npmjs.org/happy-dom/-/happy-dom-20.11.1.tgz", + "integrity": "sha512-XSt8tMzbW9ymE7687xztkO1ckR7qJNQ3LywY9vlYGhGi3zXrGBHuUo2Cl1ztZaICW+1eAGdkLbj6iwVqDT33kg==", "dev": true, "license": "MIT", "dependencies": { @@ -1863,9 +1863,9 @@ } }, "node_modules/sass": { - "version": "1.101.0", - "resolved": "https://registry.npmjs.org/sass/-/sass-1.101.0.tgz", - "integrity": "sha512-OL3GoQyoUdDt843DpVmDO6y2k1sc5IhUDSpu8XucEI+35neq5QivZ1iuegnpraEVTJXlQGK1gl27zKcTLEPbQw==", + "version": "1.101.6", + "resolved": "https://registry.npmjs.org/sass/-/sass-1.101.6.tgz", + "integrity": "sha512-j8qYug9WuX19eU5sxJWQlbR8RYhKgXiOYgGjkJRkcW35c3neWtxPdcUW0saN6Od2L0aqEp0AmH9R/QeAxrffMQ==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index cd25c77..442061f 100644 --- a/package.json +++ b/package.json @@ -41,8 +41,8 @@ "deploy": "bash scripts/deploy.sh" }, "devDependencies": { - "happy-dom": "^20.10.6", - "sass": "^1.101.0", + "happy-dom": "^20.11.1", + "sass": "^1.101.6", "typescript": "~7.0.2", "vite": "^8.1.5", "vite-plugin-singlefile": "^2.3.3", From d6506ebf532fdb3c7c6c2541bc590431905dc653 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Jul 2026 12:54:58 +0000 Subject: [PATCH 3/3] deps: bump lucide-static from 1.24.0 to 1.26.0 Bumps [lucide-static](https://github.com/lucide-icons/lucide) from 1.24.0 to 1.26.0. - [Release notes](https://github.com/lucide-icons/lucide/releases) - [Commits](https://github.com/lucide-icons/lucide/compare/1.24.0...1.26.0) --- updated-dependencies: - dependency-name: lucide-static dependency-version: 1.26.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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 4cbecb3..16a8e71 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "1.3.0", "license": "SEE LICENSE IN LICENSE", "dependencies": { - "lucide-static": "^1.24.0" + "lucide-static": "^1.26.0" }, "devDependencies": { "happy-dom": "^20.10.6", @@ -1688,9 +1688,9 @@ } }, "node_modules/lucide-static": { - "version": "1.24.0", - "resolved": "https://registry.npmjs.org/lucide-static/-/lucide-static-1.24.0.tgz", - "integrity": "sha512-NDSgPb/RWllI9QooPbGXfQCXQi/45oquDmtljeN3qVxqfEUf91uM2C4zijy8bs+pEWxKckA0/WZLZT43YD4Xnw==", + "version": "1.26.0", + "resolved": "https://registry.npmjs.org/lucide-static/-/lucide-static-1.26.0.tgz", + "integrity": "sha512-6yCpa2ONICjlE19BuneIi75ASd9cCZhqJlzhAlQBi+99m2aZd2cNzxFVbDgPu7JLBZR2uDYO/EpLYtnhGw5Niw==", "license": "ISC" }, "node_modules/magic-string": { diff --git a/package.json b/package.json index cd25c77..e7ec32e 100644 --- a/package.json +++ b/package.json @@ -49,6 +49,6 @@ "vitest": "^4.1.10" }, "dependencies": { - "lucide-static": "^1.24.0" + "lucide-static": "^1.26.0" } }