diff --git a/commafeed-client/package-lock.json b/commafeed-client/package-lock.json index f2702898..1ebb8637 100644 --- a/commafeed-client/package-lock.json +++ b/commafeed-client/package-lock.json @@ -20,7 +20,7 @@ "@mantine/spotlight": "^8.3.5", "@monaco-editor/react": "^4.7.0", "@reduxjs/toolkit": "^2.9.2", - "axios": "^1.12.2", + "axios": "^1.13.0", "dayjs": "^1.11.17", "escape-string-regexp": "^5.0.0", "interweave": "^13.1.1", @@ -2704,9 +2704,9 @@ "license": "MIT" }, "node_modules/axios": { - "version": "1.12.2", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.12.2.tgz", - "integrity": "sha512-vMJzPewAlRyOgxV2dU0Cuz2O8zzzx9VYtbJOaBgXFeLc4IV/Eg50n4LowmehOOR61S8ZMpc2K5Sa7g6A4jfkUw==", + "version": "1.13.0", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.13.0.tgz", + "integrity": "sha512-zt40Pz4zcRXra9CVV31KeyofwiNvAbJ5B6YPz9pMJ+yOSLikvPT4Yi5LjfgjRa9CawVYBaD1JQzIVcIvBejKeA==", "license": "MIT", "dependencies": { "follow-redirects": "^1.15.6", diff --git a/commafeed-client/package.json b/commafeed-client/package.json index ffbe71f1..1ec95b7c 100644 --- a/commafeed-client/package.json +++ b/commafeed-client/package.json @@ -27,7 +27,7 @@ "@mantine/spotlight": "^8.3.5", "@monaco-editor/react": "^4.7.0", "@reduxjs/toolkit": "^2.9.2", - "axios": "^1.12.2", + "axios": "^1.13.0", "dayjs": "^1.11.17", "escape-string-regexp": "^5.0.0", "interweave": "^13.1.1",