From 33293a8537b4e0ebca0f40d41a445ff75f2f9eea Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 31 Aug 2023 00:18:44 +0800 Subject: [PATCH] fix(deps): update dependency astro to ^2.10.15 (#385) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- packages/app/package.json | 2 +- pnpm-lock.yaml | 22 +++++++++++----------- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/packages/app/package.json b/packages/app/package.json index 03576e3d..6c5fa6f6 100644 --- a/packages/app/package.json +++ b/packages/app/package.json @@ -17,7 +17,7 @@ "@astrojs/sitemap": "^2.0.2", "@nanostores/persistent": "^0.9.1", "@nanostores/react": "^0.7.1", - "astro": "^2.10.14", + "astro": "^2.10.15", "astro-robots-txt": "^0.5.0", "cmdk": "^0.2.0", "nanostores": "^0.9.3", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 1bba4dd3..48fd0b20 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -89,7 +89,7 @@ importers: dependencies: '@astrojs/cloudflare': specifier: ^6.8.1 - version: 6.8.1(astro@2.10.14) + version: 6.8.1(astro@2.10.15) '@astrojs/react': specifier: ^2.3.2 version: 2.3.2(@types/react-dom@18.2.7)(@types/react@18.2.21)(react-dom@18.2.0)(react@18.2.0) @@ -106,8 +106,8 @@ importers: specifier: ^0.7.1 version: 0.7.1(nanostores@0.9.3)(react@18.2.0) astro: - specifier: ^2.10.14 - version: 2.10.14(@types/node@18.17.12) + specifier: ^2.10.15 + version: 2.10.15(@types/node@18.17.12) astro-robots-txt: specifier: ^0.5.0 version: 0.5.0 @@ -242,14 +242,14 @@ packages: resolution: {integrity: sha512-pvFiLP2BeOKA/ZOS6jxx4XhKzdVLHDhGlFEaZ2flWWYf2xOqVniqpk38I04DFRyz+L0ASggl7SkItTc+ZLju4w==} dev: true - /@astrojs/cloudflare@6.8.1(astro@2.10.14): + /@astrojs/cloudflare@6.8.1(astro@2.10.15): resolution: {integrity: sha512-P0QN3wZ89rZoTpT+f99RSe7ecF+p3seOMejbVvsR/j8F8WQkvdxXTf35Lq+KWWzIDjbQfmhAxMg33tihSVWUdQ==} peerDependencies: astro: ^2.10.14 dependencies: '@astrojs/underscore-redirects': 0.2.0 '@cloudflare/workers-types': 4.20230821.0 - astro: 2.10.14(@types/node@18.17.12) + astro: 2.10.15(@types/node@18.17.12) esbuild: 0.17.19 tiny-glob: 0.2.9 dev: false @@ -280,13 +280,13 @@ packages: vscode-uri: 3.0.7 dev: false - /@astrojs/markdown-remark@2.2.1(astro@2.10.14): + /@astrojs/markdown-remark@2.2.1(astro@2.10.15): resolution: {integrity: sha512-VF0HRv4GpC1XEMLnsKf6jth7JSmlt9qpqP0josQgA2eSpCIAC/Et+y94mgdBIZVBYH/yFnMoIxgKVe93xfO2GA==} peerDependencies: astro: ^2.5.0 dependencies: '@astrojs/prism': 2.1.2 - astro: 2.10.14(@types/node@18.17.12) + astro: 2.10.15(@types/node@18.17.12) github-slugger: 1.5.0 import-meta-resolve: 2.2.2 rehype-raw: 6.1.1 @@ -2697,8 +2697,8 @@ packages: zod: 3.22.2 dev: false - /astro@2.10.14(@types/node@18.17.12): - resolution: {integrity: sha512-02k2DjnI8yGtLCvdCSggvfCTkTWPm9UDgc/XHKdd1K34TSTl3X0A8TTYbASEXvgynk1zInCyOEe3IUDt3Lke+A==} + /astro@2.10.15(@types/node@18.17.12): + resolution: {integrity: sha512-7jgkCZexxOX541g2kKHGOcDDUVKYc+sGi87GtLOkbWwTsKqEIp9GU0o7DpKe1rhItm9VVEiHz4uxvMh3wGmJdA==} engines: {node: '>=16.12.0', npm: '>=6.14.0'} hasBin: true peerDependencies: @@ -2710,7 +2710,7 @@ packages: '@astrojs/compiler': 1.8.2 '@astrojs/internal-helpers': 0.1.2 '@astrojs/language-server': 1.0.8 - '@astrojs/markdown-remark': 2.2.1(astro@2.10.14) + '@astrojs/markdown-remark': 2.2.1(astro@2.10.15) '@astrojs/telemetry': 2.1.1 '@astrojs/webapi': 2.2.0 '@babel/core': 7.22.11 @@ -5276,7 +5276,7 @@ packages: resolution: {integrity: sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA==} dependencies: hosted-git-info: 2.8.9 - resolve: 1.22.1 + resolve: 1.22.4 semver: 5.7.2 validate-npm-package-license: 3.0.4 dev: true