1
0
mirror of https://github.com/quay/quay.git synced 2026-01-26 06:21:37 +03:00

[redhat-3.16] deps: updated axios version to 1.12.0 (PROJQUAY-9782) (#4517)

updated axios version to 1.12.0

Co-authored-by: Naman Sharma <namansharma18899@gmail.com>
Co-authored-by: jbpratt <bpratt@redhat.com>
This commit is contained in:
OpenShift Cherrypick Robot
2025-11-21 16:57:12 +01:00
committed by GitHub
parent 0f71b4bb2d
commit 6ada631200
2 changed files with 5 additions and 5 deletions

8
web/package-lock.json generated
View File

@@ -23,7 +23,7 @@
"@types/node": "^20.6.5",
"@types/react": "^18.2.0",
"@types/react-google-recaptcha": "^2.1.9",
"axios": "^1.7.7",
"axios": "^1.12.0",
"https-proxy-agent": "^5.0.1",
"js-sha1": "^0.6.0",
"mini-css-extract-plugin": "^2.7.6",
@@ -6643,9 +6643,9 @@
}
},
"node_modules/axios": {
"version": "1.12.2",
"resolved": "https://registry.npmjs.org/axios/-/axios-1.12.2.tgz",
"integrity": "sha512-vMJzPewAlRyOgxV2dU0Cuz2O8zzzx9VYtbJOaBgXFeLc4IV/Eg50n4LowmehOOR61S8ZMpc2K5Sa7g6A4jfkUw==",
"version": "1.12.0",
"resolved": "https://registry.npmjs.org/axios/-/axios-1.12.0.tgz",
"integrity": "sha512-oXTDccv8PcfjZmPGlWsPSwtOJCZ/b6W5jAMCNcfwJbCzDckwG0jrYJFaWH1yvivfCXjVzV/SPDEhMB3Q+DSurg==",
"license": "MIT",
"dependencies": {
"follow-redirects": "^1.15.6",

View File

@@ -22,7 +22,7 @@
"@types/node": "^20.6.5",
"@types/react": "^18.2.0",
"@types/react-google-recaptcha": "^2.1.9",
"axios": "^1.7.7",
"axios": "^1.12.0",
"https-proxy-agent": "^5.0.1",
"js-sha1": "^0.6.0",
"mini-css-extract-plugin": "^2.7.6",