diff --git a/package.json b/package.json index ff54038..e830c20 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "dependencies": { "@astrojs/sitemap": "^3.0.5", "@types/node": "^20.11.17", - "astro": "^4.3.2", + "astro": "^4.3.6", "cheerio": "1.0.0-rc.12", "date-fns": "^3.3.1", "highlight.js": "^11.9.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 98abb47..de6fd43 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -12,8 +12,8 @@ dependencies: specifier: ^20.11.17 version: 20.11.17 astro: - specifier: ^4.3.2 - version: 4.3.2(@types/node@20.11.17)(typescript@5.3.3) + specifier: ^4.3.6 + version: 4.3.6(@types/node@20.11.17)(typescript@5.3.3) cheerio: specifier: 1.0.0-rc.12 version: 1.0.0-rc.12 @@ -64,6 +64,11 @@ packages: /@astrojs/compiler@2.5.1: resolution: {integrity: sha512-o2hKiFJXZOm1Gov+RGXSWnKlnb/UF7KRTx/Y2uazYe3+MrLY+sqLN+yB4EH2bElc0l1K9cDb4mZSejuq563rGQ==} + dev: true + + /@astrojs/compiler@2.5.3: + resolution: {integrity: sha512-jzj01BRv/fmo+9Mr2FhocywGzEYiyiP2GVHje1ziGNU6c97kwhYGsnvwMkHrncAy9T9Vi54cjaMK7UE4ClX4vA==} + dev: false /@astrojs/internal-helpers@0.2.1: resolution: {integrity: sha512-06DD2ZnItMwUnH81LBLco3tWjcZ1lGU9rLCCBaeUCGYe9cI0wKyY2W3kDyoW1I6GmcWgt1fu+D1CTvz+FIKf8A==} @@ -985,12 +990,12 @@ packages: resolution: {integrity: sha512-I1jXZMjAgCMmxT4qxXfPXa6SthSoE8h6gkSI9BGGNv8mP8G/v0blc+qFnZu6K42vTOiuME596QaLO0TP3Lk0xg==} dev: false - /astro@4.3.2(@types/node@20.11.17)(typescript@5.3.3): - resolution: {integrity: sha512-SJotHzKG/I32ruYWItMRJjtmNQh14mVS7kahu3XfYyxvo6nx08PGJBTSPbqPrW1sjeQPHwcpVDFx3yMMK2kaxQ==} + /astro@4.3.6(@types/node@20.11.17)(typescript@5.3.3): + resolution: {integrity: sha512-VYJGsBygMtPM/qTRgn5QdxkSILgjpW2uHVw3snp/Gkl+N9uRAAnuYxrUO7wkbLejfrmlb0nZyyKG+H5VDQPbeg==} engines: {node: '>=18.14.1', npm: '>=6.14.0'} hasBin: true dependencies: - '@astrojs/compiler': 2.5.1 + '@astrojs/compiler': 2.5.3 '@astrojs/internal-helpers': 0.2.1 '@astrojs/markdown-remark': 4.2.1 '@astrojs/telemetry': 3.0.4 @@ -1044,6 +1049,7 @@ packages: semver: 7.5.4 server-destroy: 1.0.1 shikiji: 0.9.19 + shikiji-core: 0.9.19 string-width: 7.0.0 strip-ansi: 7.1.0 tsconfck: 3.0.0(typescript@5.3.3)