diff --git a/package-lock.json b/package-lock.json index 801d9c7f7..860c6dc95 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,6 @@ "@fontsource/poppins": "^5.1.0", "@fontsource/source-sans-pro": "^5.1.0", "@nanostores/preact": "^0.5.2", - "@rollup/rollup-linux-x64-gnu": "^4.34.2", "@scalar/api-reference": "^1.25.96", "@types/react": "^19.0.2", "@types/react-dom": "^18.3.1", @@ -71,7 +70,7 @@ "astro-auto-import": "^0.4.4", "astro-eslint-parser": "^1.2.1", "astro-expressive-code": "^0.38.3", - "astro-og-canvas": "^0.5.4", + "astro-og-canvas": "^0.5.6", "canvaskit-wasm": "^0.39.1", "eslint": "^8.57.0", "eslint-mdx": "^3.0.0", @@ -7880,10 +7879,11 @@ } }, "node_modules/astro-og-canvas": { - "version": "0.5.4", - "resolved": "https://registry.npmjs.org/astro-og-canvas/-/astro-og-canvas-0.5.4.tgz", - "integrity": "sha512-bKopjX5DZ0WZH3kmUl82EVBhGzoCQwH5Ja4YdB5MO1EtWFZpWzvKWWptsOKGhjz+Kn85+gD/kgw25ebrvYufSg==", + "version": "0.5.6", + "resolved": "https://registry.npmjs.org/astro-og-canvas/-/astro-og-canvas-0.5.6.tgz", + "integrity": "sha512-w75UErZdRxYyoVnTz4IXn6T869PBrwYQEjPecWVaev9faYCHC3Uk7R47KCO3u+MSDkc8tCENz4ghVDrLImx9SA==", "dev": true, + "license": "MIT", "dependencies": { "canvaskit-wasm": "^0.39.1", "deterministic-object-hash": "^2.0.2", @@ -7893,7 +7893,7 @@ "node": ">=18.14.1" }, "peerDependencies": { - "astro": "^3.0.0 || ^4.0.0" + "astro": "^3.0.0 || ^4.0.0 || ^5.0.0" } }, "node_modules/astro/node_modules/@rollup/pluginutils": { diff --git a/package.json b/package.json index 29430342f..4bb36c4a2 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "astro-auto-import": "^0.4.4", "astro-eslint-parser": "^1.2.1", "astro-expressive-code": "^0.38.3", - "astro-og-canvas": "^0.5.4", + "astro-og-canvas": "^0.5.6", "canvaskit-wasm": "^0.39.1", "eslint": "^8.57.0", "eslint-mdx": "^3.0.0",