Merge pull request #1299 from TriliumNext/renovate/axios-1.x

fix(deps): update dependency axios to v1.8.1
This commit is contained in:
Elian Doran 2025-02-27 19:14:51 +02:00 committed by GitHub
commit 93d5b20362
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@ -23,7 +23,7 @@
"archiver": "7.0.1",
"async-mutex": "0.5.0",
"autocomplete.js": "0.38.1",
"axios": "1.7.9",
"axios": "1.8.1",
"better-sqlite3": "11.8.1",
"boxicons": "2.1.4",
"chardet": "2.1.0",
@ -5845,9 +5845,9 @@
}
},
"node_modules/axios": {
"version": "1.7.9",
"resolved": "https://registry.npmjs.org/axios/-/axios-1.7.9.tgz",
"integrity": "sha512-LhLcE7Hbiryz8oMDdDptSrWowmB4Bl6RCt6sIJKpRB4XtVf0iEgewX3au/pJqm+Py1kCASkb/FFKjxQaLtxJvw==",
"version": "1.8.1",
"resolved": "https://registry.npmjs.org/axios/-/axios-1.8.1.tgz",
"integrity": "sha512-NN+fvwH/kV01dYUQ3PTOZns4LWtWhOFCAhQ/pHb88WQ1hNe5V/dvFwc4VJcDL11LT9xSX0QtsR8sWUuyOuOq7g==",
"license": "MIT",
"dependencies": {
"follow-redirects": "^1.15.6",

View File

@ -76,7 +76,7 @@
"archiver": "7.0.1",
"async-mutex": "0.5.0",
"autocomplete.js": "0.38.1",
"axios": "1.7.9",
"axios": "1.8.1",
"better-sqlite3": "11.8.1",
"boxicons": "2.1.4",
"chardet": "2.1.0",