Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency axios to v1.7.7 #8471

Merged
merged 1 commit into from
Sep 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion opencti-platform/opencti-front/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@rjsf/utils": "5.18.1",
"analytics": "0.8.14",
"apexcharts": "3.53.0",
"axios": "1.7.4",
"axios": "1.7.7",
"ckeditor5-custom-build": "0.0.1",
"classnames": "2.5.1",
"convert": "5.4.0",
Expand Down
10 changes: 5 additions & 5 deletions opencti-platform/opencti-front/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7237,14 +7237,14 @@ __metadata:
languageName: node
linkType: hard

"axios@npm:1.7.4":
version: 1.7.4
resolution: "axios@npm:1.7.4"
"axios@npm:1.7.7":
version: 1.7.7
resolution: "axios@npm:1.7.7"
dependencies:
follow-redirects: "npm:^1.15.6"
form-data: "npm:^4.0.0"
proxy-from-env: "npm:^1.1.0"
checksum: 10/7a1429be1e3d0c2e1b96d4bba4d113efbfabc7c724bed107beb535c782c7bea447ff634886b0c7c43395a264d085450d009eb1154b5f38a8bae49d469fdcbc61
checksum: 10/7f875ea13b9298cd7b40fd09985209f7a38d38321f1118c701520939de2f113c4ba137832fe8e3f811f99a38e12c8225481011023209a77b0c0641270e20cde1
languageName: node
linkType: hard

Expand Down Expand Up @@ -15589,7 +15589,7 @@ __metadata:
"@vitejs/plugin-react": "npm:4.3.1"
analytics: "npm:0.8.14"
apexcharts: "npm:3.53.0"
axios: "npm:1.7.4"
axios: "npm:1.7.7"
babel-plugin-relay: "npm:17.0.0"
chokidar: "npm:3.6.0"
ckeditor5-custom-build: "npm:0.0.1"
Expand Down
2 changes: 1 addition & 1 deletion opencti-platform/opencti-graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
"archiver": "7.0.1",
"archiver-zip-encrypted": "2.0.0",
"async-lock": "1.4.1",
"axios": "1.7.4",
"axios": "1.7.7",
"axios-cookiejar-support": "5.0.2",
"bcryptjs": "2.4.3",
"blocked-at": "1.2.0",
Expand Down
21 changes: 16 additions & 5 deletions opencti-platform/opencti-graphql/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5583,14 +5583,14 @@ __metadata:
languageName: node
linkType: hard

"axios@npm:1.7.4, axios@npm:^1.6.0":
version: 1.7.4
resolution: "axios@npm:1.7.4"
"axios@npm:1.7.7":
version: 1.7.7
resolution: "axios@npm:1.7.7"
dependencies:
follow-redirects: "npm:^1.15.6"
form-data: "npm:^4.0.0"
proxy-from-env: "npm:^1.1.0"
checksum: 10/7a1429be1e3d0c2e1b96d4bba4d113efbfabc7c724bed107beb535c782c7bea447ff634886b0c7c43395a264d085450d009eb1154b5f38a8bae49d469fdcbc61
checksum: 10/7f875ea13b9298cd7b40fd09985209f7a38d38321f1118c701520939de2f113c4ba137832fe8e3f811f99a38e12c8225481011023209a77b0c0641270e20cde1
languageName: node
linkType: hard

Expand All @@ -5603,6 +5603,17 @@ __metadata:
languageName: node
linkType: hard

"axios@npm:^1.6.0":
version: 1.7.4
resolution: "axios@npm:1.7.4"
dependencies:
follow-redirects: "npm:^1.15.6"
form-data: "npm:^4.0.0"
proxy-from-env: "npm:^1.1.0"
checksum: 10/7a1429be1e3d0c2e1b96d4bba4d113efbfabc7c724bed107beb535c782c7bea447ff634886b0c7c43395a264d085450d009eb1154b5f38a8bae49d469fdcbc61
languageName: node
linkType: hard

"axobject-query@npm:~3.1.1":
version: 3.1.1
resolution: "axobject-query@npm:3.1.1"
Expand Down Expand Up @@ -10836,7 +10847,7 @@ __metadata:
archiver: "npm:7.0.1"
archiver-zip-encrypted: "npm:2.0.0"
async-lock: "npm:1.4.1"
axios: "npm:1.7.4"
axios: "npm:1.7.7"
axios-cookiejar-support: "npm:5.0.2"
bcryptjs: "npm:2.4.3"
blocked-at: "npm:1.2.0"
Expand Down