From 2b1ac09d4d538c9c7e2b3921e4e4eb1c2d091c71 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 9 Apr 2025 00:52:50 +0000 Subject: [PATCH] fix: upgrade @notionhq/client from 2.2.16 to 2.3.0 Snyk has created this PR to upgrade @notionhq/client from 2.2.16 to 2.3.0. See this package in yarn: @notionhq/client See this project in Snyk: https://app.snyk.io/org/rujuu-prog/project/971eea69-9d00-4226-92bb-5d1ac3cf1b31?utm_source=github&utm_medium=referral&page=upgrade-pr --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 1f7fe12..54114e6 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "test:coverage": "jest --coverage" }, "dependencies": { - "@notionhq/client": "^2.2.14", + "@notionhq/client": "^2.3.0", "@tryfabric/martian": "^1.2.4", "chalk": "4", "gray-matter": "^4.0.3" diff --git a/yarn.lock b/yarn.lock index 8690068..cd11214 100644 --- a/yarn.lock +++ b/yarn.lock @@ -743,10 +743,10 @@ "@types/node-fetch" "^2.5.10" node-fetch "^2.6.1" -"@notionhq/client@^2.2.14": - version "2.2.16" - resolved "https://registry.yarnpkg.com/@notionhq/client/-/client-2.2.16.tgz#6564cd77bc12e7dc68e4f5c4c6adef8384a33027" - integrity sha512-3GlkfhLw8+Jw8U2iFEmHA6WfCgYhZCXLxgPdqDJkYMFotELNpQO+yGSy2QWURsG8ndu21sLt+FEOfDbNcCtFMg== +"@notionhq/client@^2.3.0": + version "2.3.0" + resolved "https://registry.yarnpkg.com/@notionhq/client/-/client-2.3.0.tgz#4feecb012ebcd4116df14a9e2c77afed7eeb73cd" + integrity sha512-l7WqTCpQqC+HibkB9chghONQTYcxNQT0/rOJemBfmuKQRTu2vuV8B3yA395iKaUdDo7HI+0KvQaz9687Xskzkw== dependencies: "@types/node-fetch" "^2.5.10" node-fetch "^2.6.1"