chore(deps): bump @notionhq/client from 5.23.0 to 5.23.1 (#22714)
Bumps [@notionhq/client](https://github.com/makenotion/notion-sdk-js) from 5.23.0 to 5.23.1. - [Release notes](https://github.com/makenotion/notion-sdk-js/releases) - [Commits](https://github.com/makenotion/notion-sdk-js/compare/v5.23.0...v5.23.1) --- updated-dependencies: - dependency-name: "@notionhq/client" dependency-version: 5.23.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
66b2c550b4
commit
875dbcec74
|
|
@ -67,7 +67,7 @@
|
|||
"@hono/node-server": "2.0.8",
|
||||
"@hono/zod-openapi": "1.4.0",
|
||||
"@jocmp/mercury-parser": "3.0.9",
|
||||
"@notionhq/client": "5.23.0",
|
||||
"@notionhq/client": "5.23.1",
|
||||
"@opentelemetry/api": "1.9.1",
|
||||
"@opentelemetry/exporter-prometheus": "0.220.0",
|
||||
"@opentelemetry/exporter-trace-otlp-http": "0.220.0",
|
||||
|
|
|
|||
|
|
@ -56,8 +56,8 @@ importers:
|
|||
specifier: 3.0.9
|
||||
version: 3.0.9
|
||||
'@notionhq/client':
|
||||
specifier: 5.23.0
|
||||
version: 5.23.0
|
||||
specifier: 5.23.1
|
||||
version: 5.23.1
|
||||
'@opentelemetry/api':
|
||||
specifier: 1.9.1
|
||||
version: 1.9.1
|
||||
|
|
@ -1463,8 +1463,8 @@ packages:
|
|||
resolution: {integrity: sha512-y3SvzjuY1ygnzWA4Krwx/WaJAsTMP11DN+e21A8Fa8PW1oDtVB5NSRW7LWurAiS2oKRkuCgcjTYMkBuBkcPCRg==}
|
||||
engines: {node: '>=12.4.0'}
|
||||
|
||||
'@notionhq/client@5.23.0':
|
||||
resolution: {integrity: sha512-vTlkart40A89+l7+aRGNXLr+z3Af94dbaj/PFtommcwqCxWF9aByXmKgCGteD77It8u4ePE1DSL8eIVSANFGPg==}
|
||||
'@notionhq/client@5.23.1':
|
||||
resolution: {integrity: sha512-Y0jhh0ulft1x1c3uHFzBMHHQZzdfpCUV5JNFAZxzmjKEIkephQ0fle0g0ZqxTmHl1vP1ZOjzq0v47Ao4udBevw==}
|
||||
engines: {node: '>=18'}
|
||||
|
||||
'@octokit/auth-token@6.0.0':
|
||||
|
|
@ -5263,6 +5263,10 @@ packages:
|
|||
resolution: {integrity: sha512-xdB1oSLHbz1vRWgCDalrCqEFTWzFlhqFC5tIHLMOSUIjhm3XXQ1qrFy8S/ESr1JYRRXqM3c1QFiMZUJdUTqyMQ==}
|
||||
engines: {node: ^10 || ^12 || >=14}
|
||||
|
||||
postcss@8.5.19:
|
||||
resolution: {integrity: sha512-Mz8SaolMd8nB+G13WkORcxQKHZ/NE4xXevtkJHVuG+guo9/wYKlIMTKAqGdEmYOXR2ijPjTYNHssizdaVSUNdQ==}
|
||||
engines: {node: ^10 || ^12 || >=14}
|
||||
|
||||
postman-request@2.88.1-postman.48:
|
||||
resolution: {integrity: sha512-E32FGh8ig2KDvzo4Byi7Ibr+wK2gNKPSqXoNsvjdCHgDBxSK4sCUwv+aa3zOBUwfiibPImHMy0WdlDSSCTqTuw==}
|
||||
engines: {node: '>= 16'}
|
||||
|
|
@ -7210,7 +7214,7 @@ snapshots:
|
|||
|
||||
'@nolyfill/side-channel@1.0.44': {}
|
||||
|
||||
'@notionhq/client@5.23.0': {}
|
||||
'@notionhq/client@5.23.1': {}
|
||||
|
||||
'@octokit/auth-token@6.0.0': {}
|
||||
|
||||
|
|
@ -10983,6 +10987,12 @@ snapshots:
|
|||
picocolors: 1.1.1
|
||||
source-map-js: 1.2.1
|
||||
|
||||
postcss@8.5.19:
|
||||
dependencies:
|
||||
nanoid: 3.3.16
|
||||
picocolors: 1.1.1
|
||||
source-map-js: 1.2.1
|
||||
|
||||
postman-request@2.88.1-postman.48:
|
||||
dependencies:
|
||||
'@postman/form-data': 3.1.1
|
||||
|
|
@ -11911,7 +11921,7 @@ snapshots:
|
|||
esbuild: 0.27.7
|
||||
fdir: 6.5.0(picomatch@4.0.5)
|
||||
picomatch: 4.0.5
|
||||
postcss: 8.5.18
|
||||
postcss: 8.5.19
|
||||
rollup: 4.62.2
|
||||
tinyglobby: 0.2.17
|
||||
optionalDependencies:
|
||||
|
|
|
|||
Loading…
Reference in New Issue