diff --git a/commafeed-client/package-lock.json b/commafeed-client/package-lock.json index 53d4bffb..2be2ce16 100644 --- a/commafeed-client/package-lock.json +++ b/commafeed-client/package-lock.json @@ -20,7 +20,7 @@ "@mantine/spotlight": "^7.17.0", "@monaco-editor/react": "^4.7.0", "@reduxjs/toolkit": "^2.6.0", - "axios": "^1.8.0", + "axios": "^1.8.1", "dayjs": "^1.11.13", "escape-string-regexp": "^5.0.0", "interweave": "^13.1.1", @@ -2746,9 +2746,9 @@ "license": "MIT" }, "node_modules/axios": { - "version": "1.8.0", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.8.0.tgz", - "integrity": "sha512-AS3x1klSQ4VeoeAaOyITVjomjITxIRgpKVgAXhE8QFJiNiYliuU+cW0p7XpqvlwNKmiwE57aNEyhPtsfAxERqg==", + "version": "1.8.1", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.8.1.tgz", + "integrity": "sha512-NN+fvwH/kV01dYUQ3PTOZns4LWtWhOFCAhQ/pHb88WQ1hNe5V/dvFwc4VJcDL11LT9xSX0QtsR8sWUuyOuOq7g==", "license": "MIT", "dependencies": { "follow-redirects": "^1.15.6", diff --git a/commafeed-client/package.json b/commafeed-client/package.json index 7a576d95..5be96d85 100644 --- a/commafeed-client/package.json +++ b/commafeed-client/package.json @@ -27,7 +27,7 @@ "@mantine/spotlight": "^7.17.0", "@monaco-editor/react": "^4.7.0", "@reduxjs/toolkit": "^2.6.0", - "axios": "^1.8.0", + "axios": "^1.8.1", "dayjs": "^1.11.13", "escape-string-regexp": "^5.0.0", "interweave": "^13.1.1",