diff --git a/package-lock.json b/package-lock.json index a27be15..cb8df87 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.1.0", "dependencies": { "@prisma/client": "^6.1.0", - "axios": "^1.7.9", + "axios": "^1.8.2", "framer-motion": "^11.16.0", "next": "14.2.20", "next-auth": "^4.24.11", @@ -547,9 +547,9 @@ "license": "MIT" }, "node_modules/axios": { - "version": "1.7.9", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.7.9.tgz", - "integrity": "sha512-LhLcE7Hbiryz8oMDdDptSrWowmB4Bl6RCt6sIJKpRB4XtVf0iEgewX3au/pJqm+Py1kCASkb/FFKjxQaLtxJvw==", + "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 bc8a29b..24a46a2 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@prisma/client": "^6.1.0", - "axios": "^1.7.9", + "axios": "^1.8.2", "framer-motion": "^11.16.0", "next": "14.2.20", "next-auth": "^4.24.11",