Skip to content

Commit 8b226c5

Browse files
🍻
1 parent d5d733c commit 8b226c5

File tree

2 files changed

+47
-4
lines changed

2 files changed

+47
-4
lines changed

packages/notion-client/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
"test": "ava"
2323
},
2424
"dependencies": {
25+
"got": "^11.8.1",
2526
"notion-types": "^6.15.4",
2627
"notion-utils": "^6.15.4",
2728
"p-map": "^5.3.0"

yarn.lock

Lines changed: 46 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2451,7 +2451,7 @@
24512451
resolved "https://registry.npmjs.org/@rushstack/eslint-patch/-/eslint-patch-1.1.1.tgz"
24522452
integrity sha512-BUyKJGdDWqvWC5GEhyOiUrGNi9iJUr4CU0O2WxJL6QJhHeeA/NVBalH+FeK0r/x/W0rPymXt5s78TDS7d6lCwg==
24532453

2454-
"@sindresorhus/is@^4.6.0":
2454+
"@sindresorhus/is@^4.0.0", "@sindresorhus/is@^4.6.0":
24552455
version "4.6.0"
24562456
resolved "https://registry.npmjs.org/@sindresorhus/is/-/is-4.6.0.tgz"
24572457
integrity sha512-t09vSN3MdfsyCHoFcTRCH/iUtG7OJ0CsjzB8cjAmKc/va/kIgeDI/TxsigdncE/4be734m0cvIYwNaV4i2XqAw==
@@ -2583,6 +2583,13 @@
25832583
"@svgr/plugin-svgo" "^5.5.0"
25842584
loader-utils "^2.0.0"
25852585

2586+
"@szmarczak/http-timer@^4.0.5":
2587+
version "4.0.6"
2588+
resolved "https://registry.yarnpkg.com/@szmarczak/http-timer/-/http-timer-4.0.6.tgz#b4a914bb62e7c272d4e5989fe4440f812ab1d807"
2589+
integrity sha512-4BAffykYOgO+5nzBWYwE3W90sBgLJoUPRWWcL8wlyiM8IB8ipJz3UMJ9KXQd1RKQXpKp8Tutn80HZtWsu2u76w==
2590+
dependencies:
2591+
defer-to-connect "^2.0.0"
2592+
25862593
"@szmarczak/http-timer@^5.0.1":
25872594
version "5.0.1"
25882595
resolved "https://registry.npmjs.org/@szmarczak/http-timer/-/http-timer-5.0.1.tgz"
@@ -2681,7 +2688,7 @@
26812688
dependencies:
26822689
"@types/node" "*"
26832690

2684-
"@types/cacheable-request@^6.0.2":
2691+
"@types/cacheable-request@^6.0.1", "@types/cacheable-request@^6.0.2":
26852692
version "6.0.2"
26862693
resolved "https://registry.npmjs.org/@types/cacheable-request/-/cacheable-request-6.0.2.tgz"
26872694
integrity sha512-B3xVo+dlKM6nnKTcmm5ZtY/OL8bOAOd2Olee9M1zft65ox50OzjEHW91sDiU9j6cvW8Ejg1/Qkf4xd2kugApUA==
@@ -4222,6 +4229,11 @@ cacache@^15.0.5, cacache@^15.2.0:
42224229
tar "^6.0.2"
42234230
unique-filename "^1.1.1"
42244231

4232+
cacheable-lookup@^5.0.3:
4233+
version "5.0.4"
4234+
resolved "https://registry.yarnpkg.com/cacheable-lookup/-/cacheable-lookup-5.0.4.tgz#5a6b865b2c44357be3d5ebc2a467b032719a7005"
4235+
integrity sha512-2/kNscPhpcxrOigMZzbiWF7dz8ilhb/nIHU3EyZiXWXpeq/au8qJ8VhdftMkty3n7Gj6HIGalQG8oiBNB3AJgA==
4236+
42254237
cacheable-lookup@^6.0.4:
42264238
version "6.0.4"
42274239
resolved "https://registry.npmjs.org/cacheable-lookup/-/cacheable-lookup-6.0.4.tgz"
@@ -5311,7 +5323,7 @@ defaults@^1.0.3:
53115323
dependencies:
53125324
clone "^1.0.2"
53135325

5314-
defer-to-connect@^2.0.1:
5326+
defer-to-connect@^2.0.0, defer-to-connect@^2.0.1:
53155327
version "2.0.1"
53165328
resolved "https://registry.npmjs.org/defer-to-connect/-/defer-to-connect-2.0.1.tgz"
53175329
integrity sha512-4tvttepXG1VaYGrRibk5EwJd1t4udunSOVMdLSAL6mId1ix438oPwPZMALY41FCijukO1L0twNcGsdzS7dHgDg==
@@ -6998,6 +7010,23 @@ globby@^13.1.1:
69987010
merge2 "^1.4.1"
69997011
slash "^4.0.0"
70007012

7013+
got@^11.8.1:
7014+
version "11.8.5"
7015+
resolved "https://registry.yarnpkg.com/got/-/got-11.8.5.tgz#ce77d045136de56e8f024bebb82ea349bc730046"
7016+
integrity sha512-o0Je4NvQObAuZPHLFoRSkdG2lTgtcynqymzg2Vupdx6PorhaT5MCbIyXG6d4D94kk8ZG57QeosgdiqfJWhEhlQ==
7017+
dependencies:
7018+
"@sindresorhus/is" "^4.0.0"
7019+
"@szmarczak/http-timer" "^4.0.5"
7020+
"@types/cacheable-request" "^6.0.1"
7021+
"@types/responselike" "^1.0.0"
7022+
cacheable-lookup "^5.0.3"
7023+
cacheable-request "^7.0.2"
7024+
decompress-response "^6.0.0"
7025+
http2-wrapper "^1.0.0-beta.5.2"
7026+
lowercase-keys "^2.0.0"
7027+
p-cancelable "^2.0.0"
7028+
responselike "^2.0.0"
7029+
70017030
got@^12.0.2:
70027031
version "12.0.2"
70037032
resolved "https://registry.npmjs.org/got/-/got-12.0.2.tgz"
@@ -7292,6 +7321,14 @@ http-signature@~1.2.0:
72927321
jsprim "^1.2.2"
72937322
sshpk "^1.7.0"
72947323

7324+
http2-wrapper@^1.0.0-beta.5.2:
7325+
version "1.0.3"
7326+
resolved "https://registry.yarnpkg.com/http2-wrapper/-/http2-wrapper-1.0.3.tgz#b8f55e0c1f25d4ebd08b3b0c2c079f9590800b3d"
7327+
integrity sha512-V+23sDMr12Wnz7iTcDeJr3O6AIxlnvT/bmaAAAP/Xda35C90p9599p0F1eHR/N1KILWSoWVAiOMFjBBXaXSMxg==
7328+
dependencies:
7329+
quick-lru "^5.1.1"
7330+
resolve-alpn "^1.0.0"
7331+
72957332
http2-wrapper@^2.1.10:
72967333
version "2.1.10"
72977334
resolved "https://registry.npmjs.org/http2-wrapper/-/http2-wrapper-2.1.10.tgz"
@@ -9905,6 +9942,11 @@ osenv@^0.1.4:
99059942
os-homedir "^1.0.0"
99069943
os-tmpdir "^1.0.0"
99079944

9945+
p-cancelable@^2.0.0:
9946+
version "2.1.1"
9947+
resolved "https://registry.yarnpkg.com/p-cancelable/-/p-cancelable-2.1.1.tgz#aab7fbd416582fa32a3db49859c122487c5ed2cf"
9948+
integrity sha512-BZOr3nRQHOntUjTrH8+Lh54smKHoHyur8We1V8DSMVrl5A2malOOwuJRnKRDjSnkoeBh4at6BwEnb5I7Jl31wg==
9949+
99089950
p-cancelable@^3.0.0:
99099951
version "3.0.0"
99109952
resolved "https://registry.npmjs.org/p-cancelable/-/p-cancelable-3.0.0.tgz"
@@ -11626,7 +11668,7 @@ resize-observer-polyfill@^1.5.1:
1162611668
resolved "https://registry.npmjs.org/resize-observer-polyfill/-/resize-observer-polyfill-1.5.1.tgz"
1162711669
integrity sha512-LwZrotdHOo12nQuZlHEmtuXdqGoOD0OhaxopaNFxWzInpEgaLWoVuAMbTzixuosCx2nEG58ngzW3vxdWoxIgdg==
1162811670

11629-
resolve-alpn@^1.2.0:
11671+
resolve-alpn@^1.0.0, resolve-alpn@^1.2.0:
1163011672
version "1.2.1"
1163111673
resolved "https://registry.npmjs.org/resolve-alpn/-/resolve-alpn-1.2.1.tgz"
1163211674
integrity sha512-0a1F4l73/ZFZOakJnQ3FvkJ2+gSTQWz/r2KE5OdDY0TxPm5h4GkqkWWfM47T7HsbnOtcJVEF4epCVy6u7Q3K+g==

0 commit comments

Comments
 (0)