Skip to content

Commit

Permalink
fix(deps): update dependency @kintone/rest-api-client to ^3.3.8 (#300)
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 4, 2023
1 parent 13e32bb commit c604709
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 18 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.7",
"@kintone/rest-api-client": "^3.3.8",
"chalk": "4",
"csv-parse": "^4.16.3",
"csv-stringify": "5.6.5",
Expand Down
28 changes: 11 additions & 17 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2049,12 +2049,12 @@
"@jridgewell/resolve-uri" "3.1.0"
"@jridgewell/sourcemap-codec" "1.4.14"

"@kintone/rest-api-client@^3.3.7":
version "3.3.7"
resolved "https://registry.yarnpkg.com/@kintone/rest-api-client/-/rest-api-client-3.3.7.tgz#49ee88acd93464be695f991c6ce0ec389bed848e"
integrity sha512-b7cdw/4KrbzI5JNwMesYkUKpDa8V/ALkbmY87/MAaWwqHRphvLIi9nelY/E8Ga8ZPa/gEFvOdCsMJlnUTso9mw==
"@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==
dependencies:
axios "^1.3.4"
axios "^0.27.2"
core-js "^3.29.1"
form-data "^4.0.0"
js-base64 "^3.7.5"
Expand Down Expand Up @@ -2544,14 +2544,13 @@ axe-core@^4.6.2:
resolved "https://registry.yarnpkg.com/axe-core/-/axe-core-4.6.3.tgz#fc0db6fdb65cc7a80ccf85286d91d64ababa3ece"
integrity sha512-/BQzOX780JhsxDnPpH4ZiyrJAzcd8AfzFPkv+89veFSr1rcMjuq2JDCwypKaPeB6ljHp9KjXhPpjgCvQlWYuqg==

axios@^1.3.4:
version "1.3.4"
resolved "https://registry.yarnpkg.com/axios/-/axios-1.3.4.tgz#f5760cefd9cfb51fd2481acf88c05f67c4523024"
integrity sha512-toYm+Bsyl6VC5wSkfkbbNB6ROv7KY93PEBBL6xyDczaIHasAiv4wPqQ/c4RjoQzipxRD2W5g21cOqQulZ7rHwQ==
axios@^0.27.2:
version "0.27.2"
resolved "https://registry.yarnpkg.com/axios/-/axios-0.27.2.tgz#207658cc8621606e586c85db4b41a750e756d972"
integrity sha512-t+yRIyySRTp/wua5xEr+z1q60QmLq8ABsS5O9Me1AsE5dfKqgnCFzwiCZZ/cGNd1lq4/7akDWMxdhVlucjmnOQ==
dependencies:
follow-redirects "^1.15.0"
follow-redirects "^1.14.9"
form-data "^4.0.0"
proxy-from-env "^1.1.0"

axobject-query@^3.1.1:
version "3.1.1"
Expand Down Expand Up @@ -3756,7 +3755,7 @@ flatted@^3.1.0:
resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.2.6.tgz#022e9218c637f9f3fc9c35ab9c9193f05add60b2"
integrity sha512-0sQoMh9s0BYsm+12Huy/rkKxVu4R1+r96YX5cG44rHV0pQ6iC3Q+mkoMFaGWObMFYQxCVT+ssG1ksneA2MI9KQ==

follow-redirects@^1.15.0:
follow-redirects@^1.14.9:
version "1.15.2"
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.2.tgz#b460864144ba63f2681096f274c4e57026da2c13"
integrity sha512-VQLG33o04KaQ8uYi2tVNbdrWp1QWxNNea+nmIB4EVM28v0hmP17z7aG1+wAkNzVq4KeXTq3221ye5qTJP91JwA==
Expand Down Expand Up @@ -5726,11 +5725,6 @@ prop-types@^15.8.1:
object-assign "^4.1.1"
react-is "^16.13.1"

proxy-from-env@^1.1.0:
version "1.1.0"
resolved "https://registry.yarnpkg.com/proxy-from-env/-/proxy-from-env-1.1.0.tgz#e102f16ca355424865755d2c9e8ea4f24d58c3e2"
integrity sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==

ps-tree@^1.2.0:
version "1.2.0"
resolved "https://registry.yarnpkg.com/ps-tree/-/ps-tree-1.2.0.tgz#5e7425b89508736cdd4f2224d028f7bb3f722ebd"
Expand Down

0 comments on commit c604709

Please sign in to comment.