From ca85ceadf80fc27e2305c7bb643f830911aa5a66 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 6 Apr 2023 18:41:06 +0000 Subject: [PATCH] fix(deps): update dependency @kintone/rest-api-client to ^3.3.9 (#304) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 8c156feaa3..01986e24bb 100644 --- a/package.json +++ b/package.json @@ -79,7 +79,7 @@ "zx": "^7.2.1" }, "dependencies": { - "@kintone/rest-api-client": "^3.3.8", + "@kintone/rest-api-client": "^3.3.9", "chalk": "4", "csv-parse": "^4.16.3", "csv-stringify": "5.6.5", diff --git a/yarn.lock b/yarn.lock index 77ef006360..bf685be49b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1896,10 +1896,10 @@ "@jridgewell/resolve-uri" "3.1.0" "@jridgewell/sourcemap-codec" "1.4.14" -"@kintone/rest-api-client@^3.3.8": - version "3.3.8" - resolved "https://registry.yarnpkg.com/@kintone/rest-api-client/-/rest-api-client-3.3.8.tgz#385d90f0010c9d3d3dc0fb9b4f1306a9ea7f311b" - integrity sha512-738SRzyrTvvczyWMyv8divpODtEqt610zGXYLFfI3ULPucju8Xs0qezZNXZGMGVYBpFaE2VBKejKzB6RC50qZw== +"@kintone/rest-api-client@^3.3.9": + version "3.3.9" + resolved "https://registry.yarnpkg.com/@kintone/rest-api-client/-/rest-api-client-3.3.9.tgz#aa9803282f7c2d402135e63c91034e84a52a6aaf" + integrity sha512-6b7xD/VaHteFq7rv2TYH9uwu+yz+KkAAiFwqHv6rp2Tg9YLY5RNu+s+OSWuUhMSJ95nH1iesXqjTuSX/FZtgxQ== dependencies: axios "^0.27.2" core-js "^3.29.1"