diff --git a/package-lock.json b/package-lock.json index 329820c93..5c7af14ff 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@rollup/plugin-typescript": "^11.0.0", "@typescript-eslint/eslint-plugin": "^5.57.0", "@typescript-eslint/parser": "^5.57.0", - "astro": "^2.1.7", + "astro": "^2.1.9", "autoprefixer": "^10.4.14", "bootstrap": "^5.3.0-alpha2", "bundlewatch": "^0.3.3", @@ -1969,9 +1969,9 @@ } }, "node_modules/astro": { - "version": "2.1.7", - "resolved": "https://registry.npmjs.org/astro/-/astro-2.1.7.tgz", - "integrity": "sha512-Eaq8/mJTx+kbghfW5ZEJ8rKiEduo03Rn6R/fp/gJGpBSRm/0FiVxVsrpq5SV4kUPrttEi1zMEnEc2GP6JWfXeg==", + "version": "2.1.9", + "resolved": "https://registry.npmjs.org/astro/-/astro-2.1.9.tgz", + "integrity": "sha512-UkbG0lgue1b/t4yMI+AkAGEfdOwcPS2RUYQ/QIurtKjP6W5gtKQveRTBuHH7iwiBziH+z8Ecc5/OAALoXSvMlQ==", "dev": true, "dependencies": { "@astrojs/compiler": "^1.3.0", @@ -11615,9 +11615,9 @@ "dev": true }, "astro": { - "version": "2.1.7", - "resolved": "https://registry.npmjs.org/astro/-/astro-2.1.7.tgz", - "integrity": "sha512-Eaq8/mJTx+kbghfW5ZEJ8rKiEduo03Rn6R/fp/gJGpBSRm/0FiVxVsrpq5SV4kUPrttEi1zMEnEc2GP6JWfXeg==", + "version": "2.1.9", + "resolved": "https://registry.npmjs.org/astro/-/astro-2.1.9.tgz", + "integrity": "sha512-UkbG0lgue1b/t4yMI+AkAGEfdOwcPS2RUYQ/QIurtKjP6W5gtKQveRTBuHH7iwiBziH+z8Ecc5/OAALoXSvMlQ==", "dev": true, "requires": { "@astrojs/compiler": "^1.3.0", diff --git a/package.json b/package.json index 00af9d4d7..81f003e5f 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "@rollup/plugin-typescript": "^11.0.0", "@typescript-eslint/eslint-plugin": "^5.57.0", "@typescript-eslint/parser": "^5.57.0", - "astro": "^2.1.7", + "astro": "^2.1.9", "autoprefixer": "^10.4.14", "bootstrap": "^5.3.0-alpha2", "bundlewatch": "^0.3.3",