From eb51e2705c7aa2eb80c7741a0f6d9b04a3b49399 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 12 Jun 2024 17:14:54 +0000 Subject: [PATCH] fix(deps): update dependency @kintone/rest-api-client to ^5.5.2 (#777) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package.json | 2 +- pnpm-lock.yaml | 23 ++++++++++++++--------- 2 files changed, 15 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index ce2c62f68a..73f5166a5d 100644 --- a/package.json +++ b/package.json @@ -92,7 +92,7 @@ "glob": "^10.4.1" }, "dependencies": { - "@kintone/rest-api-client": "^5.5.1", + "@kintone/rest-api-client": "^5.5.2", "chalk": "4.1.2", "csv-parse": "^4.16.3", "csv-stringify": "5.6.5", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index c074c689d0..266d14f399 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -9,8 +9,8 @@ importers: .: dependencies: '@kintone/rest-api-client': - specifier: ^5.5.1 - version: 5.5.1 + specifier: ^5.5.2 + version: 5.5.2 chalk: specifier: 4.1.2 version: 4.1.2 @@ -1092,7 +1092,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.24.6 - '@babel/helper-plugin-utils': 7.24.6 + '@babel/helper-plugin-utils': 7.24.7 /@babel/plugin-syntax-dynamic-import@7.8.3(@babel/core@7.24.7): resolution: {integrity: sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==} @@ -4390,12 +4390,12 @@ packages: '@jridgewell/sourcemap-codec': 1.4.15 dev: true - /@kintone/rest-api-client@5.5.1: - resolution: {integrity: sha512-cSFKUDbS25L/xQqEthYsMsl3omIY+N3olxIJBlmf6qLAgzv7PnjzO9qRjNx9JnO4HqgrYLJNojgg3T9oFd97fQ==} + /@kintone/rest-api-client@5.5.2: + resolution: {integrity: sha512-1nKynN5Lp1PdfGOr73tlEyGjT0gqr+fW5eV7BfkI5jEqbtNIqHfKNZi93zzPGIxz6cFr+PNGlfKO0+tZsO9DYw==} engines: {node: '>=18'} dependencies: - axios: 1.6.8 - core-js: 3.36.1 + axios: 1.7.2 + core-js: 3.37.1 form-data: 4.0.0 js-base64: 3.7.7 mime: 3.0.0 @@ -5838,8 +5838,8 @@ packages: engines: {node: '>=4'} dev: true - /axios@1.6.8: - resolution: {integrity: sha512-v/ZHtJDU39mDpyBoFVkETcd/uNdxrWRrg3bKpOKzXFA6Bvqopts6ALSMU3y6ijYxbw2B+wPrIv46egTzJXCLGQ==} + /axios@1.7.2: + resolution: {integrity: sha512-2A8QhOMrbomlDuiLeK9XibIBzuHeRcqqNOHp0Cyp5EoJ1IFDh+XZH3A6BkXtv0K4gFGCI0Y4BM7B1wOEi0Rmgw==} dependencies: follow-redirects: 1.15.6 form-data: 4.0.0 @@ -6588,6 +6588,11 @@ packages: resolution: {integrity: sha512-BTvUrwxVBezj5SZ3f10ImnX2oRByMxql3EimVqMysepbC9EeMUOpLwdy6Eoili2x6E4kf+ZUB5k/+Jv55alPfA==} requiresBuild: true + /core-js@3.37.1: + resolution: {integrity: sha512-Xn6qmxrQZyB0FFY8E3bgRXei3lWDJHhvI+u0q9TKIYM49G8pAr0FgnnrFRAmsbptZL1yxRADVXn+x5AGsbBfyw==} + requiresBuild: true + dev: false + /core-util-is@1.0.2: resolution: {integrity: sha512-3lqz5YjWTYnW6dlDa5TLaTCcShfar1e40rmcJVwCBJC6mWlFuj0eCHIElmG1g5kyuJ/GD+8Wn4FFCcz4gJPfaQ==} dev: true