From 260d8627cb7bf7519ce2511e1ea63c5a3e58d3ec Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2024 09:54:02 +0000 Subject: [PATCH] fix(deps): update dependency axios to ^0.28.0 [security] --- back/strapi/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/back/strapi/package.json b/back/strapi/package.json index 8bb3e8e05..046310a86 100644 --- a/back/strapi/package.json +++ b/back/strapi/package.json @@ -15,7 +15,7 @@ "dependencies": { "@ckeditor/ckeditor5-build-classic": "^29.2.0", "@ckeditor/ckeditor5-react": "^3.0.3", - "axios": "^0.21.4", + "axios": "^0.28.0", "csv-string": "^4.0.1", "csvtojson": "^2.0.10", "date-fns": "^2.23.0",