diff --git a/02-orquestacion/exercises/00-monolith-in-mem/todo-app/frontend/package-lock.json b/02-orquestacion/exercises/00-monolith-in-mem/todo-app/frontend/package-lock.json index cc3d93c5..c23448c8 100644 --- a/02-orquestacion/exercises/00-monolith-in-mem/todo-app/frontend/package-lock.json +++ b/02-orquestacion/exercises/00-monolith-in-mem/todo-app/frontend/package-lock.json @@ -1904,9 +1904,9 @@ "dev": true }, "axios": { - "version": "0.21.0", - "resolved": "https://registry.npmjs.org/axios/-/axios-0.21.0.tgz", - "integrity": "sha512-fmkJBknJKoZwem3/IKSSLpkdNXZeBu5Q7GA/aRsr2btgrptmSCxi2oFjZHqGdK9DoTil9PIHlPIZw2EcRJXRvw==", + "version": "0.21.1", + "resolved": "https://registry.npmjs.org/axios/-/axios-0.21.1.tgz", + "integrity": "sha512-dKQiRHxGD9PPRIUNIWvZhPTPpl1rf/OxTYKsqKUDjBwYylTvV7SjSHJb9ratfyzM6wCdLCOYLzs73qpg5c4iGA==", "requires": { "follow-redirects": "^1.10.0" }