Skip to content

Commit

Permalink
fix: upgrade @vertexvis/api-client-node from 0.22.1 to 0.22.2
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.1 to 0.22.2.

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 Jan 9, 2024
1 parent e64e161 commit dc56822
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 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.19",
"@react-hook/mouse-position": "^4.1",
"@react-hook/throttle": "^2.2.0",
"@vertexvis/api-client-node": "^0.22.1",
"@vertexvis/api-client-node": "^0.22.2",
"@vertexvis/ui-react": "^0.0.13",
"@vertexvis/viewer-react": "^0.19.2",
"fast-deep-equal": "^3.1",
Expand Down
28 changes: 14 additions & 14 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -933,12 +933,12 @@
"@typescript-eslint/types" "5.5.0"
eslint-visitor-keys "^3.0.0"

"@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==
"@vertexvis/api-client-node@^0.22.2":
version "0.22.2"
resolved "https://registry.yarnpkg.com/@vertexvis/api-client-node/-/api-client-node-0.22.2.tgz#16776b025297135e0871ba45565d6b227ab3ed3c"
integrity sha512-yjhMGcvFiQpYO5aQG2WD2o5lwR4Hu0R9+h7Gh/JG2RUT0j6ZkuMjf+uyVLS1xNiry0Gfc1z6Ac1RhZiGzx1Ngw==
dependencies:
axios "^1.6.0"
axios "^1.6.1"
p-limit "^3"

"@vertexvis/frame-streaming-protos@^0.11.1":
Expand Down Expand Up @@ -1177,12 +1177,12 @@ 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.6.0:
version "1.6.2"
resolved "https://registry.yarnpkg.com/axios/-/axios-1.6.2.tgz#de67d42c755b571d3e698df1b6504cde9b0ee9f2"
integrity sha512-7i24Ri4pmDRfJTR7LDBhsOTtcm+9kjX5WiY1X3wIisx6G9So3pfMkEiU7emUBe46oceVImccTEM3k6C5dbVW8A==
axios@^1.6.1:
version "1.6.5"
resolved "https://registry.yarnpkg.com/axios/-/axios-1.6.5.tgz#2c090da14aeeab3770ad30c3a1461bc970fb0cd8"
integrity sha512-Ii012v05KEVuUoFWmMW/UQv9aRIc3ZwkWDcM+h5Il8izZCtRVpDUfwpoFf7eOtajT3QiGR4yDUx7lPqHJULgbg==
dependencies:
follow-redirects "^1.15.0"
follow-redirects "^1.15.4"
form-data "^4.0.0"
proxy-from-env "^1.1.0"

Expand Down Expand Up @@ -1944,10 +1944,10 @@ flatted@^3.1.0:
resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.2.4.tgz#28d9969ea90661b5134259f312ab6aa7929ac5e2"
integrity sha512-8/sOawo8tJ4QOBX8YlQBMxL8+RLZfxMQOif9o0KUKTNTjMYElWPE0r/m5VNFxTRd0NSw8qSy8dajrwX4RYI1Hw==

follow-redirects@^1.15.0:
version "1.15.3"
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.3.tgz#fe2f3ef2690afce7e82ed0b44db08165b207123a"
integrity sha512-1VzOtuEM8pC9SFU1E+8KfTjZyMztRsgEfwQl44z8A25uy13jSzTj6dyK2Df52iV0vgHCfBwLhDWevLn95w5v6Q==
follow-redirects@^1.15.4:
version "1.15.4"
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.4.tgz#cdc7d308bf6493126b17ea2191ea0ccf3e535adf"
integrity sha512-Cr4D/5wlrb0z9dgERpUL3LrmPKVDsETIJhaCMeDfuFYcqa5bldGV6wBsAN6X/vxlXQtFBMrXdXxdL8CbDTGniw==

form-data@^4.0.0:
version "4.0.0"
Expand Down

0 comments on commit dc56822

Please sign in to comment.