diff --git a/package-lock.json b/package-lock.json index 64c824396a..2707076e20 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,8 +17,8 @@ "@fontsource-variable/roboto-flex": "^5.1.0", "@xmldom/xmldom": "^0.9.5", "asciinema-player": "^3.8.1", - "astro": "^4.16.13", - "astro-icon": "^1.1.2", + "astro": "^4.16.14", + "astro-icon": "^1.1.4", "astro-seo": "^0.8.4", "htmx.org": "^2.0.3", "markdown-it": "^14.0.0", @@ -29,7 +29,7 @@ }, "devDependencies": { "@iconify-json/mdi": "^1.2.1", - "@iconify-json/simple-icons": "^1.2.11", + "@iconify-json/simple-icons": "^1.2.12", "@iconify/tailwind": "^1.1.3", "prettier": "^3.3.3", "prettier-plugin-astro": "^0.14.1" @@ -935,9 +935,9 @@ } }, "node_modules/@iconify-json/simple-icons": { - "version": "1.2.11", - "resolved": "https://registry.npmjs.org/@iconify-json/simple-icons/-/simple-icons-1.2.11.tgz", - "integrity": "sha512-AHCGDtBRqP+JzAbBzgO8uN/08CXxEmuaC6lQQZ3b5burKhRU12AJnJczwbUw2K5Mb/U85EpSUNhYMG3F28b8NA==", + "version": "1.2.12", + "resolved": "https://registry.npmjs.org/@iconify-json/simple-icons/-/simple-icons-1.2.12.tgz", + "integrity": "sha512-lRNORrIdeLStShxAjN6FgXE1iMkaAgiAHZdP0P0GZecX91FVYW58uZnRSlXLlSx5cxMoELulkAAixybPA2g52g==", "dev": true, "dependencies": { "@iconify/types": "*" @@ -2266,9 +2266,9 @@ } }, "node_modules/astro": { - "version": "4.16.13", - "resolved": "https://registry.npmjs.org/astro/-/astro-4.16.13.tgz", - "integrity": "sha512-Mtd76+BC0zLWqoXpf9xc731AhdH4MNh5JFHYdLRvSH0Nqn48hA64dPGh/cWsJvh/DZFmC0NTZusM1Qq2gyNaVg==", + "version": "4.16.14", + "resolved": "https://registry.npmjs.org/astro/-/astro-4.16.14.tgz", + "integrity": "sha512-2IuLkIp4idyspugq+F52rHZyNqHHi2AdQzuKp3SGytg/YAm50dNeWhP/7l+enjgWZLloLq5xsH5gVQpoDFoyFg==", "dependencies": { "@astrojs/compiler": "^2.10.3", "@astrojs/internal-helpers": "0.4.1", @@ -2346,9 +2346,9 @@ } }, "node_modules/astro-icon": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/astro-icon/-/astro-icon-1.1.2.tgz", - "integrity": "sha512-2qAHBtZLYuFEIMP0Ck0edyLi5fQmJjwP2Qbv41f8L4KAJ2sra/dH7q5lCOn4q0DHVtS0w3tPG8UKQRits3UPcg==", + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/astro-icon/-/astro-icon-1.1.4.tgz", + "integrity": "sha512-sMLkQaevIQLv38WBzb/RDbsmxhg5+X+KcNmpTi9cE6MLurNWU1MPnlO87d9Vwg4HxTenKpDlYp81A3syXFW/gw==", "dependencies": { "@iconify/tools": "^4.0.5", "@iconify/types": "^2.0.0", diff --git a/package.json b/package.json index a1fc9dd9bc..e833598692 100644 --- a/package.json +++ b/package.json @@ -27,8 +27,8 @@ "@fontsource-variable/roboto-flex": "^5.1.0", "@xmldom/xmldom": "^0.9.5", "asciinema-player": "^3.8.1", - "astro": "^4.16.13", - "astro-icon": "^1.1.2", + "astro": "^4.16.14", + "astro-icon": "^1.1.4", "astro-seo": "^0.8.4", "htmx.org": "^2.0.3", "markdown-it": "^14.0.0", @@ -40,7 +40,7 @@ "devDependencies": { "@iconify-json/mdi": "^1.2.1", "@iconify/tailwind": "^1.1.3", - "@iconify-json/simple-icons": "^1.2.11", + "@iconify-json/simple-icons": "^1.2.12", "prettier": "^3.3.3", "prettier-plugin-astro": "^0.14.1" }