Skip to content

Commit

Permalink
fix(deps): update dependency @kintone/rest-api-client to ^3.3.1 (#215)
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 Feb 1, 2023
1 parent 1dbcd79 commit b5e42e7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"zx": "^7.1.1"
},
"dependencies": {
"@kintone/rest-api-client": "^3.3.0",
"@kintone/rest-api-client": "^3.3.1",
"chalk": "4",
"csv-parse": "^4.16.3",
"csv-stringify": "5.6.5",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1845,13 +1845,13 @@
"@jridgewell/resolve-uri" "^3.0.3"
"@jridgewell/sourcemap-codec" "^1.4.10"

"@kintone/rest-api-client@^3.3.0":
version "3.3.0"
resolved "https://registry.yarnpkg.com/@kintone/rest-api-client/-/rest-api-client-3.3.0.tgz#5021dd91101ee9e3b6e165cef7685057048a3f6e"
integrity sha512-oArQm/Gwmq421HBfEDC/kPUjAj8wAX11sMJRd7XFmfE5ViKTrdjzY+TwDc1gjQi4lnP/Nw+1aoi+H+XyGfKzlQ==
"@kintone/rest-api-client@^3.3.1":
version "3.3.1"
resolved "https://registry.yarnpkg.com/@kintone/rest-api-client/-/rest-api-client-3.3.1.tgz#838744e8b3ad6ffecaadb1262498938663c91cea"
integrity sha512-BRev1MirOrtkQbFT2Rn5edfg2s2YVORkbo8v0tctFJnoyIl+PNJeSFEtramYIOnCX7fcBkRZE/ow9ZkTiDpAdQ==
dependencies:
axios "^0.27.2"
core-js "^3.25.5"
core-js "^3.27.2"
form-data "^4.0.0"
js-base64 "^3.7.4"
mime-types "^2.1.35"
Expand Down Expand Up @@ -2684,10 +2684,10 @@ core-js-pure@^3.20.2:
resolved "https://registry.yarnpkg.com/core-js-pure/-/core-js-pure-3.23.3.tgz#bcd02d3d8ec68ad871ef50d5ccbb248ddb54f401"
integrity sha512-XpoouuqIj4P+GWtdyV8ZO3/u4KftkeDVMfvp+308eGMhCrA3lVDSmAxO0c6GGOcmgVlaKDrgWVMo49h2ab/TDA==

core-js@^3.25.5:
version "3.25.5"
resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.25.5.tgz#e86f651a2ca8a0237a5f064c2fe56cef89646e27"
integrity sha512-nbm6eZSjm+ZuBQxCUPQKQCoUEfFOXjUZ8dTTyikyKaWrTYmAVbykQfwsKE5dBK88u3QCkCrzsx/PPlKfhsvgpw==
core-js@^3.27.2:
version "3.27.2"
resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.27.2.tgz#85b35453a424abdcacb97474797815f4d62ebbf7"
integrity sha512-9ashVQskuh5AZEZ1JdQWp1GqSoC1e1G87MzRqg2gIfVAQ7Qn9K+uFj8EcniUFA4P2NLZfV+TOlX1SzoKfo+s7w==

core-util-is@~1.0.0:
version "1.0.3"
Expand Down

0 comments on commit b5e42e7

Please sign in to comment.