Skip to content

Commit

Permalink
fix(deps): update dependency @kintone/rest-api-client to ^3.3.9 (#304)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Apr 6, 2023
1 parent 9d61b70 commit ca85cea
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit ca85cea

Please sign in to comment.