diff --git a/ccc-client/package-lock.json b/ccc-client/package-lock.json index 7f9a0ff..f4c0cb1 100644 --- a/ccc-client/package-lock.json +++ b/ccc-client/package-lock.json @@ -9,7 +9,7 @@ "version": "0.0.0", "dependencies": { "@mdi/font": "7.0.96", - "axios": "1.15.0", + "axios": "1.15.2", "roboto-fontface": "*", "vue": "^3.5.13", "vue-markdown-render": "^2.0.1", @@ -1070,9 +1070,9 @@ "license": "MIT" }, "node_modules/axios": { - "version": "1.15.0", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.15.0.tgz", - "integrity": "sha512-wWyJDlAatxk30ZJer+GeCWS209sA42X+N5jU2jy6oHTp7ufw8uzUTVFBX9+wTfAlhiJXGS0Bq7X6efruWjuK9Q==", + "version": "1.15.2", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.15.2.tgz", + "integrity": "sha512-wLrXxPtcrPTsNlJmKjkPnNPK2Ihe0hn0wGSaTEiHRPxwjvJwT3hKmXF4dpqxmPO9SoNb2FsYXj/xEo0gHN+D5A==", "license": "MIT", "dependencies": { "follow-redirects": "^1.15.11", diff --git a/ccc-client/package.json b/ccc-client/package.json index cf31ad1..f6af1dc 100644 --- a/ccc-client/package.json +++ b/ccc-client/package.json @@ -7,7 +7,7 @@ "preview": "vite preview" }, "dependencies": { - "axios": "1.15.0", + "axios": "1.15.2", "@mdi/font": "7.0.96", "roboto-fontface": "*", "vue": "^3.5.13",