diff --git a/package.json b/package.json index 01af6cee..f9aff815 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "@astrojs/react": "^2.2.1", "@kiltprotocol/sdk-js": "^0.33.1", "@polkadot/extension-dapp": "^0.46.5", - "astro": "^2.9.0", + "astro": "^2.9.1", "got": "^12.6.1", "http-status-codes": "^2.2.0", "pg": "^8.11.1", diff --git a/yarn.lock b/yarn.lock index a807ca1b..ecb1a99a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1874,10 +1874,10 @@ astro-eslint-parser@^0.14.0: espree "^9.0.0" semver "^7.3.8" -astro@^2.9.0: - version "2.9.0" - resolved "https://registry.yarnpkg.com/astro/-/astro-2.9.0.tgz#8bf046f9b375685975125496253f55a1028bf889" - integrity sha512-qD8hFvFrpLDA1/wGivP9YbKq7vfMfS1XPE9SyrrDaYFB/NXnZPqnwSXOxRD0AA4WSv9OAtUO3DV8dHFj9xWi/Q== +astro@^2.9.1: + version "2.9.1" + resolved "https://registry.yarnpkg.com/astro/-/astro-2.9.1.tgz#82a027463d6dba150589e465553b6342a1cc9bd9" + integrity sha512-cY+ilz7zbKx21QA4LRJtE49NakkhUVh6kU9LqNMThz/Fqv1Rkz0uJBWIUJfJqpOmqnpFEW2G245gF4+bUA7aRQ== dependencies: "@astrojs/compiler" "^1.6.0" "@astrojs/internal-helpers" "^0.1.1"