diff --git a/package-lock.json b/package-lock.json index 2e4e16e..6211579 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.0.1", "dependencies": { "@astrojs/starlight": "^0.41.3", - "astro": "^7.0.9", + "astro": "^7.1.1", "starlight-openapi": "^0.26.0" } }, @@ -2609,9 +2609,9 @@ } }, "node_modules/astro": { - "version": "7.0.9", - "resolved": "https://registry.npmjs.org/astro/-/astro-7.0.9.tgz", - "integrity": "sha512-WB5pA4LLQnmqjBh6EIu0z8aUV4q2/AoThgSZq57Rsp+oqqvPu7OwZ5eF+W4ku20TUTxIhiJW8dccuGvJPiW2UA==", + "version": "7.1.1", + "resolved": "https://registry.npmjs.org/astro/-/astro-7.1.1.tgz", + "integrity": "sha512-yfKhuvbz+DORHihJRL1DHcxyLcX9uTrxvz2nCSTzHH54k2DdACBfuOu2OAAAhdUC9xlu2IRXAiagqcPL3DftCg==", "license": "MIT", "dependencies": { "@astrojs/compiler-rs": "^0.3.1", diff --git a/package.json b/package.json index 9276199..6da440c 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@astrojs/starlight": "^0.41.3", - "astro": "^7.0.9", + "astro": "^7.1.1", "starlight-openapi": "^0.26.0" } }