diff --git a/package-lock.json b/package-lock.json index 8a9ad7f..673fb0d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "astro-critters": "^2.0.11", "astro-iconify": "^1.2.0", "astro-licenses-report": "^0.8.4", - "astro-og-canvas": "^0.2.1", + "astro-og-canvas": "^0.3.0", "astro-pagefind": "^1.3.0", "astro-robots-txt": "^1.0.0", "astro-webmanifest": "^1.0.0", @@ -33,8 +33,8 @@ "tailwindcss": "^3.3.5" }, "devDependencies": { - "@types/markdown-it": "13.0.5", - "@types/sanitize-html": "2.9.3", + "@types/markdown-it": "13.0.6", + "@types/sanitize-html": "2.9.4", "@typescript-eslint/eslint-plugin": "6.10.0", "@typescript-eslint/parser": "6.10.0", "eslint": "8.53.0", @@ -1583,9 +1583,9 @@ "dev": true }, "node_modules/@types/markdown-it": { - "version": "13.0.5", - "resolved": "https://registry.npmjs.org/@types/markdown-it/-/markdown-it-13.0.5.tgz", - "integrity": "sha512-QhJP7hkq3FCrFNx0szMNCT/79CXfcEgUIA3jc5GBfeXqoKsk3R8JZm2wRXJ2DiyjbPE4VMFOSDemLFcUTZmHEQ==", + "version": "13.0.6", + "resolved": "https://registry.npmjs.org/@types/markdown-it/-/markdown-it-13.0.6.tgz", + "integrity": "sha512-0VqpvusJn1/lwRegCxcHVdmLfF+wIsprsKMC9xW8UPcTxhFcQtoN/fBU1zMe8pH7D/RuueMh2CaBaNv+GrLqTw==", "dev": true, "dependencies": { "@types/linkify-it": "*", @@ -1638,9 +1638,9 @@ "integrity": "sha512-SuT16Q1K51EAVPz1K29DJ/sXjhSQ0zjvsypYJ6tlwVsRV9jwW5Adq2ch8Dq8kDBCkYnELS7N7VNCSB5nC56t/g==" }, "node_modules/@types/sanitize-html": { - "version": "2.9.3", - "resolved": "https://registry.npmjs.org/@types/sanitize-html/-/sanitize-html-2.9.3.tgz", - "integrity": "sha512-1rsSdEJLV7utAG+Fms2uP+nSmmYmOhUUSSZvUz4wF2wlA0M5/A/gVgnpWZ7EKaPWsrrxWiSuNJqSBW8dh2isBA==", + "version": "2.9.4", + "resolved": "https://registry.npmjs.org/@types/sanitize-html/-/sanitize-html-2.9.4.tgz", + "integrity": "sha512-Ym4hjmAFxF/eux7nW2yDPAj2o9RYh0vP/9V5ECoHtgJ/O9nPGslUd20CMn6WatRMlFVfjMTg3lMcWq8YyO6QnA==", "dev": true, "dependencies": { "htmlparser2": "^8.0.0" @@ -2659,11 +2659,12 @@ } }, "node_modules/astro-og-canvas": { - "version": "0.2.1", - "resolved": "https://registry.npmjs.org/astro-og-canvas/-/astro-og-canvas-0.2.1.tgz", - "integrity": "sha512-FuUKUXOt9ZXSgjcjyy7+GHJHx7z9csHne6MTogBJ8oGvxG2mMBUsBCdO5xvBtM+TwNnT4tMpGe1rCph2BLsR5Q==", + "version": "0.3.1", + "resolved": "https://registry.npmjs.org/astro-og-canvas/-/astro-og-canvas-0.3.1.tgz", + "integrity": "sha512-F/ak6qkzKxqqDW44+OiBtFhsUdH19R8DO1KCS3oQ614jnvrst1YKv70TZSyfP4yp7qPrt3wqzRanfOLITXqDeA==", "dependencies": { "canvaskit-wasm": "^0.37.0", + "deterministic-object-hash": "^1.3.1", "entities": "^4.4.0" }, "engines": { diff --git a/package.json b/package.json index 3d3f99b..9a62638 100644 --- a/package.json +++ b/package.json @@ -28,8 +28,8 @@ "astro": "astro" }, "devDependencies": { - "@types/markdown-it": "13.0.5", - "@types/sanitize-html": "2.9.3", + "@types/markdown-it": "13.0.6", + "@types/sanitize-html": "2.9.4", "@typescript-eslint/eslint-plugin": "6.10.0", "@typescript-eslint/parser": "6.10.0", "eslint": "8.53.0", @@ -54,7 +54,7 @@ "astro-critters": "^2.0.11", "astro-iconify": "^1.2.0", "astro-licenses-report": "^0.8.4", - "astro-og-canvas": "^0.2.1", + "astro-og-canvas": "^0.3.0", "astro-pagefind": "^1.3.0", "astro-robots-txt": "^1.0.0", "astro-webmanifest": "^1.0.0",