diff --git a/frontend/package-lock.json b/frontend/package-lock.json index b89f283..d0fc89e 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -8,7 +8,7 @@ "name": "opendatamask-frontend", "version": "0.0.1", "dependencies": { - "axios": "^1.6.2", + "axios": "^1.15.0", "pinia": "^2.1.7", "vue": "^3.3.8", "vue-router": "^4.2.5" @@ -1292,9 +1292,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/frontend/package.json b/frontend/package.json index 3ec0f92..e22f211 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -10,7 +10,7 @@ "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --ignore-path .gitignore" }, "dependencies": { - "axios": "^1.6.2", + "axios": "^1.15.0", "pinia": "^2.1.7", "vue": "^3.3.8", "vue-router": "^4.2.5"