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: diff --git a/package-lock.json b/package-lock.json index af5946d..e420a02 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,11 +9,11 @@ "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", - "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": { @@ -1690,9 +1690,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": { @@ -1865,9 +1865,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..8f3a3be 100644 --- a/package.json +++ b/package.json @@ -41,14 +41,14 @@ "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", "vitest": "^4.1.10" }, "dependencies": { - "lucide-static": "^1.24.0" + "lucide-static": "^1.26.0" } }