diff --git a/package-lock.json b/package-lock.json index 8bed769..3f3db5a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "name": "@thenativeweb/eventsourcingdb", "version": "0.7.2", "dependencies": { - "axios": "1.8.1", + "axios": "1.8.2", "http-status-codes": "2.3.0", "stream-to-async-iterator": "1.0.0" }, @@ -1341,9 +1341,9 @@ "integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==" }, "node_modules/axios": { - "version": "1.8.1", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.8.1.tgz", - "integrity": "sha512-NN+fvwH/kV01dYUQ3PTOZns4LWtWhOFCAhQ/pHb88WQ1hNe5V/dvFwc4VJcDL11LT9xSX0QtsR8sWUuyOuOq7g==", + "version": "1.8.2", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.8.2.tgz", + "integrity": "sha512-ls4GYBm5aig9vWx8AWDSGLpnpDQRtWAfrjU+EuytuODrFBkqesN2RkOQCBzrA1RQNHw1SmRMSDDDSwzNAYQ6Rg==", "license": "MIT", "dependencies": { "follow-redirects": "^1.15.6", diff --git a/package.json b/package.json index efa2514..1c221b5 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ }, "types": "build/index.d.ts", "dependencies": { - "axios": "1.8.1", + "axios": "1.8.2", "http-status-codes": "2.3.0", "stream-to-async-iterator": "1.0.0" },