diff --git a/package-lock.json b/package-lock.json index 786a3a4..b3b9b30 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,11 +9,10 @@ "version": "1.0.0", "dependencies": { "@astrojs/partytown": "^1.2.2", - "@astrojs/prefetch": "^0.2.2", "@astrojs/react": "^2.2.0", "@tailwindcss/typography": "^0.5.9", "astro": "^2.5.0", - "astro-seo-schema": "^2.0.0", + "astro-seo-schema": "^2.2.0", "react": "^18.2.0", "react-dom": "^18.2.0", "react-icons": "4.8.0" @@ -131,14 +130,6 @@ "mrmime": "^1.0.0" } }, - "node_modules/@astrojs/prefetch": { - "version": "0.2.2", - "resolved": "https://registry.npmjs.org/@astrojs/prefetch/-/prefetch-0.2.2.tgz", - "integrity": "sha512-KGXHFYkSAzMPpMZA/r7dNEjPmV5HXlZpa8LkRWf4O/aXmgu8X/Y/D8QXY7lInkk/CnRg4fz1WdoCPtSVUGzkwQ==", - "dependencies": { - "throttles": "^1.0.1" - } - }, "node_modules/@astrojs/prism": { "version": "2.1.2", "resolved": "https://registry.npmjs.org/@astrojs/prism/-/prism-2.1.2.tgz", @@ -2068,9 +2059,9 @@ } }, "node_modules/astro-seo-schema": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/astro-seo-schema/-/astro-seo-schema-2.0.0.tgz", - "integrity": "sha512-VMsoQr/v4VN3wLiVm4czfabQlQOKOVim45rwcYWVTuLZuksnE848F1GqejqSaUrCqVrUd8n31p6gLgS2yghw3A==", + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/astro-seo-schema/-/astro-seo-schema-2.2.0.tgz", + "integrity": "sha512-8421r2gyDjHmTpRTzhSika3gQ3Q9JU+Bdzq+4w07sVtgmJVEKmrxqStaUG4rOMiXMJQmu7d17l6+4ZtCUYkAiA==", "dependencies": { "schema-dts": "^1.1.0" }, @@ -8838,14 +8829,6 @@ "node": ">=0.8" } }, - "node_modules/throttles": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/throttles/-/throttles-1.0.1.tgz", - "integrity": "sha512-fab7Xg+zELr9KOv4fkaBoe/b3L0GMGLd0IBSCn16GoE/Qx6/OfCr1eGNyEcDU2pUA79qQfZ8kPQWlRuok4YwTw==", - "engines": { - "node": ">=6" - } - }, "node_modules/through": { "version": "2.3.8", "resolved": "https://registry.npmjs.org/through/-/through-2.3.8.tgz", @@ -9807,14 +9790,6 @@ "mrmime": "^1.0.0" } }, - "@astrojs/prefetch": { - "version": "0.2.2", - "resolved": "https://registry.npmjs.org/@astrojs/prefetch/-/prefetch-0.2.2.tgz", - "integrity": "sha512-KGXHFYkSAzMPpMZA/r7dNEjPmV5HXlZpa8LkRWf4O/aXmgu8X/Y/D8QXY7lInkk/CnRg4fz1WdoCPtSVUGzkwQ==", - "requires": { - "throttles": "^1.0.1" - } - }, "@astrojs/prism": { "version": "2.1.2", "resolved": "https://registry.npmjs.org/@astrojs/prism/-/prism-2.1.2.tgz", @@ -11155,9 +11130,9 @@ } }, "astro-seo-schema": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/astro-seo-schema/-/astro-seo-schema-2.0.0.tgz", - "integrity": "sha512-VMsoQr/v4VN3wLiVm4czfabQlQOKOVim45rwcYWVTuLZuksnE848F1GqejqSaUrCqVrUd8n31p6gLgS2yghw3A==", + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/astro-seo-schema/-/astro-seo-schema-2.2.0.tgz", + "integrity": "sha512-8421r2gyDjHmTpRTzhSika3gQ3Q9JU+Bdzq+4w07sVtgmJVEKmrxqStaUG4rOMiXMJQmu7d17l6+4ZtCUYkAiA==", "requires": { "schema-dts": "^1.1.0" } @@ -15714,11 +15689,6 @@ "thenify": ">= 3.1.0 < 4" } }, - "throttles": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/throttles/-/throttles-1.0.1.tgz", - "integrity": "sha512-fab7Xg+zELr9KOv4fkaBoe/b3L0GMGLd0IBSCn16GoE/Qx6/OfCr1eGNyEcDU2pUA79qQfZ8kPQWlRuok4YwTw==" - }, "through": { "version": "2.3.8", "resolved": "https://registry.npmjs.org/through/-/through-2.3.8.tgz", diff --git a/package.json b/package.json index 1d773cf..27d24b2 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "@astrojs/react": "^2.2.0", "@tailwindcss/typography": "^0.5.9", "astro": "^2.5.0", - "astro-seo-schema": "^2.0.0", + "astro-seo-schema": "^2.2.0", "react": "^18.2.0", "react-dom": "^18.2.0", "react-icons": "4.8.0"