Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix(deps): update dependency @notionhq/client to v1
  • Loading branch information
renovate-bot committed Mar 4, 2022
commit 1380ca86b60e402ca3141bf28826e230a2bb00b7
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"dependencies": {
"@babel/runtime": "^7.16.3",
"@newrelic/winston-enricher": "^2.1.0",
"@notionhq/client": "^0.4.2",
"@notionhq/client": "^1.0.0",
"@sendgrid/mail": "^7.5.0",
"@sentry/node": "^6.17.1",
"@sentry/tracing": "^6.17.1",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1511,10 +1511,10 @@
"@nodelib/fs.scandir" "2.1.5"
fastq "^1.6.0"

"@notionhq/client@^0.4.2":
version "0.4.13"
resolved "https://registry.yarnpkg.com/@notionhq/client/-/client-0.4.13.tgz#b29c2ecc8c25508119f9b2875c2dda6c12f1c889"
integrity sha512-tHC95h4JZYteHmIL49xdta0Yb9q0peXySqo9cqTQEVzpPwUdcPNgWQljMqfrSVKqlpGNX+DhXztY0LR6f3Iw6A==
"@notionhq/client@^1.0.0":
version "1.0.1"
resolved "https://registry.yarnpkg.com/@notionhq/client/-/client-1.0.1.tgz#b6f4be3e287a7550a3b4a2838f6e6891b7ba5e96"
integrity sha512-RSavJQjZsqYyu4sd5PwBq39AHOqCTCzXZcS9dFwE0u1DEMjlYhvisYN3qgVtELZdNjSdTHsvC4mapB6vO8WCpQ==
dependencies:
"@types/node-fetch" "^2.5.10"
node-fetch "^2.6.1"
Expand Down