diff --git a/package-lock.json b/package-lock.json index 83aaf0e..2b8fc59 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@astrojs/rss": "^4.0.9", "@astrojs/sitemap": "^3.2.1", "@astrojs/tailwind": "^5.1.2", - "@notionhq/client": "^2.2.14", + "@notionhq/client": "^2.2.15", "@tailwindcss/typography": "^0.5.15", "astro": "^4.16.10", "astro-icon": "^1.1.1", @@ -1947,9 +1947,9 @@ } }, "node_modules/@notionhq/client": { - "version": "2.2.14", - "resolved": "https://registry.npmjs.org/@notionhq/client/-/client-2.2.14.tgz", - "integrity": "sha512-oqUefZtCiJPCX+74A1Os9OVTef3fSnVWe2eVQtU1HJSD+nsfxfhwvDKnzJTh2Tw1ZHKLxpieHB/nzGdY+Uo12A==", + "version": "2.2.15", + "resolved": "https://registry.npmjs.org/@notionhq/client/-/client-2.2.15.tgz", + "integrity": "sha512-XhdSY/4B1D34tSco/GION+23GMjaS9S2zszcqYkMHo8RcWInymF6L1x+Gk7EmHdrSxNFva2WM8orhC4BwQCwgw==", "dependencies": { "@types/node-fetch": "^2.5.10", "node-fetch": "^2.6.1" diff --git a/package.json b/package.json index 892fa57..97a3e3c 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "@astrojs/rss": "^4.0.9", "@astrojs/sitemap": "^3.2.1", "@astrojs/tailwind": "^5.1.2", - "@notionhq/client": "^2.2.14", + "@notionhq/client": "^2.2.15", "@tailwindcss/typography": "^0.5.15", "astro": "^4.16.10", "astro-icon": "^1.1.1",