diff --git a/package-lock.json b/package-lock.json index b152dd3ce..bff5cb699 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@rollup/plugin-typescript": "^11.1.5", "@typescript-eslint/eslint-plugin": "^6.10.0", "@typescript-eslint/parser": "^6.10.0", - "astro": "^3.5.2", + "astro": "^3.5.3", "autoprefixer": "^10.4.16", "bootstrap": "^5.3.2", "bundlewatch": "^0.3.3", @@ -2706,9 +2706,9 @@ } }, "node_modules/astro": { - "version": "3.5.2", - "resolved": "https://registry.npmjs.org/astro/-/astro-3.5.2.tgz", - "integrity": "sha512-AE37biXPX0fH4tmBKpYDyW8UvJ3XLNvRCuUE4RTGf+YdKPPcwGLgV8DE6GLG86pHfevTH+kM581sBDzGh54iEw==", + "version": "3.5.3", + "resolved": "https://registry.npmjs.org/astro/-/astro-3.5.3.tgz", + "integrity": "sha512-08ya96yvQLdZjwYYpylzDTUGcyuA+Kw9zIT2RHfL7VzXtLTL1ZxhQjSo6CiTBH8Tcrdam88Fez+Q1awwKKajGw==", "dev": true, "dependencies": { "@astrojs/compiler": "^2.3.0", @@ -15429,9 +15429,9 @@ "dev": true }, "astro": { - "version": "3.5.2", - "resolved": "https://registry.npmjs.org/astro/-/astro-3.5.2.tgz", - "integrity": "sha512-AE37biXPX0fH4tmBKpYDyW8UvJ3XLNvRCuUE4RTGf+YdKPPcwGLgV8DE6GLG86pHfevTH+kM581sBDzGh54iEw==", + "version": "3.5.3", + "resolved": "https://registry.npmjs.org/astro/-/astro-3.5.3.tgz", + "integrity": "sha512-08ya96yvQLdZjwYYpylzDTUGcyuA+Kw9zIT2RHfL7VzXtLTL1ZxhQjSo6CiTBH8Tcrdam88Fez+Q1awwKKajGw==", "dev": true, "requires": { "@astrojs/compiler": "^2.3.0", diff --git a/package.json b/package.json index 4bbdf204b..b9f307276 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,7 @@ "@rollup/plugin-typescript": "^11.1.5", "@typescript-eslint/eslint-plugin": "^6.10.0", "@typescript-eslint/parser": "^6.10.0", - "astro": "^3.5.2", + "astro": "^3.5.3", "autoprefixer": "^10.4.16", "bootstrap": "^5.3.2", "bundlewatch": "^0.3.3",