From 33e8bbe92b46374b6a7e64c91d85b18a3e991415 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Aug 2023 00:19:52 +0800 Subject: [PATCH] chore(deps): bump @notionhq/client from 2.2.10 to 2.2.11 (#13030) * chore(deps): bump @notionhq/client from 2.2.10 to 2.2.11 Bumps [@notionhq/client](https://github.com/makenotion/notion-sdk-js) from 2.2.10 to 2.2.11. - [Release notes](https://github.com/makenotion/notion-sdk-js/releases) - [Commits](https://github.com/makenotion/notion-sdk-js/compare/v2.2.10...v2.2.11) --- updated-dependencies: - dependency-name: "@notionhq/client" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] * chore: fix pnpm install --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- pnpm-lock.yaml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index e9e77899a..77fdb36d0 100644 --- a/package.json +++ b/package.json @@ -84,7 +84,7 @@ }, "dependencies": { "@koa/router": "12.0.0", - "@notionhq/client": "2.2.10", + "@notionhq/client": "2.2.11", "@postlight/parser": "2.2.3", "@sentry/node": "7.63.0", "aes-js": "3.1.2", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 0708c9eb7..3178c6104 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -9,8 +9,8 @@ dependencies: specifier: 12.0.0 version: 12.0.0 '@notionhq/client': - specifier: 2.2.10 - version: 2.2.10 + specifier: 2.2.11 + version: 2.2.11 '@postlight/parser': specifier: 2.2.3 version: 2.2.3 @@ -1038,8 +1038,8 @@ packages: fastq: 1.15.0 dev: true - /@notionhq/client@2.2.10: - resolution: {integrity: sha512-MggdzjB320UI2fUFR5XmUBbRBaqNr3QCBHQyK2CqbiO2T29p8RzzQBm5c7RJqvFhi7P0MaLjuY1CI8ypGEYssg==} + /@notionhq/client@2.2.11: + resolution: {integrity: sha512-yTKeVu0fB9PtlK9eQwN6y+MEq0J0vu1MPP7j5bme9+KTenH4OTcOAx/70+LgvN4Z4RSsymQxdXrtcLHMFN9ZuA==} engines: {node: '>=12'} dependencies: '@types/node-fetch': 2.6.4