diff --git a/package-lock.json b/package-lock.json index 3a7253b..2f53ba0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.0", "license": "MIT", "dependencies": { - "astro": "^5.12.0", + "astro": "^5.12.3", "bootstrap": "^5.3.7", "htmlhint": "^1.6.3" }, @@ -2210,9 +2210,9 @@ } }, "node_modules/astro": { - "version": "5.12.0", - "resolved": "https://registry.npmjs.org/astro/-/astro-5.12.0.tgz", - "integrity": "sha512-Oov5JsMFHuUmuO+Nx6plfv3nQNK1Xl/8CgLvR8lBhZTjYnraxhuPX5COVAzbom+YLgwaDfK7KBd8zOEopRf9mg==", + "version": "5.12.3", + "resolved": "https://registry.npmjs.org/astro/-/astro-5.12.3.tgz", + "integrity": "sha512-fU1hNPMkccm+FuonGsY5DFkC2QyuLCju++8L2ubzBtYBDBf6bmfgmVM7A2dK+Hl+ZJCUNgepsClhBpczj+2LRw==", "license": "MIT", "dependencies": { "@astrojs/compiler": "^2.12.2", diff --git a/package.json b/package.json index b41f880..d4b4291 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "pa11y-ci": "npx pa11y-ci https://playground.htmlhint.com/" }, "dependencies": { - "astro": "^5.12.0", + "astro": "^5.12.3", "bootstrap": "^5.3.7", "htmlhint": "^1.6.3" },