diff --git a/package-lock.json b/package-lock.json index c903dc148..b7b43faf8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@rollup/plugin-typescript": "^11.1.1", "@typescript-eslint/eslint-plugin": "^5.60.1", "@typescript-eslint/parser": "^5.60.1", - "astro": "^2.7.2", + "astro": "^2.7.3", "autoprefixer": "^10.4.14", "bootstrap": "^5.3.0", "bundlewatch": "^0.3.3", @@ -68,9 +68,9 @@ } }, "node_modules/@astrojs/compiler": { - "version": "1.5.0", - "resolved": "https://registry.npmjs.org/@astrojs/compiler/-/compiler-1.5.0.tgz", - "integrity": "sha512-k04X/7nlMklU0HQUScxbCTf5n8/Vr+0U0bawb9QWulWxd6qJf3FmBrNATgTYiltjB4pc5HBqmmttAfFi7m4lLg==", + "version": "1.5.3", + "resolved": "https://registry.npmjs.org/@astrojs/compiler/-/compiler-1.5.3.tgz", + "integrity": "sha512-/HSFkJ+Yv+WUWSq0QVsIlhBKam5VUpGV+s8MvPguC/krHmw4Ww9TIgmfJSvV8/BN0sHJB7pCgf7yInae1zb+TQ==", "dev": true }, "node_modules/@astrojs/internal-helpers": { @@ -2088,12 +2088,12 @@ } }, "node_modules/astro": { - "version": "2.7.2", - "resolved": "https://registry.npmjs.org/astro/-/astro-2.7.2.tgz", - "integrity": "sha512-2+vjXeVGU04aecs0mm93Qx9KdeVDw4OTeBIijs2Z+QLoe4RUYZnkqx5gR70VNfnoMdXoPp7+wB+ARcb0+ee/yg==", + "version": "2.7.3", + "resolved": "https://registry.npmjs.org/astro/-/astro-2.7.3.tgz", + "integrity": "sha512-DwPvvOYElhCNyAWUlFd17HhTNBx+XXnAZfM/PYHq7RicvC/tG4loBjlYk/Yw7x9wQCkbKjoxVRiNYvmvSUmisw==", "dev": true, "dependencies": { - "@astrojs/compiler": "^1.5.0", + "@astrojs/compiler": "^1.5.3", "@astrojs/internal-helpers": "^0.1.1", "@astrojs/language-server": "^1.0.0", "@astrojs/markdown-remark": "^2.2.1", @@ -11207,9 +11207,9 @@ } }, "@astrojs/compiler": { - "version": "1.5.0", - "resolved": "https://registry.npmjs.org/@astrojs/compiler/-/compiler-1.5.0.tgz", - "integrity": "sha512-k04X/7nlMklU0HQUScxbCTf5n8/Vr+0U0bawb9QWulWxd6qJf3FmBrNATgTYiltjB4pc5HBqmmttAfFi7m4lLg==", + "version": "1.5.3", + "resolved": "https://registry.npmjs.org/@astrojs/compiler/-/compiler-1.5.3.tgz", + "integrity": "sha512-/HSFkJ+Yv+WUWSq0QVsIlhBKam5VUpGV+s8MvPguC/krHmw4Ww9TIgmfJSvV8/BN0sHJB7pCgf7yInae1zb+TQ==", "dev": true }, "@astrojs/internal-helpers": { @@ -12621,12 +12621,12 @@ "dev": true }, "astro": { - "version": "2.7.2", - "resolved": "https://registry.npmjs.org/astro/-/astro-2.7.2.tgz", - "integrity": "sha512-2+vjXeVGU04aecs0mm93Qx9KdeVDw4OTeBIijs2Z+QLoe4RUYZnkqx5gR70VNfnoMdXoPp7+wB+ARcb0+ee/yg==", + "version": "2.7.3", + "resolved": "https://registry.npmjs.org/astro/-/astro-2.7.3.tgz", + "integrity": "sha512-DwPvvOYElhCNyAWUlFd17HhTNBx+XXnAZfM/PYHq7RicvC/tG4loBjlYk/Yw7x9wQCkbKjoxVRiNYvmvSUmisw==", "dev": true, "requires": { - "@astrojs/compiler": "^1.5.0", + "@astrojs/compiler": "^1.5.3", "@astrojs/internal-helpers": "^0.1.1", "@astrojs/language-server": "^1.0.0", "@astrojs/markdown-remark": "^2.2.1", diff --git a/package.json b/package.json index a804a1ce2..1580dcb1f 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "@rollup/plugin-typescript": "^11.1.1", "@typescript-eslint/eslint-plugin": "^5.60.1", "@typescript-eslint/parser": "^5.60.1", - "astro": "^2.7.2", + "astro": "^2.7.3", "autoprefixer": "^10.4.14", "bootstrap": "^5.3.0", "bundlewatch": "^0.3.3",