From b40faef358e084a0c846f0011542276e471d6789 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 7 Aug 2023 18:20:51 +0000 Subject: [PATCH] Update dependency axios to ^0.21.0 [SECURITY] --- pils-frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pils-frontend/package.json b/pils-frontend/package.json index 647e44b14..a6823b10e 100644 --- a/pils-frontend/package.json +++ b/pils-frontend/package.json @@ -13,7 +13,7 @@ "build": "node build/build.js" }, "dependencies": { - "axios": "^0.19.0", + "axios": "^0.21.0", "body-parser": "^1.18.3", "connect-history-api-fallback": "^1.6.0", "helmet": "^3.21.2",