mirror of
https://github.com/semaphoreui/semaphore.git
synced 2024-11-21 17:01:04 +01:00
fix: upgrade axios from 0.28.0 to 0.28.1
Snyk has created this PR to upgrade axios from 0.28.0 to 0.28.1. See this package in npm: axios See this project in Snyk: https://app.snyk.io/org/fiftin/project/76df6542-d6d3-4c40-a798-84211c24d030?utm_source=github&utm_medium=referral&page=upgrade-pr
This commit is contained in:
parent
970d476fcd
commit
6a8cff065c
15
web/package-lock.json
generated
15
web/package-lock.json
generated
@ -10,7 +10,7 @@
|
||||
"dependencies": {
|
||||
"@mdi/font": "^5.9.55",
|
||||
"ansi-to-html": "^0.7.2",
|
||||
"axios": "^0.28.0",
|
||||
"axios": "^0.28.1",
|
||||
"core-js": "^3.23.2",
|
||||
"cron-parser": "^4.9.0",
|
||||
"moment": "^2.29.4",
|
||||
@ -3946,9 +3946,10 @@
|
||||
}
|
||||
},
|
||||
"node_modules/axios": {
|
||||
"version": "0.28.0",
|
||||
"resolved": "https://registry.npmjs.org/axios/-/axios-0.28.0.tgz",
|
||||
"integrity": "sha512-Tu7NYoGY4Yoc7I+Npf9HhUMtEEpV7ZiLH9yndTCoNhcpBH0kwcvFbzYN9/u5QKI5A6uefjsNNWaz5olJVYS62Q==",
|
||||
"version": "0.28.1",
|
||||
"resolved": "https://registry.npmjs.org/axios/-/axios-0.28.1.tgz",
|
||||
"integrity": "sha512-iUcGA5a7p0mVb4Gm/sy+FSECNkPFT4y7wt6OM/CDpO/OnNCvSs3PoMG8ibrC9jRoGYU0gUK5pXVC4NPXq6lHRQ==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"follow-redirects": "^1.15.0",
|
||||
"form-data": "^4.0.0",
|
||||
@ -21694,9 +21695,9 @@
|
||||
}
|
||||
},
|
||||
"axios": {
|
||||
"version": "0.28.0",
|
||||
"resolved": "https://registry.npmjs.org/axios/-/axios-0.28.0.tgz",
|
||||
"integrity": "sha512-Tu7NYoGY4Yoc7I+Npf9HhUMtEEpV7ZiLH9yndTCoNhcpBH0kwcvFbzYN9/u5QKI5A6uefjsNNWaz5olJVYS62Q==",
|
||||
"version": "0.28.1",
|
||||
"resolved": "https://registry.npmjs.org/axios/-/axios-0.28.1.tgz",
|
||||
"integrity": "sha512-iUcGA5a7p0mVb4Gm/sy+FSECNkPFT4y7wt6OM/CDpO/OnNCvSs3PoMG8ibrC9jRoGYU0gUK5pXVC4NPXq6lHRQ==",
|
||||
"requires": {
|
||||
"follow-redirects": "^1.15.0",
|
||||
"form-data": "^4.0.0",
|
||||
|
@ -11,7 +11,7 @@
|
||||
"dependencies": {
|
||||
"@mdi/font": "^5.9.55",
|
||||
"ansi-to-html": "^0.7.2",
|
||||
"axios": "^0.28.0",
|
||||
"axios": "^0.28.1",
|
||||
"core-js": "^3.23.2",
|
||||
"cron-parser": "^4.9.0",
|
||||
"moment": "^2.29.4",
|
||||
|
Loading…
Reference in New Issue
Block a user