fix: update axios
Signed-off-by: Andrew Calcutt <acalcutt@techidiots.net>
This commit is contained in:
parent
70d8ddc476
commit
26ccc52316
2 changed files with 5 additions and 5 deletions
8
package-lock.json
generated
8
package-lock.json
generated
|
@ -18,7 +18,7 @@
|
|||
"@maplibre/maplibre-gl-style-spec": "18.0.0",
|
||||
"@sindresorhus/fnv1a": "3.0.0",
|
||||
"advanced-pool": "0.3.3",
|
||||
"axios": "1.5.1",
|
||||
"axios": "^1.6.1",
|
||||
"canvas": "2.11.2",
|
||||
"chokidar": "3.5.3",
|
||||
"clone": "2.1.2",
|
||||
|
@ -1550,9 +1550,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/axios": {
|
||||
"version": "1.5.1",
|
||||
"resolved": "https://registry.npmjs.org/axios/-/axios-1.5.1.tgz",
|
||||
"integrity": "sha512-Q28iYCWzNHjAm+yEAot5QaAMxhMghWLFVf7rRdwhUI+c2jix2DUXjAHXVi+s1ibs3mjPO/cCgbA++3BjD0vP/A==",
|
||||
"version": "1.6.1",
|
||||
"resolved": "https://registry.npmjs.org/axios/-/axios-1.6.1.tgz",
|
||||
"integrity": "sha512-vfBmhDpKafglh0EldBEbVuoe7DyAavGSLWhuSm5ZSEKQnHhBf0xAAwybbNH1IkrJNGnS/VG4I5yxig1pCEXE4g==",
|
||||
"dependencies": {
|
||||
"follow-redirects": "^1.15.0",
|
||||
"form-data": "^4.0.0",
|
||||
|
|
|
@ -27,6 +27,7 @@
|
|||
"@maplibre/maplibre-gl-style-spec": "18.0.0",
|
||||
"@sindresorhus/fnv1a": "3.0.0",
|
||||
"advanced-pool": "0.3.3",
|
||||
"axios": "^1.6.1",
|
||||
"canvas": "2.11.2",
|
||||
"chokidar": "3.5.3",
|
||||
"clone": "2.1.2",
|
||||
|
@ -40,7 +41,6 @@
|
|||
"pbf": "3.2.1",
|
||||
"pmtiles": "2.11.0",
|
||||
"proj4": "2.9.2",
|
||||
"axios": "1.5.1",
|
||||
"sanitize-filename": "1.6.3",
|
||||
"sharp": "0.32.6",
|
||||
"tileserver-gl-styles": "2.0.0"
|
||||
|
|
Loading…
Reference in a new issue