fix: upgrade axios from 1.6.8 to 1.7.1

Snyk has created this PR to upgrade axios from 1.6.8 to 1.7.1.

See this package in npm:
axios

See this project in Snyk:
https://app.snyk.io/org/blacklight/project/96bfd125-5816-4d9e-83c6-94d1569ab0f1?utm_source=github&utm_medium=referral&page=upgrade-pr
This commit is contained in:
snyk-bot 2024-06-10 17:58:39 +00:00
parent 36f49952c4
commit d8598f60a2
No known key found for this signature in database
GPG key ID: 78AC5AE55A47A65B
2 changed files with 6 additions and 5 deletions

View file

@ -9,7 +9,7 @@
"version": "0.1.0",
"dependencies": {
"@fortawesome/fontawesome-free": "^6.5.2",
"axios": "^1.6.8",
"axios": "^1.7.1",
"core-js": "^3.37.1",
"cronstrue": "^2.50.0",
"highlight.js": "^11.9.0",
@ -3783,9 +3783,10 @@
}
},
"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.1",
"resolved": "https://registry.npmjs.org/axios/-/axios-1.7.1.tgz",
"integrity": "sha512-+LV37nQcd1EpFalkXksWNBiA17NZ5m5/WspmHGmZmdx1qBOg/VNq/c4eRJiA9VQQHBOs+N0ZhhdU10h2TyNK7Q==",
"license": "MIT",
"dependencies": {
"follow-redirects": "^1.15.6",
"form-data": "^4.0.0",

View file

@ -9,7 +9,7 @@
},
"dependencies": {
"@fortawesome/fontawesome-free": "^6.5.2",
"axios": "^1.6.8",
"axios": "^1.7.1",
"core-js": "^3.37.1",
"cronstrue": "^2.50.0",
"highlight.js": "^11.9.0",