Merge pull request #670 from openziti/snyk-upgrade-135a52cb002156da64ea0222ab8917e7

[Snyk] Upgrade axios from 1.6.8 to 1.7.2 (node SDK)
This commit is contained in:
Michael Quigley 2024-06-25 13:33:54 -04:00 committed by GitHub
commit fb655f0824
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 16 additions and 13 deletions

View File

@ -2,15 +2,17 @@
## v0.4.33
CHANGE: Updated react-bootstrap to version 2.10.2.
CHANGE: Updated `react-bootstrap` to version `2.10.2` (web console).
CHANGE: Updated @mui/material to version 5.15.18.
CHANGE: Updated `@mui/material` to version `5.15.18` (web console).
CHANGE: Updated react and react-dom to version 18.3.1.
CHANGE: Updated `react` and `react-dom` to version `18.3.1` (web console).
CHANGE: Updated recharts to version 2.12.7.
CHANGE: Updated `recharts` to version `2.12.7` (web console).
CHANGE: Updated react-router-dom to version 6.23.1.
CHANGE: Updated `react-router-dom` to version `6.23.1` (web console).
CHANGE: Updated `axios` to version `1.7.2` for (node SDK).
## v0.4.32

View File

@ -10,7 +10,7 @@
"license": "Apache-2.0",
"dependencies": {
"@openziti/ziti-sdk-nodejs": "^0.16.0",
"axios": "^1.6.8",
"axios": "^1.7.2",
"express": "^4.19.2"
},
"devDependencies": {
@ -771,9 +771,10 @@
"integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q=="
},
"node_modules/axios": {
"version": "1.6.8",
"resolved": "https://registry.npmjs.org/axios/-/axios-1.6.8.tgz",
"integrity": "sha512-v/ZHtJDU39mDpyBoFVkETcd/uNdxrWRrg3bKpOKzXFA6Bvqopts6ALSMU3y6ijYxbw2B+wPrIv46egTzJXCLGQ==",
"version": "1.7.2",
"resolved": "https://registry.npmjs.org/axios/-/axios-1.7.2.tgz",
"integrity": "sha512-2A8QhOMrbomlDuiLeK9XibIBzuHeRcqqNOHp0Cyp5EoJ1IFDh+XZH3A6BkXtv0K4gFGCI0Y4BM7B1wOEi0Rmgw==",
"license": "MIT",
"dependencies": {
"follow-redirects": "^1.15.6",
"form-data": "^4.0.0",
@ -3754,9 +3755,9 @@
"integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q=="
},
"axios": {
"version": "1.6.8",
"resolved": "https://registry.npmjs.org/axios/-/axios-1.6.8.tgz",
"integrity": "sha512-v/ZHtJDU39mDpyBoFVkETcd/uNdxrWRrg3bKpOKzXFA6Bvqopts6ALSMU3y6ijYxbw2B+wPrIv46egTzJXCLGQ==",
"version": "1.7.2",
"resolved": "https://registry.npmjs.org/axios/-/axios-1.7.2.tgz",
"integrity": "sha512-2A8QhOMrbomlDuiLeK9XibIBzuHeRcqqNOHp0Cyp5EoJ1IFDh+XZH3A6BkXtv0K4gFGCI0Y4BM7B1wOEi0Rmgw==",
"requires": {
"follow-redirects": "^1.15.6",
"form-data": "^4.0.0",

View File

@ -31,7 +31,7 @@
"homepage": "https://github.com/openziti/zrok#readme",
"dependencies": {
"@openziti/ziti-sdk-nodejs": "^0.16.0",
"axios": "^1.6.8",
"axios": "^1.7.2",
"express": "^4.19.2"
},
"exports": {