Skip to content

Commit

Permalink
fix: upgrade @vertexvis/api-client-node from 0.22.0 to 0.22.1
Browse files Browse the repository at this point in the history
Snyk has created this PR to upgrade @vertexvis/api-client-node from 0.22.0 to 0.22.1.

See this package in npm:


See this project in Snyk:
https://app.snyk.io/org/vertexvis/project/f58d0685-5100-4c34-9225-daa320341f68?utm_source=github&utm_medium=referral&page=upgrade-pr
  • Loading branch information
snyk-bot committed Nov 28, 2023
1 parent 6fe0ad7 commit 3671e72
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 @@ -11,7 +11,7 @@
"@mui/material": "^5.14.17",
"@react-hook/mouse-position": "^4.1",
"@react-hook/throttle": "^2.2.0",
"@vertexvis/api-client-node": "^0.22.0",
"@vertexvis/api-client-node": "^0.22.1",
"@vertexvis/ui-react": "^0.0.13",
"@vertexvis/viewer-react": "^0.19.2",
"fast-deep-equal": "^3.1",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -926,12 +926,12 @@
"@typescript-eslint/types" "5.5.0"
eslint-visitor-keys "^3.0.0"

"@vertexvis/api-client-node@^0.22.0":
version "0.22.0"
resolved "https://registry.yarnpkg.com/@vertexvis/api-client-node/-/api-client-node-0.22.0.tgz#60ef7e9a9789f8ec58689fb78cacd33b19f2cfd1"
integrity sha512-mm1e/CTFA6sCs7zPN8+x7od8hKT5Q5vS6623wwLg13g6QOGWSjAfzfOpAD/YuwhrsHoLllU+Y/6s9OqtS2rhYw==
"@vertexvis/api-client-node@^0.22.1":
version "0.22.1"
resolved "https://registry.yarnpkg.com/@vertexvis/api-client-node/-/api-client-node-0.22.1.tgz#ca7a07c103513d42949f2fa807e42ba268750c06"
integrity sha512-yyDKEuk1Y1BaLrMOnP3N0sLDfZe6aerI12lvIJYQYdvWqPV/lXOSd4SFuoD0kVPchMJdgUQVA4A9CxDSFOhTmA==
dependencies:
axios "^1.5.0"
axios "^1.6.0"
p-limit "^3"

"@vertexvis/frame-streaming-protos@^0.11.1":
Expand Down Expand Up @@ -1170,10 +1170,10 @@ axe-core@^4.3.5:
resolved "https://registry.yarnpkg.com/axe-core/-/axe-core-4.3.5.tgz#78d6911ba317a8262bfee292aeafcc1e04b49cc5"
integrity sha512-WKTW1+xAzhMS5dJsxWkliixlO/PqC4VhmO9T4juNYcaTg9jzWiJsou6m5pxWYGfigWbwzJWeFY6z47a+4neRXA==

axios@^1.5.0:
version "1.5.1"
resolved "https://registry.yarnpkg.com/axios/-/axios-1.5.1.tgz#11fbaa11fc35f431193a9564109c88c1f27b585f"
integrity sha512-Q28iYCWzNHjAm+yEAot5QaAMxhMghWLFVf7rRdwhUI+c2jix2DUXjAHXVi+s1ibs3mjPO/cCgbA++3BjD0vP/A==
axios@^1.6.0:
version "1.6.2"
resolved "https://registry.yarnpkg.com/axios/-/axios-1.6.2.tgz#de67d42c755b571d3e698df1b6504cde9b0ee9f2"
integrity sha512-7i24Ri4pmDRfJTR7LDBhsOTtcm+9kjX5WiY1X3wIisx6G9So3pfMkEiU7emUBe46oceVImccTEM3k6C5dbVW8A==
dependencies:
follow-redirects "^1.15.0"
form-data "^4.0.0"
Expand Down

0 comments on commit 3671e72

Please sign in to comment.