File tree Expand file tree Collapse file tree 3 files changed +11
-16
lines changed Expand file tree Collapse file tree 3 files changed +11
-16
lines changed Original file line number Diff line number Diff line change @@ -64,8 +64,8 @@ const getTokenFromRefreshToken = (
6464 'content-type' : 'application/x-www-form-urlencoded;charset=utf-8'
6565 } ,
6666 body : new URLSearchParams ( {
67- client_id,
68- client_secret,
67+ client_id : client_id ! ,
68+ client_secret : client_secret ! ,
6969 grant_type : 'refresh_token' ,
7070 refresh_token
7171 } )
Original file line number Diff line number Diff line change 9797 "@types/lodash" : " ^4.14.184" ,
9898 "@types/mdx-js__react" : " ^1.5.5" ,
9999 "@types/node" : " ^16.7.5" ,
100- "@types/nodemailer" : " ^6.4.4 " ,
100+ "@types/nodemailer" : " ^6.4.5 " ,
101101 "@types/prismjs" : " ^1.26.0" ,
102102 "@types/react" : " ^17.0.43" ,
103103 "@types/react-dom" : " ^18.0.3" ,
Original file line number Diff line number Diff line change 52625262 "@types/node" "*"
52635263 form-data "^3.0.0"
52645264
5265- "@types/node@*", "@types/node@^16.7.5":
5266- version "16.7.5 "
5267- resolved "https://registry.yarnpkg.com/@types/node/-/node-16.7.5 .tgz#96142b243977b03d99c338fdb09241d286102711 "
5268- integrity sha512-E7SpxDXoHEpmZ9C1gSqwadhE6zPRtf3g0gJy9Y51DsImnR5TcDs3QEiV/3Q7zOM8LWaZp5Gph71NK6ElVMG1IQ ==
5265+ "@types/node@*", "@types/node@^14.0.10 || ^16.0.0", "@types/node@^ 16.7.5":
5266+ version "16.11.36 "
5267+ resolved "https://registry.yarnpkg.com/@types/node/-/node-16.11.36 .tgz#9ab9f8276987132ed2b225cace2218ba794fc751 "
5268+ integrity sha512-FR5QJe+TaoZ2GsMHkjuwoNabr+UrJNRr2HNOo+r/7vhcuntM6Ee/pRPOnRhhL2XE9OOvX9VLEq+BcXl3VjNoWA ==
52695269
52705270"@types/node@^10.1.0":
52715271 version "10.17.60"
52775277 resolved "https://registry.yarnpkg.com/@types/node/-/node-14.17.3.tgz#6d327abaa4be34a74e421ed6409a0ae2f47f4c3d"
52785278 integrity sha512-e6ZowgGJmTuXa3GyaPbTGxX17tnThl2aSSizrFthQ7m9uLGZBXiGhgE55cjRZTF5kjZvYn9EOPOMljdjwbflxw==
52795279
5280- "@types/node@^14.0.10 || ^16.0.0":
5281- version "16.11.36"
5282- resolved "https://registry.yarnpkg.com/@types/node/-/node-16.11.36.tgz#9ab9f8276987132ed2b225cace2218ba794fc751"
5283- integrity sha512-FR5QJe+TaoZ2GsMHkjuwoNabr+UrJNRr2HNOo+r/7vhcuntM6Ee/pRPOnRhhL2XE9OOvX9VLEq+BcXl3VjNoWA==
5284-
5285- "@types/nodemailer@^6.4.4":
5286- version "6.4.4"
5287- resolved "https://registry.yarnpkg.com/@types/nodemailer/-/nodemailer-6.4.4.tgz#c265f7e7a51df587597b3a49a023acaf0c741f4b"
5288- integrity sha512-Ksw4t7iliXeYGvIQcSIgWQ5BLuC/mljIEbjf615svhZL10PE9t+ei8O9gDaD3FPCasUJn9KTLwz2JFJyiiyuqw==
5280+ "@types/nodemailer@^6.4.5":
5281+ version "6.4.5"
5282+ resolved "https://registry.yarnpkg.com/@types/nodemailer/-/nodemailer-6.4.5.tgz#09011ac73259245475d1688e4ba101860567dc39"
5283+ integrity sha512-zuP3nBRQHI6M2PkXnGGy1Ww4VB+MyYHGgnfV2T+JR9KLkeWqPJuyVUgLpKXuFnA/b7pZaIDFh2sV4759B7jK1g==
52895284 dependencies:
52905285 "@types/node" "*"
52915286
You can’t perform that action at this time.
0 commit comments