From 2651eeba1009a1a97463cc679e0db22dc400c43b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Nov 2023 05:39:38 +0000 Subject: [PATCH] chore(deps): bump axios Bumps [axios](https://github.com/axios/axios) from 0.19.0 to 1.6.0. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](https://github.com/axios/axios/compare/v0.19.0...v1.6.0) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src/resources/templates/plugins/csat/react/sources/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/resources/templates/plugins/csat/react/sources/package.json b/src/resources/templates/plugins/csat/react/sources/package.json index c927396..1ae816f 100644 --- a/src/resources/templates/plugins/csat/react/sources/package.json +++ b/src/resources/templates/plugins/csat/react/sources/package.json @@ -5,7 +5,7 @@ "keywords": [], "main": "src/index.js", "dependencies": { - "axios": "0.19.0", + "axios": "1.6.0", "react": "16.8.0", "react-bootstrap": "1.0.0-beta.5", "react-dom": "16.8.0",