From 50117df5440243ee6e7e8b37311cc629390d1a1e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Dec 2023 09:44:44 +0000 Subject: [PATCH] chore(deps): bump axios from 0.21.1 to 1.6.0 in /test/projects/standard Bumps [axios](https://github.com/axios/axios) from 0.21.1 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.21.1...v1.6.0) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- test/projects/standard/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/projects/standard/package.json b/test/projects/standard/package.json index 1f29311c..bc15ee69 100644 --- a/test/projects/standard/package.json +++ b/test/projects/standard/package.json @@ -69,7 +69,7 @@ "cssnano": "4.1.10", "normalize.css": "8.0.1", "svg-url-loader": "^7.1.1", - "axios": "0.21.1", + "axios": "1.6.0", "koot": "file:../../../packages/koot", "koot-webpack": "file:../../../packages/koot-webpack", "file-loader": "^5.0.2",