diff --git a/package-lock.json b/package-lock.json index a35d00bd..48d39300 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@types/lodash-es": "^4.17.12", "@types/markdown-it": "^14.1.2", "@types/q": "^1.5.8", - "axios": "1.14.0", + "axios": "1.15.0", "handlebars": "4.7.9", "lodash-es": "^4.18.1", "lz-string": "^1.5.0", @@ -1836,9 +1836,9 @@ "license": "MIT" }, "node_modules/axios": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.14.0.tgz", - "integrity": "sha512-3Y8yrqLSwjuzpXuZ0oIYZ/XGgLwUIBU3uLvbcpb0pidD9ctpShJd43KSlEEkVQg6DS0G9NKyzOvBfUtDKEyHvQ==", + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.15.0.tgz", + "integrity": "sha512-wWyJDlAatxk30ZJer+GeCWS209sA42X+N5jU2jy6oHTp7ufw8uzUTVFBX9+wTfAlhiJXGS0Bq7X6efruWjuK9Q==", "license": "MIT", "dependencies": { "follow-redirects": "^1.15.11", diff --git a/package.json b/package.json index 08426a3a..8f5af5ad 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "@types/lodash-es": "^4.17.12", "@types/markdown-it": "^14.1.2", "@types/q": "^1.5.8", - "axios": "1.14.0", + "axios": "1.15.0", "handlebars": "4.7.9", "lodash-es": "^4.18.1", "lz-string": "^1.5.0",