diff --git a/package-lock.json b/package-lock.json index 63c0e71de..f318d79dd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "@nextcloud/sharing": "^0.2.5", "@nextcloud/vue": "^9.8.2", "@raruto/leaflet-elevation": "^2.5.2", - "axios": "^1.17.0", + "axios": "^1.18.1", "geojson": "^0.5.0", "leaflet": "^1.9.4", "leaflet-contextmenu": "^1.4.0", @@ -5524,10 +5524,9 @@ } }, "node_modules/axios": { - "version": "1.17.0", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.17.0.tgz", - "integrity": "sha512-J8SwNxprqqpbfenehxWYXE7CW+wM1BB4w3+N+g+/Wx40xM4rsLrfPmHHxSWIxJLYDgSY/HqlFPIYb2/S3rxafw==", - "license": "MIT", + "version": "1.18.1", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.18.1.tgz", + "integrity": "sha512-3nTvFlvpn9Zu/RkHUqtc7/+al4UpRW5az71ap5zccp6e8RAYEzhMTecX8Dz1wWDYrPpUoB1HAQEGEAEvUr7S9g==", "dependencies": { "follow-redirects": "^1.16.0", "form-data": "^4.0.5", diff --git a/package.json b/package.json index 17899ac1e..10c0febdf 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "@nextcloud/sharing": "^0.2.5", "@nextcloud/vue": "^9.8.2", "@raruto/leaflet-elevation": "^2.5.2", - "axios": "^1.17.0", + "axios": "^1.18.1", "geojson": "^0.5.0", "leaflet": "^1.9.4", "leaflet-contextmenu": "^1.4.0",